Skip to content

self-hosted torrent videostreaming service

Notifications You must be signed in to change notification settings

pmwoodward3/rapidbay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RapidBay

Rapid bay is a self hosted video service/torrent client that makes playing videos from torrents as easy as:

  1. Opening the webapp on a phone/laptop/tablet.
  2. Searching for content.
  3. Selecting desired video file.
  4. Waiting for Download/Conversion.
  5. Playing on the device or cast to AppleTV/Chromecast

Demo:

Running:

Requires Docker

docker run -p 5000:5000 -p 6881:6881 -p 6881:6881/udp -e USERNAME=<some-username> -e PASSWORD=<some-password> hauxir/rapidbay

App will be running at http://localhost:5000

Developing

Requires Docker + docker-compose

docker-compose up

About

self-hosted torrent videostreaming service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.0%
  • JavaScript 11.6%
  • HTML 9.6%
  • CSS 5.4%
  • Dockerfile 1.4%