Re: [webrtc-extensions] Add a requestKeyframe() API (#37)

@murillo128 How it behaves will depend on what message gets generated as a result (FIR or LRR). For an FIR, the encoder(s) associated with the target SSRCs will generate a refresh point. If a single encoder is generating simulcast, this can result in **all** of the simulcast streams generating a key frame, as described [here.](https://aomediacodec.github.io/av1-rtp-spec/#81--full-intra-request-fir). LRR behavior is described [here. ](https://aomediacodec.github.io/av1-rtp-spec/#82--layer-refresh-request-lrr)

-- 
GitHub Notification of comment by aboba
Please view or discuss this issue at https://github.com/w3c/webrtc-extensions/pull/37#issuecomment-627656485 using your GitHub account

Received on Tuesday, 12 May 2020 23:36:56 UTC