Hi,
I've a small configuration file that produce the bug :
---------------------------------------------------------------------
#!/usr/local/bin/liquidsoap --check
set("server.telnet",true) # Active Telnet... ou pas
set("server.telnet.port",1235) # Assignation d'un port pour le serveur
Telnet
safe_radio =
mksafe(input.http("http://stream.letsgozik.org:8000/letsgozik<http://pitch.letsgozik.org:8000/letsgozik>
"))
adsl=output.shoutcast.lame(id="adsl",
host="XXXX<http://mp3-capt-b1.tv-radio.com>",
port=YYYYY, password="notdisplayed", bitrate=128, restart=true, safe_radio)
prereqadsl=output.shoutcast.lame(id="prereqadsl", host="XXXX", port=YYYYY,
password="notdisplayed", bitrate=128, restart=true, safe_radio)
---------------------------------------------------------------------
Here is the complet log file :
2011/03/25 12:25:28 [src_5428:3] New metadata chunk "? -- Unknown"
2011/03/25 12:25:28 [src_5428:3] New metadata chunk "? -- [Let's Go Zik]
Stephan Bodzin And Marc Romboy - Phobos [ Pan-Pot Remix ]"
2011/03/25 12:32:48 [src_5428:3] New metadata chunk "? -- [Let's Go Zik]
Robert Hood - Clash"
2011/03/25 12:38:48 [src_5428:3] New metadata chunk "? -- [Let's Go Zik] El
Mundo & Satori - Secret Places"
2011/03/25 12:46:09 [src_5428:3] New metadata chunk "? -- [Let's Go Zik]
Jonathan Jaramilo And Nathan Bass - La Rumba"
2011/03/25 13:02:55 [src_5428:3] New metadata chunk "? -- [Let's Go Zik] Dj
Slater & Flippers & U-Prag - King Of The Night [ Koen Groeneveld Remix ]"
2011/03/25 13:10:44 [src_5428:3] New metadata chunk "? -- [Let's Go Zik]
S-Factor Ft. Seraina - Play"
2011/03/25 13:10:48 [src_5428:3] New metadata chunk "? -- S-Factor Ft.
Seraina - Play"
2011/03/25 13:10:48 [src_5428:3] New metadata chunk "? -- [Let's Go Zik]
S-Factor Ft. Seraina - Play"
2011/03/25 13:14:33 [prereqadsl:3] Restarting encoder after delay (3600s)
2011/03/25 13:14:33 [stderr:3] Assuming raw pcm input file
2011/03/25 13:14:33 [stderr:3] LAME 3.98.4 32bits (http://www.mp3dev.org/)
2011/03/25 13:14:33 [stderr:3] Using polyphase lowpass filter, transition
band: 16538 Hz - 17071 Hz
2011/03/25 13:14:33 [stderr:3] Encoding <stdin> to <stdout>
2011/03/25 13:14:33 [stderr:3] Encoding as 44.1 kHz j-stereo MPEG-1 Layer
III (11x) 128 kbps qval=3
2011/03/25 13:14:33 [adsl:3] Restarting encoder after delay (3600s)
2011/03/25 13:18:29 [src_5428:3] New metadata chunk "? -- [Let's Go Zik]
Triax - Testify"
2011/03/25 13:24:22 [src_5428:3] New metadata chunk "? -- [Let's Go Zik]
Zatox And Tatanka - Loops & Things"
2011/03/25 13:30:12 [src_5428:3] New metadata chunk "? -- [Let's Go Zik]
Showtek - Breakbeat Junkie"
2011/03/25 13:45:42 [src_5428:3] New metadata chunk "? -- Famiglias
Mondellos - Back To Future [ Daniele Mondello & Express Viviana Mix ]"
2011/03/25 13:45:42 [src_5428:3] New metadata chunk "? -- [Let's Go Zik]
Famiglias Mondellos - Back To Future [ Daniele Mondello & Express Viviana
Mix ]"
2011/03/25 13:51:21 [src_5428:3] New metadata chunk "? -- [Let's Go Zik]
Josh And Wesz - Oblivion"
2011/03/25 13:56:56 [src_5428:3] New metadata chunk "? -- [Let's Go Zik]
Human Resource - Dominator"
2011/03/25 13:59:36 [src_5428:3] New metadata chunk "? -- [Let's Go Zik] Bk
- Pressure Down [ Fabio Steins Downrise Remix ]"
2011/03/25 14:07:17 [src_5428:3] New metadata chunk "? -- [Let's Go Zik]
Rudeboy - Echoes Of Memories"
2011/03/25 14:09:23 [main:3] Shutdown started!
2011/03/25 14:09:23 [main:3] Waiting for threads to terminate...
Telnet doesn't work like it always do....
I think, it stop to work at 13:14 but I'm not sure.
Pascal
2011/3/23 David Baelde <[email protected]>
> I think we should continue here the discussion we had on "Production
> environment". If the backtrace you have here corresponds to the
> situation you described recently, that you fixed by distributing your
> multiple outputs accross multiple instances, then it means that when
> one output gets disconnected it brings liquidsoap to a deadlock,
> including duppy -- which is why clocks won't help. With this scenario
> in mind I'd suspect the on_stop callback: have you setup anything
> there?
>
> Otherwise, I don't see how outputs may affect duppy. One output may
> freeze the whole streaming thread (which is where clocks do help) if
> lags instead of disconnecting quickly (we've had bugs like that in the
> past, not long ago). But here it's not only the main thread...
>
> We're making progress...
>
> David
>
------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software
be a part of the solution? Download the Intel(R) Manageability Checker
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users