This commit is contained in:
devdatt 2025-12-09 04:48:04 +05:30
parent 3d08239d22
commit 27af496847
1 changed files with 1 additions and 0 deletions

View File

@ -584,6 +584,7 @@ http {
exec('sudo systemctl enable encoder-rtmp1');
exec('sudo systemctl restart encoder-rtmp1');
} else {
error_log("service_rtmp1_multiple disable");
exec('sudo systemctl stop encoder-rtmp1');
exec('sudo systemctl disable encoder-rtmp1');
}