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 .
解決済! 解決策の投稿を見る。
Hi OceanKing
one can try guidelines from sect.7.3.12 Real Time Streaming Protocol (RTSP) playback
with Demo Images from
or other gstreamer examples described on
http://trac.gateworks.com/wiki/Yocto/gstreamer/streaming
Best regards
igor
Thank you very much , because of you ,I resolved it . Thank you !
Hi OceanKing
one can try guidelines from sect.7.3.12 Real Time Streaming Protocol (RTSP) playback
with Demo Images from
or other gstreamer examples described on
http://trac.gateworks.com/wiki/Yocto/gstreamer/streaming
Best regards
igor