Re: [webrtc-pc] reducing audio packet rate while track is disabled

I think the major difference between video and audio here are that video (usually) keeps state on the screen. So if you stop sending video out of the blue, the user would see a frozen picture. That why it makes more sense to replace that information with intended black.

But with audio there is not confusing last information rendered until replaced. Thus I would actually suggest to simply send nothing. Because in my opinion comfort noise is something which is not supported by all audio codecs and usually needs to be negotiated on top. Thus suggesting CN or DTX would make this features required to be supported.

-- 
GitHub Notification of comment by nils-ohlmeier
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1764#issuecomment-382915501 using your GitHub account

Received on Thursday, 19 April 2018 23:46:58 UTC