Radium alternatives and similar software solutions
Based on the "Video Streaming" category.
Alternatively, view Radium 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 -
Rapidbay
Self-hosted torrent video streaming service compatible with Chromecast, AppleTV & Kodi deployable in the cloud -
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. -
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. -
Open Streaming Platform
Self-Hosted alternative to Twitch and Youtube Live for live and on-demand video streaming -
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.
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 Radium or a related project?
README
Radium Next
Radium Next is a sub-second streaming version of Radium using OvenMediaEngine. Visit the branch for more information.
🖥️Demo may take a minute to wake app
Radium Nginx-RTMP-HLS
Advanced Controls found below the player
Features
- HLS
- RTMP to HLS stream with VOD capabilities
- Direct HLS playback
- Controls
- Play, pause, and sync all members in the room
- Sync Room
- Sync button pushes users time to all clients*
- Chat
- No login, simply enter a displayname
- Custom emotes from images
- Admin authentication*
- Now Playing
- Set what is being played more info
- More coming soon!
*Only Admins are able to sync the room
Getting Started
Basic usage
Radium runs in a Docker container, simply modify and run the docker command.
# Basic Docker Container
$ docker run -d --name=radium -p 3000:3000 -e BASE_URL=https://radium.example.com zibbp/radium:latest
Prefer using docker compose? Check out the docker-compose.yml
Want to use Heroku? Click the button, enter environment variables, and click deploy!
Options
Base URL (REQUIRED)
The base url is required for basic functionality.
If not using a reverse proxy and a domain, the IP and PORT need to be supplied.
# Add the following environment variable
-e BASE_URL=https://radium.example.com
or
# Add the following environment variable
-e BASE_URL=http://1.2.3.4:3000
HLS
The HLS url can be changed via an environment variable or within the application when running. To set a permanent url, pass the environment variable HLS_URL
through.
# Add the following environment variable
-e HLS_URL=https://domain.com/stream.m3u8
If the HLS_URL
variable is not passed through, a default demo file will play.
Visit the documentation for generating HLS media.
Admin Token
The admin token is automatically generated and logged to the console whenever started, but a custom one can be passed through.
# Add the following environment variable
-e ADMIN_TOKEN=secret123
Visit the documentation for token usage.
Documentation
Full Documentation
Highlights
Alternatives
Looking for something else? Check out these amazing opensource projects.
- MovieNight This is a single-instance streaming server with chat. Originally written to replace Rabbit as the platform for watching movies with a group of people online.
- Open Streaming Platform A Self-Hosted Video Streaming and Recording Server Using Python, Flask, Nginx-RTMP.
- Jellyfin The Free Software Media System v10.6 introduced a synced playback feature
Information
zibbp.tech · GitHub @zibbp ·
License
Radium is distributed under the terms of the MIT license. See LICENSE.md for details.
*Note that all licence references and agreements mentioned in the Radium README section above
are relevant to that project's source code only.