Issue 130: Section 9.4: maxTemporalLayers and maxSpatialLayers

Currently, we have:

unsigned short            maxTemporalLayers = 0;
unsigned short            maxSpatialLayers = 0;

Some questions:

a. Assuming these attributes are only for SVC, how are the maximum number of simulcast layers indicated? ]
b. What happens if a developer tries to exceed the maximum number of simulcast layers (e.g. by doing "poor person's simulcast", creating multiple RTCRtpSender objects)?
c. If maxTemporalLayers = 1 or maxSpatialLayers = 1, isn't this the same as saying that temporal scalability (or spatial scalability) isn't supported?

Received on Monday, 14 July 2014 23:26:57 UTC