-
Notifications
You must be signed in to change notification settings - Fork 159
Labels
Ready for PRextensionInterface changes that extend without breaking.Interface changes that extend without breaking.
Description
In codecs such as AV1 there are screen content coding tools that can offer very effective compression for appropriate content.
The question is how these tools can be configured to be used. Screen content coding cannot be on by default since it isn't generally useful. Dynamically recognizing when screen content coding would be helpful seems like it would be complex.
The Content-Hints specification is one way to activate screen content coding (or other encoding optimizations), but the hint is currently not passed along when a MediaStreamTrack is used as input to create a stream of VideoFrames.
Another possibility is to add an attribute to configuration.
Metadata
Metadata
Labels
Ready for PRextensionInterface changes that extend without breaking.Interface changes that extend without breaking.