No, it's not a dummy output, everything was tested on the real server in
production.
* Icecast kh-10 uses log level: [ 4 ]
* Liquid uses log level: [ 5 ]
I'm pretty sure this is a SSL configuration problem too, I'll keep trying fix
that, and comment here how I solved. But I think the certificate is OK:
https://www.ssllabs.com/ssltest/analyze.html?d=s01.webradiocast.net&latest
I'm using only `request.dynamic` and `https` on `output.icecast` to make
new testes:
```
#!/usr/bin/liquidsoap
%include "lib.liq"
# Callback
def get_request() =
uri = list.hd(default="",get_process_lines("php
#{_cf_src_path}/app/service/get_newsong.php #{_cf_port}"))
# Create a request
request.create(uri,persistent=true)
end
# AutoDj
inputAuto =
mksafe(cue_cut(request.dynamic(id="autoplaylist",conservative=false,get_request)))
autodj = audio_to_stereo(inputAuto)
radio = mksafe(autodj)
output.icecast(
fallible=true,
get_encoding_format(
codec=_cf_codec,
bitrate=_cf_bitrate,
samplerate=_cf_codec_samplerate,
audio_obj_tp=_cf_aot),
id="radio_#{_cf_port}",
description=_cf_desc,
protocol="https",
genre=_cf_genre,
mount=_cf_mntpnt,
host=_cf_host,
user=_cf_user,
port=_cf_port,
password=_cf_pass,
encoding = "UTF-8",
radio)
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/716#issuecomment-468639800
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users