Add player and go2rtc options to monitor in zone edit
parent
37a1159b92
commit
a8fe4711a2
|
@ -75,6 +75,8 @@ monitorData[monitorData.length] = {
|
|||
'RTSP2WebEnabled': <?php echo $monitor->RTSP2WebEnabled() ?>,
|
||||
'RTSP2WebType': '<?php echo $monitor->RTSP2WebType() ?>',
|
||||
'RTSP2WebStream': '<?php echo $monitor->RTSP2WebStream() ?>',
|
||||
'DefaultPlayer':'<?php echo $monitor->DefaultPlayer() ?>',
|
||||
'Go2RTCEnabled': <?php echo $monitor->Go2RTCEnabled() ?>,
|
||||
'url': '<?php echo $monitor->UrlToIndex( ZM_MIN_STREAMING_PORT ? ($monitor->Id() + ZM_MIN_STREAMING_PORT) : '') ?>',
|
||||
'url_to_zms': '<?php echo $monitor->UrlToZMS( ZM_MIN_STREAMING_PORT ? ($monitor->Id() + ZM_MIN_STREAMING_PORT) : '') ?>',
|
||||
'type': '<?php echo $monitor->Type() ?>',
|
||||
|
|
Loading…
Reference in New Issue