Pablo
Results
2
comments of
Pablo
Use a SH file. Config: `exec /opt/hls.sh $name;` Example SH File: `ffmpeg -i rtmp://localhost/live/$1 -async 1 -vsync -1 -c:v libx264 -c:a ...` Works for me!
Again, use a sh file, and parse name as argument. exec /opt/hls.sh $name;