Releases: Roenbaeck/hls-relay
Releases · Roenbaeck/hls-relay
Fourth release
Third release
Full Changelog: v0.2.0...v0.2.1
Second release
Fixes issues that could arise if the initialization segment was not the first one uploaded.
First release
This is the very first release of the HLS relay. You need to have a Python runtime installed, with the Flask dependency available. You also need ffmpeg v6.x or newer. When streaming (HDR) content to YouTube, the input is only remuxed, which is not so taxing on the CPU/GPU. However, if you want to try Twitch streaming (SDR), you should most likely adapt the ffmpeg-command in the Python code to include some setting for hardware acceleration. You may also want to change the bitrate, which is set to 4Mbps right now.