Re: [Savonet-users] Change reconnect time

2017-01-31 Thread Venevox
Sorry, not working. :( What am I doing wrong? output.shoutcast(%mp3(bitrate=64,samplerate=44100,internal_quality=7),name="Name",genre="Genre",url="https://site.pl",host="ip",port=8000,password="hackme",_*on_error={10.}*_,radio) Error: At line 18, char 223-227: this value has type ()->_

Re: [Savonet-users] Pipe out breaks after several hours

2017-01-31 Thread Christo Grozev
Hi Romain…I don’t think it is that – because when I run the same input directly into ffmpeg (by daemonizing ffmpeg -i ), it can run for weeks without issue. So the issue comes somewhere along the piping. True, when I do the direct ffmpeg feeding, I do not use uncompressed wav as input. While

Re: [Savonet-users] Change reconnect time

2017-01-31 Thread Venevox
Thank you very much! :) --- Pozdrawiam W dniu 31.01.2017 o 21:38, Romain Beauxis pisze: > Here: http://liquidsoap.fm/doc-1.2.1/reference.html#output_icecast > > The parameter you're looking at is: > > * on_error ((string)->float – defaults to fun (_) -> 3.): Callback > executed when an error

Re: [Savonet-users] Is "random" really random? (Alternates between 2 albums for several songs then changes albums)

2017-01-31 Thread Venevox
Please look my message - https://github.com/savonet/liquidsoap/issues/386 I think that we have ten same problem? --- Pozdrawiam W dniu 31.01.2017 o 21:43, Walter York pisze: Thank you Romaine how can I ensure that my playback complies with DMCA and broadcasting standards as it pertains to not

Re: [Savonet-users] Is "random" really random? (Alternates between 2 albums for several songs then changes albums)

2017-01-31 Thread Walter York
Thank you Romaine how can I ensure that my playback complies with DMCA and broadcasting standards as it pertains to not playing the same song or artist within a certain time threshold? On Jan 31, 2017, at 3:22 PM, Romain Beauxis > wrote: Hi

Re: [Savonet-users] Change reconnect time

2017-01-31 Thread Romain Beauxis
Here: http://liquidsoap.fm/doc-1.2.1/reference.html#output_icecast The parameter you're looking at is: * on_error ((string)->float – defaults to fun (_) -> 3.): Callback executed when an error happens. The callback receives a string representation of the error that occured and returns a float.

Re: [Savonet-users] Time playlist - track_sensitive to switch

2017-01-31 Thread Romain Beauxis
:-) 2017-01-29 9:47 GMT-06:00 Venevox : > Ok, I found solution: switch(track_sensitive=false, ...) > > W dniu 29.01.2017 o 14:27, Venevox pisze: > > How to configure track_sensitive for time playlist? > > I do not want to wait for the end of the song. Switching will be > >

Re: [Savonet-users] Start up issues

2017-01-31 Thread Romain Beauxis
Glad to hear that it's working fine now! 2017-01-26 17:36 GMT-06:00 VAN WAMBECK, STEPHEN : > Ok, I have finally figured out the magic stuff that was missing. Thanks to > the good folks at Radio Reference for an excellent guide on installing > Liquidsoap and configuring ALSA

Re: [Savonet-users] Pipe out breaks after several hours

2017-01-31 Thread Romain Beauxis
Hi Christo, It could be that ffmpeg is not designed to expect infinite input stream.. What are you doing with the stream once it's passed to ffmpeg? Romain 2017-01-23 16:08 GMT-06:00 Christo Grozev : > Hi all, > > I seem to have a consistent problem with piping out audio to

Re: [Savonet-users] Failed to prepare track: request not ready

2017-01-31 Thread Romain Beauxis
Can you share the script you use to reproduce? Thanks! 2017-01-21 14:56 GMT-06:00 neralex : > I reproduced this issue with 2 different daemons on the same box. It > affects each playlist-reload, where a directory is defined as playlist. > Reproduced 4 times with

Re: [Savonet-users] Using liquidsoap to dynamically play .mp3 files in order one time and silence otherwise

2017-01-31 Thread Romain Beauxis
Hi Jeff, 2017-01-21 12:19 GMT-06:00 Jeff Garvas : > This appears to work, but I'm curious if those of you more familiar with > this scripting see a more efficient solution? > > set("server.socket",true) > set("server.socket.path","path/to/socket") > > # points to a single blank .mp3

Re: [Savonet-users] Is "random" really random? (Alternates between 2 albums for several songs then changes albums)

2017-01-31 Thread Romain Beauxis
Hi Walter, This has been a concern for users before, too. Algorithmic randomness is a vast, tricky question. As far as we are concerned, playlist in randomize mode (i.e. shuffled once when loaded) are shuffled using the Fisher-Yate algorithm:

Re: [Savonet-users] error ffmpeg liquidsoap full compile from source

2017-01-31 Thread Romain Beauxis
Maybe Sam could help on this one.. 2017-01-11 18:29 GMT-06:00 DreamStreamKicker : > > distro : 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) > x86_64 GNU/Linux > > since a few days getting this error compiling from source, anaybody know > what to do? > >

Re: [Savonet-users] Testing toward release?

2017-01-31 Thread Romain Beauxis
Glad to head, thanks! 2017-01-27 3:13 GMT-06:00 Peter Retep : > Hi Romain, > > the new peak operators work fine. > Thanks for this! > > BR, Peter > > Am 11.01.2017 um 06:26 schrieb Romain Beauxis: > > Hey! > > > > There's been some changes lately in the latest trunk that seem

Re: [Savonet-users] metadata question

2017-01-31 Thread Alex LaBranche
If you can fire the same manual request when tracks are done playing, then yes. Though with your specific use case, why not just keep it a static value all the time? As long as its broadcasting it can say 'scanning'. I can assume that you could potentially be making lots of requests in a short