https://github.com/atuoha/livestream
MediaStreams API
https://github.com/atuoha/livestream
Last synced: about 1 month ago
JSON representation
MediaStreams API
- Host: GitHub
- URL: https://github.com/atuoha/livestream
- Owner: Atuoha
- Created: 2020-09-04T15:51:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T16:30:16.000Z (almost 6 years ago)
- Last Synced: 2025-03-20T01:43:32.539Z (over 1 year ago)
- Language: Hack
- Size: 47.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# liveStream
MediaStreams API | Vanilla JS
The MediaStream interface represents a stream of media content.
A stream consists of several tracks such as video or audio tracks.
Each track is specified as an instance of MediaStreamTrack.
You can obtain a MediaStream object either by using the constructor or by calling MediaDevices.getUserMedia().
https://developer.mozilla.org/en-US/docs/Web/API/MediaStream