Releases: zom-bi/zomstream
Releases · zom-bi/zomstream
Zomstream 0.7
What's Changed
Full Changelog: v0.6...v0.7
Zomstream 0.6
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
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
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
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