We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
none of them. the exe starts but it jams icecaster immeadiately. need to kill liquidsoap and also kill and restart icecaster.
run any config (even a simple one would fail)
my inputs are harbors and playlists, also playlists CURLed from playgen.
my outputs go like: output.icecast( %ffmpeg(format = "mp3", %audio(codec = "libmp3lame", b = "192k")),
and also ogg flac - output.icecast(format="application/ogg", %ffmpeg(format="ogg", %audio(codec="flac"))
and also ogg vorbis: output.icecast(format="application/ogg", %ffmpeg(format="ogg", %audio(codec="libvorbis", b = "192k")),
....
expected to work of course
2.3.1: liquidsoap-3d4d997-2.3.1-win64.zip liquidsoap-c0cd13a-2.3.1-win64.zip liquidsoap-2addd93-2.3.1-win64.zip and so on...
i did not build it, it's the autobuilt releases mentioned earlier - nothing different.
From official packages in the release artifacts
that might ring a bell as it's the last thing that gets logged in LS 2.3.1:
2024/12/22 15:36:24 [ffmpeg.filter.bitstream:3] No valid mode found for filter pgs_frame_merge!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
none of them.
the exe starts but it jams icecaster immeadiately.
need to kill liquidsoap and also kill and restart icecaster.
Steps to reproduce
run any config (even a simple one would fail)
my inputs are harbors and playlists, also playlists CURLed from playgen.
my outputs go like:
output.icecast(
%ffmpeg(format = "mp3", %audio(codec = "libmp3lame", b = "192k")),
and also ogg flac -
output.icecast(format="application/ogg",
%ffmpeg(format="ogg", %audio(codec="flac"))
and also ogg vorbis:
output.icecast(format="application/ogg",
%ffmpeg(format="ogg", %audio(codec="libvorbis", b = "192k")),
....
Expected behavior
expected to work of course
Liquidsoap version
Liquidsoap build config
Installation method
From official packages in the release artifacts
Additional Info
that might ring a bell as it's the last thing that gets logged in LS 2.3.1:
2024/12/22 15:36:24 [ffmpeg.filter.bitstream:3] No valid mode found for filter pgs_frame_merge!
The text was updated successfully, but these errors were encountered: