I receive the error that the media URL is not valid. I'm not sure where ?icy=https is coming from. I am using liquidsoap and dnas for armv6(rpi) v 2.4.7.256. Going directly to the shoutcast server page allows me to play the station.
My config file looks like this(PW X'ed out):
sc_serv.conf:
adminpassword=xxx
password=xxx
requirestreamconfigs=1
streamid_1=1
PortBase=8000
streamauthhash_1=QoY42VwQ2YKc1pYkouPv
liquidsoap:
liquidsoap 'output.shoutcast(%mp3(bitrate=256),host="localhost", port=8000,genre="idm",name="Haus Radio IDM www.hausradio.net",url="http://170.250.52.83:8000", password="xxxx", mksafe(playlist("/home/pi/shoutcast/music")))'
My config file looks like this(PW X'ed out):
sc_serv.conf:
adminpassword=xxx
password=xxx
requirestreamconfigs=1
streamid_1=1
PortBase=8000
streamauthhash_1=QoY42VwQ2YKc1pYkouPv
liquidsoap:
liquidsoap 'output.shoutcast(%mp3(bitrate=256),host="localhost", port=8000,genre="idm",name="Haus Radio IDM www.hausradio.net",url="http://170.250.52.83:8000", password="xxxx", mksafe(playlist("/home/pi/shoutcast/music")))'
Comment