Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
The migration is almost done, at least the rest should happen in the background. There are still a few technical difference between the old cluster and the new ones, and they are summarized in this issue. Please pay attention to the TL:DR at the end of the comment.
webrtc: Unify the Codec structure between sink and source
webrtcsink: Add support for pre encoded streams
This is a first step where we try to replicate encoding conditions from
the input stream into the discovery pipeline. A second patch will
implement using input buffers in the discovery pipelines.
webrtcsink: Move discovery to using input buffers directly
Instead of trying to replicate buffers that webrtcsink
is getting
as input with testsrc, directly run discovery based on the real buffers.
This way we are sure we work with the exact right stream type and
we don't need encoders to support encoding streams inputs.
We use the same logic for both encoded and raw input to avoid having several code paths and makes it all more correct in any case.