I.MX6QUAD gst-launch-1.0 v4l2src device=dev/vidio0 happened OOM(out of memory)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I.MX6QUAD gst-launch-1.0 v4l2src device=dev/vidio0 happened OOM(out of memory)

Jump to solution
811 Views
OceanKing
Contributor I

I want to   running rtsp server  in the I.MX6QUAD  board ,an  runing VLC  in the windows  PC .

when I excute 

gst-launch-1.0 v4l2src device=dev/vidio0 ! 'video/x-raw,width=640,height=480' ! vpuenc_264 ! rtph264pay name=pay0 pt= 96 ! udpsink host=192.168.4.186 post=5004 ,

It is faild,and happend OOM,and I tested other tests,for example:

gst-variable-rtsp-server -u "v4l2src device=dev/vidio0 ! 'video/x-raw,width=640,height=480' ! vpuenc_264 ! rtph264pay name=pay0 pt= 96 ! ", It is the same error .

Anyone  uses gstreamer-1.0 to realize the same scheme?

and how can I use it ?

And else , I find many brother use vpuenc , but in my envionment , cannot find it .

0 Kudos
Reply
1 Solution
803 Views
igorpadykov
NXP Employee
NXP Employee

Hi OceanKing

 

one can try guidelines from sect.7.3.12 Real Time Streaming Protocol (RTSP) playback

i.MX Linux User’s Guide​

with Demo Images from

https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applicat...

or other gstreamer examples described on

http://trac.gateworks.com/wiki/Yocto/gstreamer/streaming

 

Best regards
igor

View solution in original post

0 Kudos
Reply
2 Replies
784 Views
OceanKing
Contributor I

Thank you very much , because of you ,I resolved it . Thank you !

0 Kudos
Reply
804 Views
igorpadykov
NXP Employee
NXP Employee

Hi OceanKing

 

one can try guidelines from sect.7.3.12 Real Time Streaming Protocol (RTSP) playback

i.MX Linux User’s Guide​

with Demo Images from

https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applicat...

or other gstreamer examples described on

http://trac.gateworks.com/wiki/Yocto/gstreamer/streaming

 

Best regards
igor

0 Kudos
Reply