Playbins for some codecs

Nicolas Dufresne nicolas at ndufresne.ca
Fri Aug 11 13:44:52 UTC 2017


Le mercredi 09 août 2017 à 12:50 +0000, Michael Smith a écrit :
> I found in the plugins list that gstreamer has the plugins for all of
> these codecs. But how can I find the right playbins for each one of
> them? Is there a documentation of how to change the playbins or a
> list of playbins for these codecs?

Please don't confuse playbin from a pipeline. In your case, you are
creating static pipelines. To build your pipelines, you need to
understand what you are doing. If you look closely, you'll notice that
all your pipelines have the same patter:

  source ! converters ! encoder ! payloader ! udpsink

So what you need to find is the matching encoder and payloader for each
format you want. To get a list of payloader/depayloader support on your
target you can run:

  gst-inspect-1.0 rtp

Dont' forget to properly configure the encoders for RTP streaming, not
all encoder have default configuration that are suitable.

regards,
Nicolas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170811/8f761f9e/attachment.sig>


More information about the gstreamer-devel mailing list