Re: [media-and-entertainment] Media Source Extensions

The IG call on 2 Oct 2018 about WebRTC also raised some ideas for low latency streaming using MSE.
- [Minutes of the call](https://www.w3.org/2018/10/02-me-minutes.html)
- [Intro slides from John](https://docs.google.com/presentation/d/1eDIUzwMeug_XAsRHOu-mzojBPWjlfOedodfkpKQ3tDk)
- [Technical slides from Peter](https://docs.google.com/presentation/d/1_xQSoIdN-srjBc-GE_vuQMkxkaer2G-mZBchLPTyY20)

Peter mentioned possible changes to MSE to provide controls over media playback behaviour for low latency streaming. The Interest Group could further analyse these ideas and advance them as part of the current work on new feature incubation for MSE.

* Per-frame injection: e.g., `SourceBuffer.appendFrame(frame)`
* Buffer delay controls: e.g., `SourceBuffer.setLiveness(liveness)` or `SourceBuffer.setDelays(min, max)`
* Controls for interpolation: e.g., `HTMLMediaElement.setInterpolationBehavior`


-- 
GitHub Notification of comment by chrisn
Please view or discuss this issue at https://github.com/w3c/media-and-entertainment/issues/6#issuecomment-431360814 using your GitHub account

Received on Friday, 19 October 2018 13:21:07 UTC