Hi!
I am trying to do simulcast with 3 layers, somehow it seems like the 3rd layer is just not working.
I do see the diff between levels 1 and 2, but the 3rd is not fired.
+ { scaleResolutionDownBy: 3, maxBitrate: 60000, maxFramerate: fps_low, scalabilityMode: "S1T3" },
+ { scaleResolutionDownBy: 2, maxBitrate: 750000, maxFramerate: fps_high, scalabilityMode: "S1T3" },
+ { scaleResolutionDownBy: 1, maxBitrate: 1500000, maxFramerate: fps_high, scalabilityMode: "S1T3" },
I do see all 3 layers are being sent. The mimetype is VP8
I would appreciate an example for best practices / example for simulcast with 3 layers
Thanks!
-m