From b1253a000470cc2f80a45c02ad7744fc65aa57e8 Mon Sep 17 00:00:00 2001 From: devdatt Date: Tue, 10 Feb 2026 14:52:20 +0530 Subject: [PATCH] update --- encoder/static.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encoder/static.php b/encoder/static.php index dc373e4..9933c44 100755 --- a/encoder/static.php +++ b/encoder/static.php @@ -836,7 +836,7 @@ function update_service($which_service) case "enable": $srt .= ' -c:v copy ' . ' -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; case "disable": $srt .= ' -c:v ' . $data['srt']['format']