Rapidbay alternatives and similar software solutions
Based on the "Video Streaming" category.
Alternatively, view Rapidbay alternatives based on common mentions on social networks and blogs.
-
VideoLAN Client (VLC)
VLC media player - All pull requests are ignored, please use MRs on https://code.videolan.org/videolan/vlc -
Owncast
Take control over your live stream video by running it yourself. Streaming + chat out of the box. -
Zoneminder
ZoneMinder is a free, open source Closed-circuit television software application developed for Linux which supports IP, USB and Analog cameras. -
Restreamer
The Restreamer is a complete streaming server solution for self-hosting. It has a visually appealing user interface and no ongoing license costs. Upload your live stream to YouTube, Twitch, Facebook, Vimeo, or other streaming solutions like Wowza. Receive video data from OBS and publish it with the RTMP and SRT server. -
MediaCMS
MediaCMS is a modern, fully featured open source video and media CMS, written in Python/Django and React, featuring a REST API. -
Shinobi
:peace_symbol: :palestinian_territories: Shinobi CE - The Free Open Source CCTV platform written in Node.JS (Camera Recorder - Security Surveillance Software - Restreamer -
Darwin Streaming Server
Darwin Streaming Server is Apple's open source version of the QuickTime Streaming Server technology allowing you to send streaming media across the Internet using the industry standard RTP and RTSP protocols. -
Hellowlol HTPC Manager fork
A fully responsive interface to manage all your favorite software on your Htpc. -
Radium
Synced stream and video playback with VOD capabilities utilizing HLS. Developed for movie nights but has many use cases. -
Oblecto
Oblecto is a media server, which streams media you already own, and is designed to be at the heart of your entertainment experience. It runs on your home server to index and analyze your media such as Movies and TV Shows and presents them in an interface tailored for your media consupmtion needs. -
Tube
📺 tube is a Youtube-like (without censorship and features you don't need!) Video Sharing App written in Go which also supports automatic transcoding to MP4 H.265 AAC, multiple collections and RSS feed. -
ReadyMedia
A simple media server software, with the aim of being fully compliant with DLNA/UPnP-AV clients. -
uWave
üWave is a self-hosted collaborative listening platform. Users take turns playing media-songs, talks, gameplay videos, or anything else-from a variety of media sources like YouTube and SoundCloud. -
Open Streaming Platform
Self-Hosted alternative to Twitch and Youtube Live for live and on-demand video streaming
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Rapidbay or a related project?
README
RapidBay
Rapid bay is a self hosted video service/torrent client that makes playing videos from torrents as easy as:
- Opening the webapp on a phone/laptop/tablet/smartTV.
- Searching for content.
- Selecting desired video file.
- Waiting for Download/Conversion.
- 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
- Kodi support
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
Using Kodi as a frontend
Using Real Debrid caching
- You can speed up downloads by using the torrent cache at real debrid
- To do that set the env variables RD_DEVICE_CODE, RD_CLIENT_ID and RD_CLIENT_SECRET