Unable play a rtp stream !

ssshukla26 ssshukla26 at gmail.com
Wed Dec 30 01:07:52 PST 2015


Sorry, my bad. 

The gstreamer command to play the stream would be as written below:

gst-launch-1.0 udpsrc uri=udp://127.0.0.1:5000 !
application/x-rtp,encoding-name=H264,payload=96 ! rtph264depay ! h264parse !
avdec_h264 ! autovideosink

OR

gst-launch-1.0 udpsrc uri=udp://127.0.0.1:5000 !
application/x-rtp,encoding-name=H264,payload=96 ! rtph264depay ! decodebin !
videoconvert ! autovideosink

Reference [ http://www.z25.org/static/_rd_/videostreaming_intro_plab/
<http://www.z25.org/static/_rd_/videostreaming_intro_plab/>  ]

Thanks.



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Unable-to-play-a-rtp-stream-tp4675068p4675077.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list