Skip to content

Releases: Zibbp/Radium

v1.3.5

04 Nov 14:20
87282c2
Compare
Choose a tag to compare

Full Changelog: v1.3.4...v1.3.5

  • fix: Remove calls to 7TV API #66

v1.3.4 - Bump packages

15 Apr 17:45
Compare
Choose a tag to compare

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

03 Dec 19:37
Compare
Choose a tag to compare

Fixed:

  • Video state when new user joins

Version 1.3.0

21 Oct 21:25
Compare
Choose a tag to compare

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

01 Oct 12:56
Compare
Choose a tag to compare

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
Radium Player

Alpha 1.1.11

17 Sep 21:59
Compare
Choose a tag to compare
Alpha 1.1.11 Pre-release
Pre-release

Changelog

Added
  • "Now Playing"
    • An admin can set what is being played in the room with basic information about it.

Now Playing

More information about this feature can be found on the wiki page.

Alpha 1.1.10

09 Sep 16:34
Compare
Choose a tag to compare
Alpha 1.1.10 Pre-release
Pre-release

Changelog:

  • Remove unused routes causing start error

Alpha 1.1.9

09 Sep 16:08
Compare
Choose a tag to compare
Alpha 1.1.9 Pre-release
Pre-release

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

20 Aug 05:10
Compare
Choose a tag to compare
Alpha 1.1.8 Pre-release
Pre-release

Changed

  • Fixed bug where user didn't need to supply an auth code to gain admin privileges.

Alpha 1.1.7

19 Aug 01:16
Compare
Choose a tag to compare
Alpha 1.1.7 Pre-release
Pre-release

Added

  • Docker compose file