OPAM installation conflicts with DEB installation? #2544
-
Until 2.1 I've used Liquidsoap using This wasn't a problem until recently, where I noticed our play-out engine is behaving weird when switching channels. So I wrote a test case which was also behaving weird - I was not able to switch between channels in a timely manner anymore. Any channel switch was took quite constantly around ~23 seconds. So it turns out the test case mentioned above works just fine within a Liqiuidsoap 2.1 Docker environment. That's why I'm assuming there might be a conflict with Liquidsoap 2.0.x (opam) and Liquidsoap 2.1 (DEB). But even after removing the OPAM version and all dependencies, it is still not working.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
As far as I understand the idea of the test script is to start server and then in 5 seconds begin playing the queue. I've tested my own The differences are
Probably you could test it on localhost by setting up a clean debian vm. |
Beta Was this translation helpful? Give feedback.
As far as I understand the idea of the test script is to start server and then in 5 seconds begin playing the queue.
I've tested my own
ubuntu:20.04
docker container with deb artifact.The script works fine.
For the first five seconds the
fallback
music is played, and after that moment the music is changed.The differences are
single
instead ofplaylist
forfallback_folder
.ubuntu:20.04
and corresponding releasedeb
file.Probably you could test it on localhost by setting up a clean debian vm.