Talk here: https://www.youtube.com/watch?v=63aECX2MZvY&feature=youtu.be
Code here: https://github.com/StanfordSNR/puffer
The "per-client muxing with frame skipping" code is something we used for a few months for our Stagecast project to a userbase of ~20, but not really "in prod": https://github.com/stanford-stagecast/audio/blob/main/src/fr...
Client-side JS here: https://github.com/stanford-stagecast/audio/blob/main/src/we...
Dropped the last frame before an IDR is a very clever hack to sync things up.
Dropped the last frame before an IDR is a very clever hack to sync things up.