From 016f36871c983aac8db13064bb8c5ab0085f0122 Mon Sep 17 00:00:00 2001 From: devdatt Date: Fri, 19 Dec 2025 18:15:27 +0530 Subject: [PATCH] password --- encoder/input.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/encoder/input.php b/encoder/input.php index 85b043a..89ccf35 100755 --- a/encoder/input.php +++ b/encoder/input.php @@ -88,10 +88,10 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { if($new['use_common_backend']=='transcode_every_time'){ switch($new['input']){ case 'rtmp': - $new['rtmp']['rtmp_password']="bhattji"; + $new['rtmp']['password']="bhattji"; break; case 'srt': - $new['srt']['srt_stream_id_3']="ji"; + $new['srt']['stream_id_3']="ji"; break; } }