#1087134 please support HTTPS

Package:
liquidsoap
Source:
liquidsoap
Description:
audio streaming language
Submitter:
Antoine Beaupre
Date:
2024-11-11 13:54:02 UTC
Severity:
normal
#1087134#5
Date:
2024-11-08 21:27:13 UTC
From:
To:
I have tried to make liquidsoap stream to a HTTPS icecast server, and
it seems to fail even if docs seem to indicate this should work:

output.icecast(%mp3, host="radio.anarc.at",  port=443, password="hackme", mount="liq.ogg", radio, transport=http.transport.secure_transport)

This fails with:

Error 5: this value has no method `transport`

My hunch is this because liquidsoap is not built with libssl or
ocaml-tls, at least that's what those docs hint at:

https://www.liquidsoap.info/doc-2.2.5/harbor_http.html#https-support

a.

#1087134#10
Date:
2024-11-08 22:06:01 UTC
From:
To:
Hi,

Liquidsoap already build-deps on libssl-ocaml-dev and the configure output does report that it is building with SSL support (at least the last buildable-version, I'm still working on getting a working version back into sid).

If you have any suggestions on how to fix the issue, please let me know

Cheers
Kyle

08 Nov 2024 21:30:23 Antoine Beaupre <anarcat@debian.org>:

#1087134#15
Date:
2024-11-11 13:51:10 UTC
From:
To:
Maybe it wasn't the case in bookworm?

I have no idea, maybe i'm using liquidsoap wrong, it wouldn't be the
first time.