How record a input stream only when is live? #2567
Unanswered
juancrobles
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Hi, @juancrobles. live = input.harbor(
port = 8000,
user = 'source',
password = 'hackme',
'/live'
) Then you can output.file(%vorbis, '/path/to/output.ogg', live, fallible = true) Check this sample https://www.liquidsoap.info/doc-2.1.0/radiopi.html. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a script that switches between a live stream for a couple of hours and a sequential playlist, I like to dump to file, the input live for the time that is live instead of dump the output stream all the time
Beta Was this translation helpful? Give feedback.
All reactions