All Projects → hauxir → Rapidbay

hauxir / Rapidbay

Licence: mit
Self-hosted torrent video streaming service compatible with Chromecast and AppleTV deployable in the cloud

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Rapidbay

Streaming
r/freemediaheckyeah
Stars: ✭ 147 (-9.82%)
Mutual labels:  movies, tv, chromecast, torrent
Flexget
The official FlexGet repository
Stars: ✭ 1,279 (+684.66%)
Mutual labels:  hacktoberfest, movies, tv, torrent
Diffy
🎞️💓🍿 Love streaming - It's always best to watch a movie together ! 🤗
Stars: ✭ 37 (-77.3%)
Mutual labels:  torrent, movies, stream, p2p
Appwrite
Appwrite is a secure end-to-end backend server for Web, Mobile, and Flutter developers that is packaged as a set of Docker containers for easy deployment 🚀
Stars: ✭ 14,592 (+8852.15%)
Mutual labels:  hacktoberfest, apple, self-hosted
chromecast-api
📺 Chromecast Node.js module
Stars: ✭ 122 (-25.15%)
Mutual labels:  stream, chromecast, subtitles
Warezz
It's illegal cuz they can't tax you!
Stars: ✭ 386 (+136.81%)
Mutual labels:  movies, tv, torrent
Mediathekviewweb
Eine Weboberfläche als Alternative zum Java-Client
Stars: ✭ 543 (+233.13%)
Mutual labels:  cloud, stream, tv
Live Torrent
Torrent Web Client
Stars: ✭ 546 (+234.97%)
Mutual labels:  stream, subtitles, torrent
Cloud Torrent
☁️ Cloud Torrent: a self-hosted remote torrent client
Stars: ✭ 5,071 (+3011.04%)
Mutual labels:  self-hosted, cloud, torrent
Torrentinim
A very low memory-footprint, self hosted API-only torrent search engine. Sonarr + Radarr Compatible, native support for Linux, Mac and Windows.
Stars: ✭ 123 (-24.54%)
Mutual labels:  self-hosted, p2p, torrent
Homehost
self-hosted, Netflix-like app made for streaming
Stars: ✭ 564 (+246.01%)
Mutual labels:  self-hosted, movies, tv
Exhibit
Exhibit is a managed screensaver App for tvOS.
Stars: ✭ 19 (-88.34%)
Mutual labels:  apple, tv, apple-tv
stremio-addons-list
A community curated list of Stremio Addons
Stars: ✭ 330 (+102.45%)
Mutual labels:  torrent, movies, tv
Magnetissimo
Web application that indexes all popular torrent sites, and saves it to the local database.
Stars: ✭ 2,551 (+1465.03%)
Mutual labels:  self-hosted, p2p, torrent
Transgui
🧲 A feature rich cross platform Transmission BitTorrent client. Faster and has more functionality than the built-in web GUI.
Stars: ✭ 2,488 (+1426.38%)
Mutual labels:  hacktoberfest, p2p, torrent
Webtorrent
⚡️ Streaming torrent client for the web
Stars: ✭ 25,554 (+15577.3%)
Mutual labels:  hacktoberfest, p2p, torrent
Flox
Self Hosted Movie, Series and Anime Watch List
Stars: ✭ 901 (+452.76%)
Mutual labels:  self-hosted, movies, tv
Popcorntimetv
Popcorn Time for Apple TV 4, iPhone and iPad
Stars: ✭ 1,216 (+646.01%)
Mutual labels:  apple, tv, torrent
Moviecontentfilter
Watch movies with the freedom (not) to filter
Stars: ✭ 126 (-22.7%)
Mutual labels:  movies, tv
Hydra
OpenID Certified™ OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API security for your infrastructure. SDKs for any language. Compatible with MITREid.
Stars: ✭ 11,884 (+7190.8%)
Mutual labels:  cloud, hacktoberfest

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/smartTV.
  2. Searching for content.
  3. Selecting desired video file.
  4. Waiting for Download/Conversion.
  5. Playing on the device or cast to AppleTV/Chromecast

Features:

  • Uses Jackett as a search backend.
  • Pick individual video files you want to play and the system takes care of the rest to make it streamable.
  • Automatic download of Closed Captions/Subtitles
  • Automatically converts the video file and subtitles to be playable on all browsers/chromecast/appletv
  • Automatically converts audio that is unsupported by browsers to AAC
  • Allows registering as a handler for any magnet link
  • Automatically cleans up disk space so you don't need to manage it yourself

Demo:

Setting up Jackett as a search backend:

Rapidbay requires the torrent indexer Jackett for searching. Have a look here on how to set it up using Docker.

There's also a docker-compose example file to show how you can connect rapidbay and jackett together.

Running:

Requires Docker

docker run -p 5000:5000 -e JACKETT_HOST="http://your.jacket.host" -e JACKETT_API_KEY="YourAPIKey" hauxir/rapidbay

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

Configuring which subtitles to download:

The default setting downloads english subtitles.

Add the env variable SUBTITLE_LANGUAGES to your docker params like so to get more languages:

-e SUBTITLE_LANGUAGES="['en', 'de', 'es']"

Require a password:

Add the env variable PASSWORD to your docker params like so to prompt for a password when opening rapidbay:

-e PASSWORD=YOURPASSWORD

Registering as a handler for any magnet link:

  • Go to https://<RAPIDBAY_HOST>/registerHandler and it should prompt you to register your running RapidBay instance as a default handler for torrent links on any torrent site!
  • You can also copy/paste a magnet link directly into the search bar to open magnet links manually.

Developing

Requires Docker + docker-compose

docker-compose up

Running RapidBay on a VPS

Setting RapidBay up on a VPS and tunnel torrent traffic through NordVPN

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].