w3c / webcodecs

WebCodecs is a flexible web API for encoding and decoding audio and video.
https://w3c.github.io/webcodecs/
Other
978 stars 136 forks source link

Add new pull demuxer interface. Inject demuxers. #548

Closed chcunningham closed 1 year ago

chcunningham commented 2 years ago

Rather than have the renderer create a specific demuxer, let's inject a demuxer that uses a common interface. This allows us to re-use the same renderer with the a variety of demuxers (including the forthcoming FFmpeg based demuxer).