Skip to content
New issue

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

2.3.1 nightly x64 windows builds do not work #4300

Open
pranza opened this issue Jan 6, 2025 · 0 comments
Open

2.3.1 nightly x64 windows builds do not work #4300

pranza opened this issue Jan 6, 2025 · 0 comments
Labels

Comments

@pranza
Copy link

pranza commented Jan 6, 2025

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

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...

Liquidsoap build config

i did not build it, it's the autobuilt releases mentioned earlier - nothing different.

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!

@pranza pranza added the bug label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant