Skip to content

Zomstream 0.3

Compare
Choose a tag to compare
@z-bsod z-bsod released this 06 Nov 22:29
· 17 commits to master since this release
86bd612

a new updated zomstream release with a whole lot of changes.

The Primary Change is that we moved from a HLS based Webplayer to a HTTP-FLV based one in order to decrease the latency of the webplayer.

List of Changes:

  • remove the uncessary caching of the streamlist in the frontend application
  • update the nginx baseimage from debian:stretch to debian:buster
  • replace the nginx rtmp module with nginx-http-flv-module
  • replace the hls.js based webplayer with a flv.js based one (decreases the latency from about 30sec to about 3sec in my tests)
  • allow playback of unlisted streams via the webplayer
  • remove the custom network with internal ips for access to internal endpoints - just use a non-exposed port for that instead
  • modify the dockerfiles so that none of the python code is running as root inside the container anymore