Hello all. So, I'm trying to relay a stream from an icecast server, to a 
shoutcast server, the problem that I'm having is that my script is 
giving me error, blushing buffers when connecting to shoutcast. I'm 
using liquidsoap 1.1.1 and the input.http operator. I'm outputting it 
through output.shoutcast and have (%mp3) I will give the script below 
and then, the log.
Script:
#!/etc/liquidsoap
set("log.file.path","/tmp/syndication.log")
s = mksafe(input.http("http://kjscradio.com:8000/stream.mp3";))
output.dummy (fallible=true, s)
output.shoutcast(%mp3,fallible=true,
host="listen2.ultrastreams.us",port=9098,password="hackme",
s)
output.shoutcast(%mp3, fallible=true, 
host="50.22.218.73",port=25646,password="hackme",
s)

log:
2016/07/31 09:09:32 [output(dot)shoutcast:2] Connection failed: bad answer
If someone can help, that would be great. thanks.



------------------------------------------------------------------------------
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to