/p2p-video-sw

Peer to Peer video streaming service worker

Primary LanguageJavaScriptMIT LicenseMIT

seedess/p2p-video-sw

A P2P Video Streaming Service worker.

Will intercept video streams and create secure P2P enabled video streams transparently.

Requirements

Installation

  • Run yarn to install required packages:
$ yarn install

Usage

  • Development:
$ yarn start
  • Production
$ yarn run build

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Changelog

This project adheres to Semantic Versioning. Every release, along with the migration instructions, is documented on the Github Releases page.

Bugs and Sugestions

Report bugs or do suggestions using the issues.

Author

Seedess

License

MIT License

Todo

  • Explore indexedDB as transport for streams
  • Benchmarks
  • Tests