From 3d086efb9e1d6548ef63d2e68fb9e7128c57801d Mon Sep 17 00:00:00 2001 From: devdatt Date: Sat, 27 Dec 2025 11:31:08 +0530 Subject: [PATCH] update --- encoder/output.php | 12 +++++++- encoder/static.php | 75 ++++++++++++++++++++++++++++++++-------------- 2 files changed, 64 insertions(+), 23 deletions(-) diff --git a/encoder/output.php b/encoder/output.php index a49dbcb..3f21736 100755 --- a/encoder/output.php +++ b/encoder/output.php @@ -100,6 +100,7 @@ $defaults = [ 'display_resolution' => '720x576', 'display_audio' => '0,3', + 'display_hdmi_sdi' => 'disable', 'custom_output' => '' ]; @@ -145,7 +146,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { $new['display_resolution'] = $get('display_resolution', $defaults['display_resolution']); $new['display_audio'] = $get('display_audio', $defaults['display_audio']); - + $new['display_hdmi_sdi'] = $get('display_hdmi_sdi', $defaults['display_hdmi_sdi']); $new['rtmp0']['resolution'] = $get('rtmp0_resolution', $defaults['rtmp0']['resolution']); $new['rtmp0']['data_rate'] = $get('rtmp0_data_rate', $defaults['rtmp0']['data_rate']); @@ -309,6 +310,15 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { +