Open mbarsocchi opened 3 years ago
DEBUGGED It seems the error is related to the password and wrong parsing of the config file, so I've written it without spaces.
[shoutcast-0]
bitrateMode = cbr
format = mp3
bitrate = 96
quality = 1.0
server = xxxxxxxxxxxxxxx
port = 8020
password=xxxxxxxxxxxxxxx
name = Radio website
url = https://www.mywebsite.it
genre = live
public = no
Indeed. Recent upgrade from 1.3 to 1.4 exposed this problem, as the previous config was working just fine.
1.4 will work only without any spaces. So, password=foo
I'm trying to connect to a shoutcast server from a darkice client using Ubuntu. This is my configuration:
But when I run
It only shows this, without errors or similar, but there is no streaming at the url. Using BUTT it works. I've also tested with 8021 instead of 8020 for port (8020 it's the port number given by the provider) but no luck.