MP4 streaming problem

Totoketchup anthony.damato at hotmail.fr
Mon Mar 30 07:17:27 PDT 2015


I have found the solution : 

This is my pipeline :

#server Video Audio
videoaudiomuxserver:
	gst-launch-0.10 filesrc location=video.mp4 ! queue ! qtdemux name=dem
dem.video_00 ! queue ! rtph264pay ! udpsink host=127.0.0.1 port=1232
dem.audio_00 ! queue ! rtpmp4apay ! udpsink host=127.0.0.1 port=1235 -v


# Client video pipeline 
doubleV: 
	gst-launch-0.10 -v udpsrc port=1232 caps = $(CAPSV) ! rtph264depay !
ffdec_h264 ! ffmpegcolorspace ! xvimagesink

 # Client audio pipeline 
doubleA:
	gst-launch-0.10 -v udpsrc port=1235 caps = $(CAPSA) ! rtpmp4adepay ! faad !
queue ! audioconvert ! autoaudiosink




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


More information about the gstreamer-devel mailing list