Skip to content

Releases: zom-bi/zomstream

Zomstream 0.7

13 Jan 13:58
c89140a
Compare
Choose a tag to compare

What's Changed

  • Setup Helper: Improve UX by making name mandatory by @qamodi in #13

Full Changelog: v0.6...v0.7

Zomstream 0.6

25 Mar 21:55
70968e4
Compare
Choose a tag to compare

Changes:

  • nginx: update base image to debian bullseye (11)
  • nginx: add timeout configurations for the rtmp connection
  • frontend: change configuration loading from yaml to be compatible to the most recent pyyaml version

Zomstream 0.5

06 Dec 21:34
55f5799
Compare
Choose a tag to compare

changes:

  • new setup_helper page for OBS setup
  • simplify copy-pasting URLs from the Frontend
  • make example configuration compatible to docker-compose.default.yml so help with local testing

Zomstream 0.4

05 Apr 17:42
7ffbccb
Compare
Choose a tag to compare

Changes:

  • Dark Mode of the UI based on the Dark-Mode Setting of the visitors browser (via media query)
  • Api Endpoints for the Stream List (/api/stream, /api/stream/{application}/{streamname})

Zomstream 0.3

06 Nov 22:29
86bd612
Compare
Choose a tag to compare

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