MP4 video streaming to another pc

yxxone xuchangxue365812 at 126.com
Fri Nov 29 00:59:06 PST 2013


both these two works for me , hope it work for you all the same:
HOST=127.0.0.1
gst-launch -v gstrtpbin name=rtpbin  filesrc location=~/a.mp4 ! qtdemux
name=demux demux.video_00 ! queue ! rtph264pay config-interval=2 !
rtpbin.send_rtp_sink_0 rtpbin.send_rtp_src_0 ! udpsink port=5000 host=$HOST
ts-offset=0 name=vrtpsink rtpbin.send_rtcp_src_0 ! udpsink port=5001
host=$HOST sync=false async=false name=vrtcpsink udpsrc port=5002
name=vrtpsrc ! rtpbin.recv_rtcp_sink_0 

gst-launch-0.10 -v  filesrc location=Filename1.mp4 ! qtdemux ! rtph264pay
pt=96 ! udpsink host=127.0.0.1 port=42050 sync=false



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/MP4-video-streaming-to-another-pc-tp4663676p4663691.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list