<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Great! it is working thank you<div>I’m wondering if you can help me also with this issue:</div><div><br></div><div>I’ve created a sample application with Gstreamer 1.x to open an rtp session, it can be summarised with this syntax:</div><div> </div><div><font size="2">gst-launch -v videotestsrc ! <span style="background-color: rgb(238, 238, 255);">"video/x-raw, width=640, height=480, format=AYUV” </span>! vp8enc ! rtpvp8pay ! udpsink host=127.0.0.1 port=5011</font></div><div><div><div><br></div><div>On the client I don’t see at all video (black screen)</div><div>Do you see something wrong in this pipeline?</div><div>Can be the format I’m using wrong?</div><div><br></div><div>Thanks</div><div>Elio</div><div><br></div><div>On 30 Oct 2013, at 22:21, Sebastian Dröge <<a href="mailto:sebastian@centricular.com">sebastian@centricular.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">On Mi, 2013-10-30 at 22:17 +0100, Elio Francesconi wrote:<br><blockquote type="cite">Hi all,<br>I’m creating a pipeline to send rtp video stream but I cannot find any option to change he payload type.<br><br> gst-launch-0.10 -v videotestsrc ! vp8enc ! rtpvp8pay ! udpsink host=127.0.0.1 port=5011<br></blockquote><br>The "pt" property on the payloaders can be used for that.<br><br>You should also consider updating to GStreamer 1.x if possible as 0.10<br>is no longer maintained since almost two years.<br><br>-- <br>Sebastian Dröge <<a href="mailto:sebastian@centricular.com">sebastian@centricular.com</a>><br>Centricular Ltd - <a href="http://www.centricular.com">http://www.centricular.com</a><br>Expertise, Straight from the Source<br>_______________________________________________<br>gstreamer-devel mailing list<br><a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel<br></blockquote></div><br></div></body></html>