Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-09-08 Thread Niall Lindsay
Sometimes if I request to skip tracks this happens: ![screen shot 2018-09-08 at 15 35 15](https://user-images.githubusercontent.com/9781846/45255374-7a5d0300-b37d-11e8-8704-1a776d5079c3.png) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-09-08 Thread Niall Lindsay
@toots is there a telnet/say command to view all available songs? I mean like return all the ids of every song -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-09-08 Thread Niall Lindsay
Ok thanks! -- 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/572#issuecomment-419623409___ Savonet-users mailing list

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-09-07 Thread Romain Beauxis
You can add SSH access. It's actually a neat trick, it's described here: http://www.liquidsoap.info/doc-1.3.3/server.html -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-09-07 Thread Niall Lindsay
Ok thanks! Final question, is there anyway we can add a password for the telnet protocol? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-09-07 Thread Romain Beauxis
Glad to know! `request.all` should only show queued or currently playing requests so that's to be expected. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-09-07 Thread Niall Lindsay
@toots all seems fine, no falling of the stream (~2 days going) another slightly unrelated thing over telnet what should request.all show? Currently it shows this after about 12 hours running: ![screen shot 2018-09-07 at 17 30

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-09-07 Thread Niall Lindsay
Thanks! Il try it overnight and see what happens -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-09-05 Thread Romain Beauxis
Hi. I should have looked at your script before. You should remove the `mksafe` around `input.http`. Otherwise, once the `fallback` switches to that source it'll never switch back to the other source because `mksafe` guarantees that source to always be available, even when `input.http` fails, in

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-09-05 Thread Romain Beauxis
Closed #572. -- 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/572#event-1829223315-- Check out the

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-09-05 Thread Romain Beauxis
Thank you. I'll give it a try when I get a moment. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-09-04 Thread Niall Lindsay
https://drive.google.com/file/d/1tZj3CpqBLZhVpD4ONiIWn_ppUvJLnapc/view?usp=sharing -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-09-04 Thread Niall Lindsay
I have a copy of the log file here (15 MB) http://nagar.eu/dload/tests.log -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-09-04 Thread Niall Lindsay
@toots Is there anything I should specifically look for in the log files? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-09-03 Thread Niall Lindsay
the quicker failing on the windows machine might have been due to other issues not liquidsoap related, Il edit the script on my raspberry pi and see what happens anything I should specifically look out for (il upload entire log aswell) -- You are receiving this because you are subscribed to

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-09-03 Thread Niall Lindsay
Okay I’ve stup the log levels but I’ve taken out http features as this was spamming the logs -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-09-03 Thread Niall Lindsay
Okay il get that set now, I’ve also noticed since I’ve tried it on windows, it’s a lot quicker to fail (about 4 hours compared to 8ish) Wondering if it’s down to the specs of the system? Il set the log level to 5 -- You are receiving this because you are subscribed to this thread. Reply to

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-09-03 Thread Romain Beauxis
Reopened #572. -- 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/572#event-1823819572-- Check out the

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-09-03 Thread Romain Beauxis
@Niall7459, you're using the latest script above right? Symptoms are: stream goes silent but logs continue to show tracks being loaded? Can you share logs with `set("log.level",5)`? Thks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-09-03 Thread Niall Lindsay
@toots tested this on a different machine, using the liquidsoap-win binarys and same problem occured. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-09-03 Thread Niall Lindsay
Any update on this? -- 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/572#issuecomment-418116976-- Check

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-27 Thread Gilou
You probably need to install cry as well -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-22 Thread Niall Lindsay
Also @toots I attempted opam install of liquidsoap and I get this error on run. https://user-images.githubusercontent.com/9781846/44161386-0e0c1e00-a0b5-11e8-977e-418eb83c5d97.png ^ above imagd -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-22 Thread Niall Lindsay
I was thinking earlier maybe it’s the mksafe() coming into action producing a blank stream of the sources are failing -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-22 Thread Niall Lindsay
Current script that I’m having problems with ‘’’#!/usr/bin/liquidsoap

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-15 Thread Niall Lindsay
@Yukioru Thanks, It's there but... ![screen shot 2018-08-15 at 17 59 19](https://user-images.githubusercontent.com/9781846/44161386-0e0c1e00-a0b5-11e8-977e-418eb83c5d97.png) I have to use ./liquidsoap or it runs from command and not binary -- You are receiving this because you are subscribed

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-15 Thread Andrey Kondalov
@Niall7459 The installed liquidsoap through the opam is in the home directory. For example: `/home/username/.opam/bin/liquidsoap` or `/home/username/.opam/4.05.0/bin/liquidsoap` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-15 Thread Niall Lindsay
@Yukioru I've installed 1.3.3-1 but when i run 'liquidsoap' its still running version 1.1.1 that I installed using apt. Has opam installed it somewhere different so I can make an alias to it. Thanks -- You are receiving this because you are subscribed to this thread. Reply to this email

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-15 Thread Andrey Kondalov
https://github.com/savonet/liquidsoap/issues/572#issuecomment-413228714 @Niall7459 You need to use opam to install the latest version. Or manually collect from the repository. https://opam.ocaml.org/ https://opam.ocaml.org/packages/liquidsoap/ -- You are receiving this because you are

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-15 Thread Niall Lindsay
nope, I can attempt a build but it probably wont work for me -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-15 Thread Niall Lindsay
Il check on my ubuntu system -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-15 Thread Niall Lindsay
@toots ![screen shot 2018-08-15 at 16 05 20](https://user-images.githubusercontent.com/9781846/44155471-4e4ebc8a-a0a5-11e8-96d5-bac4c26b682f.png) not yet on our lists :( -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-15 Thread Romain Beauxis
Oh also, thanks for the kind words, much appreciated! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-15 Thread Romain Beauxis
Closed #572. -- 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/572#event-1790109662-- Check out the

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-15 Thread Romain Beauxis
@Niall7459, I'm gonna close this one here for house keeping. I am focused on issues on the recent code and this one hasn't been reported since `1.1.1`. However, feel free to re-open or submit a new one if you experience it with the latest code. Thks! -- You are receiving this because you are

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-14 Thread Niall Lindsay
Just wanted to say, thanks for this amazing piece of software, I’ve used VLC, WinAMP but nothing has come close to compatibility/features of liquidsoap. It’s perfect for radio automation and extremely lightweight to run! Good luck! -- You are receiving this because you are subscribed to this

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-14 Thread Niall Lindsay
Yep, in my case tracks are still prepared, the stream is still available, sending metadata, just no audio. I have my icecast server at http://listen.nagar.eu:8000/ And the stream url is http://listen.nagar.eu:8000/autodj.mp3 (working at the time of writing) 64-bit architecture. I used apt and

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-14 Thread Romain Beauxis
Ok, I think the two problems are different. In @Yukioru's case, the process is frozen if I understand well, since there are no more logs. However in @Niall7459's case the process keeps preparing tracks. @Yukioru: let's continue the conversation in your new issue. @Niall7459: Are you using 32 or

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-14 Thread Andrey Kondalov
Anyway, it seems to me better to continue in the right topic? ) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-14 Thread Romain Beauxis
I'm not sure that you were off-topic and, yeah, I'm not gonna let this one go now that we're so close to fixing it :-) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-14 Thread Andrey Kondalov
@toots Let me create a new problem. I was wrong with the wording of the problem in this topic. I did not find any similar problems. As I understand, all the problems with the silence in the stream. Sorry for the comments off topic. And yet, can I hope that the problem will be solved in 1.2.4?

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-14 Thread Romain Beauxis
Thanks for the clarification. @Niall7459 is that also what you are experiencing? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-14 Thread Andrey Kondalov
Hmmm. Maybe partly yes. In the original description it is not clear whether the stream itself is still available and there is just silence? If so, then maybe I did not understand the problem correctly.  In my case, the liquidsoap process remains working, but the tracks stop playing (the

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-14 Thread Romain Beauxis
Ok, thanks. I'm a bit confused now. The initial description of the issue was: > After about half a day, my stream does not output music but continues to show > loading songs in terminal. I need to restart the program to get the stream > back Is that what you are experiencing? -- You are

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-14 Thread Andrey Kondalov
@toots [liquidsoap.log.txt](https://github.com/savonet/liquidsoap/files/2285672/liquidsoap.log.txt) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-13 Thread Romain Beauxis
@Yukioru Any chance you could share a bit more of the logs? Something showing the whole transition would be great. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-13 Thread Romain Beauxis
Gotcha, thanks. On it! -- 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/572#issuecomment-412517179--

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-13 Thread Andrey Kondalov
@toots It still falls. ``` 2018/08/12 23:29:50 [source:4] Source add_12534 gets up. 2018/08/12 23:29:50 [add_12534:4] Content kind is {audio=2;video=0;midi=0}. 2018/08/12 23:29:50 [source:4] Source smart_cross_5951_after gets up. 2018/08/12 23:29:50 [source:4] Source buffer_12492 gets up.

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-12 Thread Andrey Kondalov
@toots OK. Replaced. Restarted the stream. Let's see how it will work. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-12 Thread Romain Beauxis
Thanks guys for these, this is extremely helpful. Let's try one last thing to narrow it down: @Yukioru, could you try to change the `sequence([sa, sb])` transition in the jingle case to `add(sa,sb)` like in the other case? I'm trying to figure out if the problem comes from the `sequence`

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-11 Thread Niall Lindsay
Recent changes I have made: - more songs have been added - crossfade() added This has made the stream fail every 8 or so hours. Before, I had crossfade() but it was in the wrong place and not taking effect. I can hear the crossfade s I think the problem is cross fading Also I’m on Linux and I

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-11 Thread Andrey Kondalov
Eventually. >From my script I turned off the processing one at a time: - ladspa; - skip_blank; - joshcross. After the first two the stream also fell. After disabling joshcross, the stream has been running for 2 days without falling. It's all with jingles on.

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-07 Thread Romain Beauxis
Yes, the processing could be another possible culprit, let us know if that changes anything.. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-07 Thread Andrey Kondalov
@toots The stream also falls.  I'm going to turn off the processing. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-07 Thread Andrey Kondalov
ok -- 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/572#issuecomment-45929-- Check out the vibrant

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-07 Thread Romain Beauxis
You can always try: `opam reinstall ` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-07 Thread Andrey Kondalov
@toots, I have updated the packages correctly? Updated: fadd, dtools, liquidsoap ``` cd ./package git pull opam pin add. opam upgrade package ``` I doubt it, because there was no reassembly. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-07 Thread Romain Beauxis
No worries! I'm really hoping we can fix this one for the next release :-) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-07 Thread Andrey Kondalov
Today I will update to the current master branch. And I'll try again. All this time the flow without jingles did not fall. I'm sorry that it took such a long time to do this before. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-07 Thread Romain Beauxis
Any update on this one? -- 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/572#issuecomment-411073069--

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-03 Thread Romain Beauxis
Ok, thanks. I'm definitely investigating it as a stack corruption in the faad decoder. I've pushed another cleanup of the GC/callback code. There's a small chance that it could fixe the issue, feel free to test when you get a chance. Thks! -- You are receiving this because you are subscribed

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-03 Thread Andrey Kondalov
@toots, with jingles also falls. I will test further - the result will be reported. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-08-02 Thread Niall Lindsay
Will this push changes to apt-get? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-31 Thread Romain Beauxis
Ok, I was compiling with the wrong version of OCaml. Fixed now. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-31 Thread Андрей Кондалов
Heh. Now 128 line. https://github.com/savonet/liquidsoap/blob/master/src/decoder/aac_decoder.ml#L128 ``` # File "decoder/aac_decoder.ml", line 128, characters 41-47: # Error: This expression has type string but an expression was expected of type # bytes ``` -- You are receiving this

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-31 Thread Romain Beauxis
Ok, should be fixed now. -- 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/572#issuecomment-409289667--

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-31 Thread Андрей Кондалов
I had to modify liquidsoap.opam, because ocaml-mm needs 0.4.0 versions from the master branch. (I collected it manually, not through opam) and the problem with the assembly is the same. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-31 Thread Андрей Кондалов
https://github.com/savonet/liquidsoap/issues/572#issuecomment-409280286, Yep. You fixed the line 168 in aac_decoder.ml, but the error writes on line 91. https://github.com/savonet/liquidsoap/blob/master/src/decoder/aac_decoder.ml#L91 It was not in the changes.

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-31 Thread Romain Beauxis
Also make sure to update the pinned copy, just in case: ``` opam update liquidsoap ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-31 Thread Romain Beauxis
Hmm. And you're using https://github.com/savonet/ocaml-faad/commit/2e0593d4e49b90350d39af3a754f0ba589d23dba ? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-31 Thread Андрей Кондалов
``` ~/liquidsoap(master ✔) git checkout Your branch is up-to-date with 'origin/master'. ``` I also took the last commit. ``` commit a6d381359d1ca19b62efd679e2ddd3baa9a64449 Author: Romain Beauxis Date: Mon Jul 30 23:53:36 2018 -0500 Bump faad, adapt to new API, use Bytes.to_unsafe_string

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-31 Thread Romain Beauxis
I believe this was fixed in commit a6d3813 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-31 Thread Андрей Кондалов
@toots Of course, I used the latest versions, but something went wrong. ``` =-=- Processing actions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [ERROR] The compilation of liquidsoap failed at "make". Processing 1/1: [liquidsoap: rm] #=== ERROR while installing liquidsoap.dev

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-31 Thread Romain Beauxis
@Niall7459 lack of resources I don't think so. To me it looks like some kind of stack corruption, which is why I'm tempted to investigate the C part of the code, mostly the bindings. The OCaml part of the code has been well tested over the years, it'll be a real surprise to find an issue of

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-31 Thread Romain Beauxis
@Yukioru you will need to also use the latest liquidsoap & dtools code: ``` git clone https://github.com/savonet/ocaml-dtools.git cd ocaml-dtools opam pin add . git clone https://github.com/savonet/liquidsoap.git cd liquidsoap opam pin add . ``` -- You are receiving this because you are

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-31 Thread Niall Lindsay
For me I can find that this can vary in duration of how long the stream works for. Sometimes it can be 5 days, or 8 hours.. Although this _seems_ to closely match when another piece of software running crashed, the stream stayed working, when I restarted this other software, the stream went

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-31 Thread Андрей Кондалов
When assembling liquidsoap, a type error occurred. ``` OCAMLOPT -c decoder/aac_decoder.ml File "decoder/aac_decoder.ml", line 91, characters 49-55: Error: This expression has type string but an expression was expected of type bytes ../Makefile.rules:192: recipe for target

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-30 Thread Romain Beauxis
(and a locally pinned `liquidsoap` and `ocaml-dtools` with the latest code. Same instructions) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-30 Thread Romain Beauxis
Ok, I've just pushed a cleanup of the `faad` decoder code. You might want to try with this. If you have installed via `opam`, you can simply do: ``` git clone https://github.com/savonet/ocaml-faad.git cd ocaml-faad opam pin faad ``` You will need `autotools`/`automake`. -- You are receiving

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-30 Thread Romain Beauxis
Sorry responding to myself: yes, it seems that they are in `m4a` format. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-30 Thread Romain Beauxis
Very interesting, thanks! Any specific audio format for the jingles that aren't used for the other tracks? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-29 Thread Андрей Кондалов
@toots >From the past, the config has removed the jingles leaving only the tracks. So >far, the config works 3 days without falling (_The last build of the master >branch with ocaml 4.06.0 and opam 2.0.0 rc3_). ladspa, skip_blank, crossfade has not deleted yet. I'll write more as more

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-27 Thread Romain Beauxis
Hi, Thank you very much for these details, this is super helpful. Could you try to disable one by one the intermediate operators and see if the bug keeps happening? Start with removing ladspa, then the crossfade, then `skip_blank`. The idea would be to either narrow down a minimal script to

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-25 Thread Андрей Кондалов
Hi @toots, I have the same problem. I tested it on different versions. The most stable is 1.3.1 with opam 1.2.0 from the Debian repository. OCaml version 4.01.0. (But this version loads CPU very much #475 ) I also tried to install the release version of opam 1.2.2 and the version of

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-17 Thread Romain Beauxis
Hi @Niall7459, Couple of additional questions: - How did you install liquidsoap? If through opam or compiled yourself, what version of the OCaml compiler are you using? - Are you in a position to deploy a test script and try to remove some of the operators? Half a day seems short enough to do

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-11 Thread Niall Lindsay
‘’’#!/usr/bin/liquidsoap

Re: [Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-11 Thread Romain Beauxis
Thanks for this report. Do you have a script to share if possible as minimal as can be? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Savonet-users] [savonet/liquidsoap] Audio stream becomes blank (#572)

2018-07-06 Thread Niall Lindsay
After about half a day, my stream does not output music but continues to show loading songs in terminal. I need to restart the program to get the stream back -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: