Skip to main content

V1.4.18

· One min read

This release contains a few bug fixes and improvements. It also contains some new features and changes.

Bugfixes:

  • Fixed a bug where the chat stops working after a too long message
  • Fixed a bug where the watched state of a VoD wasn't detected correctly
  • Fixed a bug where private VoDs were still listed publicly
  • Skip silence button not shown if you seek into the silence

Features:

  • You can now select, that the beta mode is your default mode

V1.2.26

· 2 min read

Changes in this release:

Features​

  • allow mp4 downloads from HLS Edge server by @joschahenningsen
    • Video files are now downloaded from the edge server instead of pulling the mp4 file from the mass storage. This step helps us get rid of the dependence of video files in the mass storage, thus saving 50% disk space. The long term goal is to only store HLS segments and discard the mp4 files after they have been converted to a HLS stream.
  • Use MediaMTX for Selfstreams by @joschahenningsen
    • Selfstreams are now delivered to the worker using MediaMTX. This package has proven to be more reliable and much more actively maintained than nginx with the rtmp module.
    • MediaMTX is now also embedded in the docker container of the worker. This allows easier deployment and self-streaming to any worker.

Bugfixes​


Misc​