Details
-
Type:
Bug
-
Status:
Closed
-
Resolution: Won't Fix
-
Affects Version/s: 1.0.0-beta3
-
Fix Version/s: 1.0.0-beta3
-
Component/s: Liquidsoap
-
Labels:None
Description
I'm currently testing out rev7366 before trying it in production. Something seems to be broken with re-connection. i have attached my liquidsoap config file. Note that it is set to reconnect every second.
Then after kicking the mountpoint, liquidsoap tries to reconnect:
2010/06/11 15:24:21 [vorbis-1:2] Cry socket error: timeout, network failure, server shutdown? Restarting the output in 1 seconds.
2010/06/11 15:24:21 [vorbis-1:3] Closing connection...
2010/06/11 15:24:23 [vorbis-1:3] Connecting mount /mount-32k.ogg for source@server...
2010/06/11 15:24:23 [vorbis-1:3] Connection setup was successful.
However, it does not actually start sending data. Winamp sit there saying "Connecting..." and curl shows the following:
comp3904:~ andrewsnook$ curl -i http://server:8000/mount-32k.ogg
HTTP/1.0 200 OK
content-type: application/ogg
ice-audio-info: quality=-0.2;samplerate=44100;channels=2
icy-name:/server-32k.ogg
icy-pub:1
Server: Icecast 2.3.2-kh21a
X-Hostname: server
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:01 GMT
But no data moves through.
Then after kicking the mountpoint, liquidsoap tries to reconnect:
2010/06/11 15:24:21 [vorbis-1:2] Cry socket error: timeout, network failure, server shutdown? Restarting the output in 1 seconds.
2010/06/11 15:24:21 [vorbis-1:3] Closing connection...
2010/06/11 15:24:23 [vorbis-1:3] Connecting mount /mount-32k.ogg for source@server...
2010/06/11 15:24:23 [vorbis-1:3] Connection setup was successful.
However, it does not actually start sending data. Winamp sit there saying "Connecting..." and curl shows the following:
comp3904:~ andrewsnook$ curl -i http://server:8000/mount-32k.ogg
HTTP/1.0 200 OK
content-type: application/ogg
ice-audio-info: quality=-0.2;samplerate=44100;channels=2
icy-name:/server-32k.ogg
icy-pub:1
Server: Icecast 2.3.2-kh21a
X-Hostname: server
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:01 GMT
But no data moves through.