Displaying 2 results from an estimated 2 matches for "chr_80s".
2014 Dec 14
2
Icecast AAC FLV Container
...es not play AAC streams as is, and from
a quick google search someonw suggested I append "?type=.flv" to the url. I
cannot make it work though as whatever I request, I get a response with
mime type "audio/aac". For example (working links):
curl "http://148.251.184.14:18002/chr_80s?type=.flv
<http://s1.chromaradio.com:18002/chr_80s?type=.flv>" -o /dev/null -D -
and
curl "http://148.251.184.14:18002/chr_80s
<http://s1.chromaradio.com:18002/chr_80s?type=.flv>" -o /dev/null -D -
returns mime type "audio/aac".
Now I remember that I got it...
2015 Jan 14
2
Source can't connect to Icecast with SSL enabled
...:49:11] DBUG slave/_slave_thread checking master stream list
[2015-01-14 11:49:13] DBUG client/client_read_bytes reading from
connection has failed
[2015-01-14 11:49:13] DBUG client/client_destroy Called to
destory client 0x7f69f00fcbd0
and in the liquidsoap log
2015/01/14 11:51:29 [chr_80s:3] Connecting mount stream for
source at localhost...
2015/01/14 11:51:29 [chr_80s:2] Connection failed: could not read
data from host: Connection reset by peer in read()
In icecast.xml
<listen-socket>
<port>18042</port>
<ssl>1</ssl>
</listen-s...