w3c / media-production-workshop

W3C Workshop on Web and Media production
https://www.w3.org/2021/03/media-production-workshop/
21 stars 11 forks source link

Encoder back pressure detection in WebCodecs #53

Open tidoust opened 2 years ago

tidoust commented 2 years ago

Some sort of event coming out of the VideoEncoder object that actively tells people stop until I tell you otherwise

Raised in:

chcunningham commented 2 years ago

@sbalko, could you observe encodeQueueSize and cease calling encode() if that value grows beyond some app defined limit?