<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;" dir="ltr">
<p>Hello Nicolas,</p>
<p><br>
</p>
<p>Thanks for your answer. I was able to find all the payloaders that I need, but my main dificulty is to find the matching encoder for each of the payloaders. </p>
<p><br>
</p>
<p>Is there a documentation for this and for the properly configurations of the enconders? I'm not finding too much material about it.</p>
<p><br>
</p>
<p>Thanks again.</p>
<p><br>
</p>
<div id="Signature">
<div id="divtagdefaultwrapper" style="font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-family: Calibri, Arial, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<br>
</div>
</div>
<div style="color: rgb(0, 0, 0);">
<div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>De:</b> gstreamer-devel <gstreamer-devel-bounces@lists.freedesktop.org> em nome de Nicolas Dufresne <nicolas@ndufresne.ca><br>
<b>Enviado:</b> sexta-feira, 11 de agosto de 2017 10:44<br>
<b>Para:</b> Discussion of the development of and with GStreamer<br>
<b>Assunto:</b> Re: Playbins for some codecs</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Le mercredi 09 août 2017 à 12:50 +0000, Michael Smith a écrit :<br>
> I found in the plugins list that gstreamer has the plugins for all of<br>
> these codecs. But how can I find the right playbins for each one of<br>
> them? Is there a documentation of how to change the playbins or a<br>
> list of playbins for these codecs?<br>
<br>
Please don't confuse playbin from a pipeline. In your case, you are<br>
creating static pipelines. To build your pipelines, you need to<br>
understand what you are doing. If you look closely, you'll notice that<br>
all your pipelines have the same patter:<br>
<br>
  source ! converters ! encoder ! payloader ! udpsink<br>
<br>
So what you need to find is the matching encoder and payloader for each<br>
format you want. To get a list of payloader/depayloader support on your<br>
target you can run:<br>
<br>
  gst-inspect-1.0 rtp<br>
<br>
Dont' forget to properly configure the encoders for RTP streaming, not<br>
all encoder have default configuration that are suitable.<br>
<br>
regards,<br>
Nicolas</div>
</span></font></div>
</div>
</body>
</html>