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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
977 次查看
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 项奖励
回复
1 解答
969 次查看
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 项奖励
回复
2 回复数
950 次查看
OceanKing
Contributor I

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

0 项奖励
回复
970 次查看
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 项奖励
回复