Skip to main content

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​