- From: Bernard Aboba <Bernard.Aboba@microsoft.com>
- Date: Mon, 14 Jul 2014 23:26:28 +0000
- To: "public-ortc@w3.org" <public-ortc@w3.org>
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