Re: [webrtc-extensions] Suggest API for generating a Stream rather than a MediaStreamTrack from incoming media (#85)

The control surface with SetParameters with "codecs" might be unnecessarily limited. If support for custom decoders is added, it should be possible to define custom codecs, which means it would be needed to create custom RTCRtpCodecParameters instead of just selecting from a pre-defined set. It should also be possible to modify sdpFmtpLine in the answer or add custom codecs not present in the offer.

When dealing with regular tracks, adding multiple tracks to the same MediaStream should result in sending them as a part of the same lipsync group. Since there are no tracks in this proposal some other way of specifying this is needed.

-- 
GitHub Notification of comment by rshpount
Please view or discuss this issue at https://github.com/w3c/webrtc-extensions/issues/85#issuecomment-944039233 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 15 October 2021 06:36:32 UTC