servo / gecko-media

Firefox's media playback stack in a stand alone Rust crate
Mozilla Public License 2.0
6 stars 9 forks source link

SourceBuffer implementation #126

Open ferjm opened 6 years ago

bors-servo commented 6 years ago

:umbrella: The latest upstream changes (presumably #131) made this pull request unmergeable. Please resolve the merge conflicts.

ferjm commented 6 years ago

I think this is ready for review now. r? @cpearce

This PR implements the SourceBuffer DOM object and some of the missing pieces of the other MSE DOM objects. I implemented the Servo side of this code here.

The next steps are implementing the URL object extension and the code to attach a MediaSource to an HTMLMediaElement.