restreamer
restreamer copied to clipboard
Publish to File
Perhaps it's already possible, but I'd like a publish option that saves my stream to a file locally and then optionally copy/move it to another location after the stream ends. I can do this directly with nginx-rtmp, but I don't see a similar option in restreamer's web gui.
Unfortunately no.
However, sending the stream to an HTTP server is possible using the DASH/HLS publishing service.
Process flow:
livestream
<- HLS/DASH publication service
-> HTTP-server (POST/PUT)
-> Disk
Is that an option? This way, you can save the stream.
How can I host with docker something like that?