How to switch to static rtp?
Werner Dittmann
Werner.Dittmann at t-online.de
Fri Aug 10 11:16:44 PDT 2012
Without having more information and just looking at your commands you
use H.264 video and mp4(aac) as audio. These codecs do not have registered
static payload type numbers. You may have a look here:
http://www.iana.org/assignments/rtp-parameters/rtp-parameters.xml
Werner
Am 10.08.2012 15:26, schrieb Markus:
> 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.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
--
----------------------------------------------
Werner Dittmann Werner.Dittmann at t-online.de
Tel +49 176 993 462 95
PGP key: 82EF5E8B
More information about the gstreamer-devel
mailing list