Streaming h264 video without encode
laggc
laggc at hotmail.com
Wed Jan 30 09:27:16 PST 2013
Finally got to do video streaming correctly, but now I have problems with the
audio (or perhaps with the SDP).
I am using the following pipeline:
gst-launch-0.10 filesrc location=trailer.mp4 ! qtdemux name=demux
demux.video_00 ! queue2 ! h264parse ! rtph264pay config-interval=1 ! udpsink
host=127.0.0.1 port=5000 demux.audio_00 ! queue2 ! rtpmp4apay ! udpsink
host=127.0.0.1 port=5002
I see the video correctly, but I do not hear the audio.
Someone could help me?
Thanks in advance.
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Streaming-h264-video-without-encode-tp4658215p4658245.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list