[Savonet-users] Truncate a playlists after played

2018-03-23 Thread Jeff Hyche
Does anyone have a good routine to truncate a playlist after it has been played? -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

Re: [Savonet-users] fdkaac + liquidsoap + Raspberry Pi 3 B

2018-03-23 Thread Romain Beauxis
Hi, 2018-03-23 12:05 GMT-05:00 technic2radio.fr : > Hi, > > It does not works with 32kbps Please, refer to the documentation at: http://wiki.hydrogenaud.io/index.php?title=Fraunhofer_FDK_AAC#HE-AAC.2FSBR for more details, you will have to experiment with different

Re: [Savonet-users] fdkaac + liquidsoap + Raspberry Pi 3 B

2018-03-23 Thread technic2radio.fr
Hi, It does not works with 32kbps 2018/03/23 17:00:23 >>> LOG START 2018/03/23 17:00:22 [main:3] Liquidsoap 1.3.3 2018/03/23 17:00:22 [main:3] Using: bytes=[distributed with OCaml 4.02 or above] pcre=7.2.3 dtools=0.3.4 duppy=0.7.0 duppy.syntax=0.7.0 cry=0.6.1 mm=0.3.1 ogg=0.5.2 opus=0.1.2

Re: [Savonet-users] fdkaac + liquidsoap + Raspberry Pi 3 B

2018-03-23 Thread Romain Beauxis
Hi, 2018-03-23 11:09 GMT-05:00 technic2radio.fr : > > Hi, > > I'm trying to create a stream in aac + with liquidsoap and fdkaac on a raspberry. > here is my configuration file : > > #!/usr/bin/liquidsoap > > set("log.file.path", "/tmp/basic-radio.log") > >

[Savonet-users] fdkaac + liquidsoap + Raspberry Pi 3 B

2018-03-23 Thread technic2radio.fr
Hi, I'm trying to create a stream in aac + with liquidsoap and fdkaac on a raspberry. here is my configuration file : #!/usr/bin/liquidsoap set("log.file.path", "/tmp/basic-radio.log") set("alsa.alsa_buffer", 3) stream = input.alsa(device="plughw:1,0",bufferize=true)