Retrieve HLS data from another stream and push it to rtmp server – Nginx
I have been working on a project where I need to be able to push dynamically to 2 or 3 other channels. I tested a couple of scenarios, my last attempt is as following: Stream Server worker_processes auto; rtmp_auto_push on;…