Oh just realised you mean line 19 of list.liq? Well since it was from the main 
Git repository - the same as this, I didn’t change it any way. I just copied 
them from the libs dir in the git clone to /usr/libs

https://github.com/savonet/liquidsoap/blob/main/libs/list.liq 
<https://github.com/savonet/liquidsoap/blob/main/libs/list.liq>

  list.dcase(l, {default ?? error.raise(error.not_found, "no default value for 
list.hd")}, fun (x, _) -> x)

No idea since it’s not my code? Also I tried the libs from the 1.4.4. branch, 
as I had installed that version, and also 1.4.1 - I had the same issue - odd 
since I see list.liq isn’t in that repo? 
https://github.com/savonet/liquidsoap/tree/v1.4.4/libs 
<https://github.com/savonet/liquidsoap/tree/v1.4.4/libs>

> On 12 Mar 2021, at 11:41, Tim Baker <t...@tjbaker.co.uk 
> <mailto:t...@tjbaker.co.uk>> wrote:
> 
> Here is the unedited (apart from passwords/porst) start of the file (I took 
> out the comments in the one I posted earlier) - I suspect it’s saying ’line 
> 19’ and ignoring the commented lines? Because line 19 is the one after 'set( 
> "harbor.bind_addr", "0.0.0.0” )’ and I checked, no other chars on that line
> 
> #!/usr/bin/liquidsoap
> %include "/usr/lib/liquidsoap/1.1.1/pervasives.liq"
> %include "/usr/lib/liquidsoap/1.1.1/library.liq"
> %include "/usr/lib/liquidsoap/1.1.1/lastfm.liq"
> 
> # Use the telnet server for requests
> set( "server.telnet", true )
> 
> set("audio.converter.samplerate.libsamplerate.quality","best")
> # Log dir
> set("log.file.path","/var/log/liquidsoap/bootlegradio.log")
> set("log.stdout", false)
> set( "log.level", 3 )
> set("log.file",true)
> 
> # Server settings for live source
> set( "harbor.bind_addr", "0.0.0.0" )
> #
> # Accept incoming live source from Winamp or Oddcast
> # A live source
> live = input.harbor(“xxxxxxx",port=XXXX,buffer=5.,max=10.,password=“xxxxx")
> #live = amplify(1.,live)
> #live = ladspa.compressor(ratio=8.,knee=1.,attack=5.,release=100., 
> threshold=0.5, stereo_link=1, makeup_gain=0.5, live)
> #live = limit(attack=5., release=200., gain=2., threshold=-6., live)
> 
> 
>> On 12 Mar 2021, at 01:11, Romain Beauxis <romain.beau...@gmail.com 
>> <mailto:romain.beau...@gmail.com>> wrote:
>> 
>> Hi!
>> 
>> What's on line 19?
>> 
>> Romain

_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to