This version of Radium is a demonstration of newer streaming technologies. For streaming it uses OvenMediaEngine, an open source streaming server that enables large-scale and sub-second latency live streaming.
The video player in Radium Next is OvenMedia's player OvenPlayer. OvenPlayer supports a variety of streaming protocols such as WebRTC, LL MPEG-DASH, DASH, and HLS.
Radium Next is not as feature rich as the original Radium. It's primary purpose was a technology demonstration and for movie nights / streaming whatever with friends.
I have been using OBS to stream SRT to OvenMediaEngine then serving the stream via WebRTC to Radium Next. This setup provides a smooth, secure, sub-second stream.
- Setup OvenMediaEngine.
- Use the provided
docker-compose.yml
in the repository to setup Radium Next.- Edit the environment variables in the compose file to match your needs.
- Bring it up with
docker compose up -d
.