https://github.com/himenon/media-session
Chrome Global Media Control sample.
https://github.com/himenon/media-session
chrome experimental global-media-control media-session video
Last synced: 24 days ago
JSON representation
Chrome Global Media Control sample.
- Host: GitHub
- URL: https://github.com/himenon/media-session
- Owner: Himenon
- Created: 2020-01-08T09:03:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T09:13:39.000Z (over 5 years ago)
- Last Synced: 2025-02-15T19:35:22.334Z (3 months ago)
- Topics: chrome, experimental, global-media-control, media-session, video
- Homepage: https://himenon.github.io/media-session/
- Size: 1.68 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Media session sample / Global Media Control
Experiment "Global Media Control"

## Development
server
```bash
python3 -m http.server 4000 --directory ./docs
```format
```bash
prettier --write ./docs/*.html
```