Synchronizing two Liquidsoap instances? #2400
Unanswered
codeofdusk
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi! You should be able to send commands form one liq to the other ones. You can register custom telnet and http handlers, see: https://www.liquidsoap.info/doc-2.0.4/server.html and https://www.liquidsoap.info/doc-2.0.4/harbor_http.html |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have two machines with identical copies of a large music directory. Since both machines have the files locally, I'd prefer not to waste bandwidth by streaming the audio itself. However, I'd like both to play the same track at the same time (respecting source skips, etc.). How might I accomplish this? Writing something on one of the machines to receive the current track from the other via some sort of custom
request.dynamic
?Beta Was this translation helpful? Give feedback.
All reactions