Stream H264 file and Playback the same stream on network ?

ssshukla26 ssshukla26 at gmail.com
Wed Feb 3 08:17:00 CET 2016


Hi, I have to stream a H264 file over network and play it, so for that I am
doing as following on same PC.

Streaming (On one terminal)

*gst-launch-1.0 -e filesrc location=output_test.h264 !
video/x-h264,width=640,height=480,framerate=30/1 ! h264parse ! rtph264pay !
udpsink host=127.0.0.1 port=5000
*

Displaying (On second terminal)

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

But it displays nothing ! 

Is am streaming incorrectly or displaying incorrectly ? Please help.



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Stream-H264-file-and-Playback-the-same-stream-on-network-tp4675623.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list