How to switch to static rtp?
Markus
natural_groove at hotmail.fr
Fri Aug 10 06:26:24 PDT 2012
Hi,
I managed to stream a h264 video file on my network by using the following
command
server
gst-launch-0.10 -v filesrc location=Bunny.mp4 ! qtdemux name=demux
demux.video_00 ! queue ! rtph264pay pt=96 ! udpsink host=224.0.0.1 port=5000
demux.audio_00 ! queue ! rtpmp4apay pt=97 ! udpsink host=224.0.0.1 port=5001
client
gst-launch-0.10 -v udpsrc port=5000 ! $VCAPS_BUNNY ! rtph264depay !
ffdec_h264 ! fpsdisplaysink sync=false udpsrc port=5001 ! $ACAPS !
rtpmp4adepay ! ffdec_aac
I noticed this is dynamic rtp, how can i modificate this pipelines to use
STATIC rtp? Can someone help me?
Thanks in advance
MArkus
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/How-to-switch-to-static-rtp-tp4655906.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list