Skip to content

Peer to Peer video streaming service worker

License

Notifications You must be signed in to change notification settings

NikolayKaravan/p2p-video-sw

 
 

Repository files navigation

seedess/p2p-video-sw (deprecated)

A P2P Video Streaming Service worker.

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

Deprecation

Service Workers is now build into WebTorrent - https://webtorrent.io/

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

About

Peer to Peer video streaming service worker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.9%
  • HTML 6.1%