Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMedia Session API #24172
Closed
Media Session API #24172
Labels
Comments
bors-servo
added a commit
to servo/media
that referenced
this issue
Oct 8, 2019
Add title to player metadata This is required for servo/servo#24172
Merged
bors-servo
added a commit
that referenced
this issue
Nov 18, 2019
Media Session API - [X] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #24172 - [x] There are tests for these changes This PR introduces all the pieces required to prove an end to end media session flow with Android as a test platform. It is still not very functional and WIP though.
bors-servo
added a commit
that referenced
this issue
Nov 18, 2019
Media Session API - [X] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #24172 - [x] There are tests for these changes This PR introduces all the pieces required to prove an end to end media session flow with Android as a test platform. It is still not very functional and WIP though.
bors-servo
added a commit
that referenced
this issue
Nov 19, 2019
Media Session API - [X] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #24172 - [x] There are tests for these changes This PR introduces all the pieces required to prove an end to end media session flow with Android as a test platform.
bors-servo
added a commit
that referenced
this issue
Nov 20, 2019
Media Session API - [X] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #24172 - [x] There are tests for these changes This PR introduces all the pieces required to prove an end to end media session flow with Android as a test platform.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spec: https://w3c.github.io/mediasession/
This will allow the implementation of external media controls on mobile and mixed reality platforms.