Multiple Stream delay jobs support
Hi there, it seems to be a good idea. Just wondering if this setup can support multiple stream's delay jobs
currently, as you cannot distinguish between a second stream or a reconnect (first stream is finished and second stream should only start after finishing and deleting the first).
You can do that by creating more endpoints like /delay2 (and possibly /live2), make them use a different record_path and make them start the script with different delayer_settings (with changed STREAM_PATH/STREAM_DESTINATION).
If you want that, you can do a pull request and add a few arguments to the script so it's easier to do that from nginx.conf without multiple configs. It's a good change I'd approve of :)
It's now able to do that by having multiple locations in your nginx, recording to different directories and then starting a script per directory you want to delay streams in. Use the new cli-arguments to start with different options