Re: [Savonet-users] http.post doesn't work as expected

2013-11-30 Thread Samuel Mimram
For the record, this is answered in https://github.com/savonet/liquidsoap/issues/138 One should add headers=[(Content-Type,application/x-www-form-urlencoded)] On Fri, Nov 29, 2013 at 6:35 PM, Leonard de Ruijter leesv...@lder.me wrote: Hello, I'm using the following simple script:

Re: [Savonet-users] liquidsoap reload watch

2013-11-30 Thread David Baelde
I believe this issue should be discussed on the mailing list. There you'll get advice from other people who probably do similar things to you, but without a playlist. If not, we can ask several users what they think of removing the limitation on reloading empty playlists: I'm reluctant to remove

Re: [Savonet-users] Soft restart of script?

2013-11-30 Thread David Baelde
Hi James, For your first question you could use on_end() to call for a restart if needed. For the second one, I did not investigate the options right now, so I cannot help. Cheers, David On Tue, Nov 19, 2013 at 2:58 PM, Daniel James daniel.ja...@sourcefabric.org wrote: Hi all, Regarding

Re: [Savonet-users] Segfault streaming

2013-11-30 Thread David Baelde
Hi, In case of a segfault, the core dump is useful. Just inspect it with gdb following the guidelines here https://wiki.sourcefabric.org/display/LS/Debugging to make sure you inspect all threads. Then send us what gdb says. Usually that's all we would get from the core dump. Cheers, David On

Re: [Savonet-users] Dynamic file loop

2013-11-30 Thread David Baelde
Hi Leonard, The single() source does not require a static source, at least if you allow it to be fallible -- which is usually easy to allow by using mksafe or a fallback to a simple source such as sine or noise. So you should be able to use a say:.. request for single. I don't understand what

[Savonet-users] skip_blank missing?

2013-11-30 Thread Ken Restivo
I recently upgraded a system to Airtime 2.5.0, which upgraded liquidsoap to 1.1.1~lucid~sfo-1 . I have some custom liquidsoap scripts on top of Airtime, which make heavy use of skip_blank. It pukes with: the variable skip_blank used here has not been previously defined. Sure enough,