An open API service indexing awesome lists of open source software.

https://github.com/atuoha/livestream

MediaStreams API
https://github.com/atuoha/livestream

Last synced: about 1 month ago
JSON representation

MediaStreams API

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