error_log

This commit is contained in:
devdatt 2025-12-09 07:53:57 +05:30
parent 9da14d06a2
commit d3a5b70b09
1 changed files with 3 additions and 0 deletions

View File

@ -103,6 +103,9 @@ function update_service($which_service)
$hdmi_delay_video = $data['hdmi']['video_delay'];
$hdmi_delay_audio = $data['hdmi']['audio_delay'];
error_log("video delay", $hdmi_delay_video);
error_log("video delay value" . setptsFromMs($hdmi_delay_video));
switch ($use_common_backend) {
case "copy_input":
switch ($input_source) {