Hi,
I've seen a lot of new properties in the codebase apparently related to scalability:
// Experimental: Enable multi layer?
Settable<bool> video_three_layers;
// Experimental: Enable one layer screencast?
Settable<bool> video_one_layer_screencast;
// Experimental: Enable WebRTC layered screencast.
Settable<bool> video_temporal_layer_screencast;
What's the status of these capabilities? Is it enabled only in a google private build?
How can we make some progress on this? I submitted a draft explaining the motivations and requirements of layered video coding for WebRTC [1] and we would be happy to submit a patch to include experimental support if there is any chance to have it merged.
Best regards,
G.
[1]
http://tools.ietf.org/html/draft-garcia-simulcast-and-layered-video-webrtc-00
On 21/05/2013, at 12:06, Gustavo Garcia wrote:
> Current configuration in WebRTC codebase for 4 layers encoding is
> {0.25f, 0.4f, 0.6f, 1.0f} // 4 layers {25%, 15%, 20%, 40%}
>
> If you send only base layer you will get 25% reduction.
>
> On 21/05/2013, at 11:58, Vladimir Ralev wrote:
>