RTP stream: change the payload type

Elio Francesconi elio.francesconi at gmail.com
Thu Oct 31 00:18:30 CET 2013


Great! it is working thank you
I’m wondering if you can help me also with this issue:

I’ve created a sample application with Gstreamer 1.x to open an rtp session, it can be summarised with this syntax:
 
gst-launch -v videotestsrc ! "video/x-raw, width=640, height=480, format=AYUV” ! vp8enc ! rtpvp8pay ! udpsink host=127.0.0.1 port=5011

On the client I don’t see at all video (black screen)
Do you see something wrong in this pipeline?
Can be the format I’m using wrong?

Thanks
Elio

On 30 Oct 2013, at 22:21, Sebastian Dröge <sebastian at centricular.com> wrote:

> On Mi, 2013-10-30 at 22:17 +0100, Elio Francesconi wrote:
>> Hi all,
>> I’m creating a pipeline to send rtp video stream but I cannot find any option to change he payload type.
>> 
>> gst-launch-0.10 -v videotestsrc ! vp8enc ! rtpvp8pay ! udpsink host=127.0.0.1 port=5011
> 
> The "pt" property on the payloaders can be used for that.
> 
> You should also consider updating to GStreamer 1.x if possible as 0.10
> is no longer maintained since almost two years.
> 
> -- 
> Sebastian Dröge <sebastian at centricular.com>
> Centricular Ltd - http://www.centricular.com
> Expertise, Straight from the Source
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20131031/79db9947/attachment-0001.html>


More information about the gstreamer-devel mailing list