This commit is contained in:
devdatt 2026-02-10 14:52:20 +05:30
parent ef7c98c803
commit b1253a0004
1 changed files with 1 additions and 1 deletions

View File

@ -836,7 +836,7 @@ function update_service($which_service)
case "enable": case "enable":
$srt .= ' -c:v copy ' $srt .= ' -c:v copy '
. ' -c:a copy -pkt_size 1316 -flush_packets 0 ' . ' -c:a copy -pkt_size 1316 -flush_packets 0 '
. ' -f mpegts "srt://127.0.0.1:1937?streamid=' . $srt_pass1 . '/' . $srt_pass2 . '/ji&latency=2000"'; . ' -f mpegts "srt://127.0.0.1:1937?streamid=' . $srt_pass1 . '/' . $srt_pass2 . '/ji"';
break; break;
case "disable": case "disable":
$srt .= ' -c:v ' . $data['srt']['format'] $srt .= ' -c:v ' . $data['srt']['format']