Re: [Savonet-users] [savonet/liquidsoap] AAC afterburner causes output to stop (#747)

2019-04-07 Thread Geoff King
Fedora's rpm of fdk-aac is v0.1.6 in the rpm-fusion-nonfree. I just did an ldd on the liquidsoap binary. It appears to be using an fdk-acc.so in /usr/local/lib/ with a 2016 date. I also found remnants of v1.2.0 and v1.3 when I compiled it outside opam. I must have downloaded and compiled the

Re: [Savonet-users] 1.3.7-beta1

2019-04-07 Thread Romain Beauxis
Hey all! Two weeks in and there hasn't been any report of a major regression with this beta release. I'll give it another week and will release it. There's still time to test it, though! Would love to catch as many regressions as we can before it's out. Thanks for the support! Romain Le dim. 24

Re: [Savonet-users] [savonet/liquidsoap] Ability to suppress metadata being sent to Icecast/SHOUTcast/etc? (#738)

2019-04-07 Thread Romain Beauxis
@SlvrEagle23 yeah, you need to provide a return value in a functional fashion: ``` def handle_jingle_mode(m) = if (m["jingle_mode"] == "true") then log("Jingle mode; stripping metadata...") [] else m end end radio = map_metadata(handle_jingle_mode,update=false,strip=true,insert

Re: [Savonet-users] [savonet/liquidsoap] youtube dash formatted m4a aac files from podsync.net are detected as having no length by liquidsoap (#713)

2019-04-07 Thread Romain Beauxis
Do you have a log of the decoders running with the latest build with `ffmpeg` installed? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/savonet/liquidsoap/issues/713#issuecomment-480642920

Re: [Savonet-users] [savonet/liquidsoap] smart_crossfade documentation needs update (#743)

2019-04-07 Thread Romain Beauxis
Thanks for this report. I am currently working on a rewrite of the `smart_crossfade` function. I'll make sure to address this report as well. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/savonet/liquids

Re: [Savonet-users] Error when registering icy_update function

2019-04-07 Thread Romain Beauxis
Hi! Le sam. 30 mars 2019 à 16:39, William Goldsmith a écrit : > > I'm using the example code ( https://www.liquidsoap.info/doc-1.3.6/icy_metadata.html): > > def icy_update(v) = > # Parse the argument > l = string.split(separator=",",v) > def split(l,v) = > v = string.split(separator="="

Re: [Savonet-users] [savonet/liquidsoap] Now getting a 'Failed to fetch mime-type' error message after updating (#708)

2019-04-07 Thread Romain Beauxis
Hi @chrism. You should be able to use `opam`'s local pinning to test specific `git` branches. Something like this: ``` #!/bin/bash source /home/deployer/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true cd /home/deployer opam install cry alsa pulseaudio mad taglib lame ogg vorbis opus vo

Re: [Savonet-users] [savonet/liquidsoap] Now getting a 'Failed to fetch mime-type' error message after updating (#708)

2019-04-07 Thread Romain Beauxis
@nightwatcher74 very happy to read that. I plan on releasing `1.3.7` very soon. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/savonet/liquidsoap/issues/708#issuecomment-480642346__

Re: [Savonet-users] [savonet/liquidsoap] ratio as float getter in compress and limit (0450df9)

2019-04-07 Thread Romain Beauxis
Happy face! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/savonet/liquidsoap/commit/0450df9e83cd46202572eb87ee98e4197d35a0f7#commitcomment-33067857___ Savonet-u

Re: [Savonet-users] [savonet/liquidsoap] Live DJ Connection Not Fading Smoothly (#746)

2019-04-07 Thread Romain Beauxis
Hi, You might be encountering a real issue. I've recently started auditing the transition code and I am planning some deep changes with it. In particular, I'd like to make it easier to transition with live sources. My plan is to release the `1.3.7` bugfix shorly and review/merge the transition

Re: [Savonet-users] [savonet/liquidsoap] AAC afterburner causes output to stop (#747)

2019-04-07 Thread Romain Beauxis
Thanks for this report. To debug further, it would be interesting to know the source of your `fdk-aac` library -- there are a couple of forks around I believe. Also of use could be a `gdb` trace of the process when the bug is occurring. Are you familiar with the process? -- You are receiving

Re: [Savonet-users] [savonet/liquidsoap] Fixing the replaygain madness (#749)

2019-04-07 Thread Romain Beauxis
Hi, The leading space should not matter: ``` # Scanf.sscanf "0.23 dB" " %f dB" (fun x -> Printf.printf "%f\n%!" x);; 0.23 ``` Are you aware of the `extract-replaygain` script that is distributed with `liquidsoap`: https://github.com/savonet/liquidsoap/blob/3350999c9efe447d8a226d59ffc061ce55

Re: [Savonet-users] [savonet/liquidsoap] CPU / Memory use for basic icecast streaming ("ezstream use-case") (#748)

2019-04-07 Thread Romain Beauxis
Closed #748. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/savonet/liquidsoap/issues/748#event-2258226440___ Savonet-users mailing list Savonet-users@lists.sourceforge.net https://

Re: [Savonet-users] [savonet/liquidsoap] CPU / Memory use for basic icecast streaming ("ezstream use-case") (#748)

2019-04-07 Thread Romain Beauxis
Hi, Unfortunately, Liquidsoap cannot work with compressed formats. That's the price to pay for the flexibility that it provides, as @autonarcosis put it well. I'm closing this issue since I don't think that we can do much about it. You can, however, look a the `%shine` encoder if you want to re