Releases: torch2424/live-stream-radio
v2.2.1
V2.2.0
FFmpeg Builds for live-stream-radio
This is a mock release to host Pre-compiled builds of FFmpeg. Please be sure to read the Getting Started documentation for getting a project generated and set up.
When using an FFmpeg binary, there are two major things to take note of:
-
Make sure it is built with
live-stream-radio
's required FFmpeg libraries. Which is currently, lib-freetype. -
The version of the FFmpeg binary is >= 4.2.0 . This will ensure you will have stable performance. See this issue for more context
If there are no FFmpeg builds in the release assets that match your operating systems, here are some alternatives I found, though I cannot confirm they work with live-stream-radio
:
- (Windows / macOS) https://ffmpeg.zeranoe.com/builds/
- (Linux) https://johnvansickle.com/ffmpeg/
If you have compiled an FFmpeg binary that works with live-stream-radio
and would like to share it here, feel free to open an issue on the project, and we can definitely add it here!
Thank you! 😄
Version 2.1.1
Performance improvements, as well as more fine grained config control. See Commit history for changes.