Replies: 1 comment 4 replies
-
Hi! Files are queued via a request system internally. We are expecting them to be present for the time the request exist in the system. If you wish to delete the file after it has been used by liquidsoap, you can use the
In this case, liquidsoap will take care of deleting the file once it's done using it. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
liquidsoap/src/sources/request_source.ml
Lines 88 to 101 in 2b9e350
I delete my file after queueing it via socket connection, it plays fine, but once played I get this error message. Looking at the code it seems there are no other consequences to my actions ? Is it just a false alarm and no harm in deleting after queue ?
Beta Was this translation helpful? Give feedback.
All reactions