[webrtc-pc] Add video latency constrainable property (#2109)

kuddai has just created a new issue for https://github.com/w3c/webrtc-pc:

== Add video latency constrainable property ==
Can we extended existing latency constrainable property API to support video MediaStreamTrack sourced by an RTCPeerConnection? This extensions would open a room for quality improvements for video MediaStreamTrack sourced by an RTCPeerConnection as you will additional time until the video playout. For example, in the case of network issues you will have more video samples to play and recover. Or if the packets are lost then you will have more time for packets retransmission. Another problem it might solve is audio video desynchronization. Currently you have option to only increase latency for the audio track and if it has associated video track then they would be desynced.

Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2109 using your GitHub account

Received on Wednesday, 27 February 2019 15:35:40 UTC