Releases: Zibbp/Radium
Releases · Zibbp/Radium
v1.3.5
v1.3.4 - Bump packages
This release is bumping the packages and using Github's container registry.
If you are looking for something new, check out Radium's Next branch. Radium Next uses OvenMediaEngine for sub-second streaming.
v1.3.3
Version 1.3.0
Added support for multi-architect builds. This means Radium can now run on arm devices. The architects currently supported are:
- linux/amd64
- linux/arm64
- linux/arm/v7 (Raspberry PI)
Version 1.2.1
Update 1.2 brings a big feature, a new player. Before Radium was using Plyr and it was a good player but it lacks the community VideoJS has. Now Radium uses VideoJS.
Reasons for switching players:
- Quality Selector (HLS has dynamic quality but the ability to manually select qualities is nice).
- Audio selector.
- Ability to set http headers (Radium Protect).
- Possible DASH support.
- Better subtitle rendering with user customizable options.
Other changes:
- Work in progress support for Radium Protect.
- Removed Firefox video and subtitle warnings (VideoJS fixed these issues).
Picture of the new VideoJS player and the custom Radium theme
Alpha 1.1.11
Changelog
Added
- "Now Playing"
- An admin can set what is being played in the room with basic information about it.
More information about this feature can be found on the wiki page.
Alpha 1.1.10
Changelog:
- Remove unused routes causing start error
Alpha 1.1.9
Changelog:
- If supplied a custom admin token, convert to string
- Added a notification for changing HLS stream and subtitles
- Cleanup of old code
Alpha 1.1.8
Changed
- Fixed bug where user didn't need to supply an auth code to gain admin privileges.
Alpha 1.1.7
Added
- Docker compose file