8000 Releases · Roenbaeck/hls-relay · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: Roenbaeck/hls-relay

Fourth release

16 Feb 15:05
Compare
Choose a tag to compare

There was a bug that made a new directory only once for every server start per stream key, and not for every started stream. This is now fixed.

Fixed bug where the local port was not set.

Third release

19 Jan 12:46
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

Second release

08 Jan 12:30
9ad58b0
Compare
Choose a tag to compare

Fixes issues that could arise if the initialization segment was not the first one uploaded.

First release

06 Jan 23:24
Compare
Choose a tag to compare

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.

0