-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
[v2.2.0] output.harbor HTTP connection failure #3255
Comments
Probably caused by these lines. liquidsoap/src/core/harbor/harbor.ml Lines 822 to 827 in d8034f7
|
As expected, I get the same results with your simple example:
CURL instead of VLC:
But you seem to have an idea... 😉 |
Hi @DigiBC and thanks for the report. |
Hi @toots, |
The HTTP error part should be fixed in There might still be more issues with @DigiBC let us know if that fixes your issue! |
The good news first: The HTTP connection error is indeed fixed! 😃
While MP3 streaming now works, there seems to be another problem with |
Thanks. Yeah ogg/vorbis appears broken indeed. |
Describe the bug
Attempting to connect to
output.harbor
in version 2.2.0 results in an HTTP connection failure.Liquidsoap logs the error as follows:
To Reproduce
I use the following code :
Audio clients report errors, for example VLC (cvlc):
Or Audacious:
Everything points to an invalid HTTP reply.
Expected behavior
It worked flawlessly in version 2.1.4 and earlier.
Version details
Install method
Official Debian package liquidsoap_2.2.0-ubuntu-jammy-1_amd64.deb
The text was updated successfully, but these errors were encountered: