通道增加自定义属性 是否支持云台控制和是否支持语音对讲

This commit is contained in:
lin
2025-09-24 17:47:12 +08:00
parent 554a11ead6
commit bee911fa09
9 changed files with 85 additions and 4 deletions

View File

@@ -37,3 +37,6 @@ create table IF NOT EXISTS wvp_jt_channel (
ALTER table wvp_media_server ADD COLUMN IF NOT EXISTS jtt_proxy_port integer;
ALTER table wvp_media_server ADD COLUMN IF NOT EXISTS mp4_port integer;
ALTER table wvp_media_server ADD COLUMN IF NOT EXISTS mp4_ssl_port integer;
ALTER table wvp_device_channel ADD COLUMN IF NOT EXISTS enable_broadcast integer default 0;
ALTER table wvp_device_channel ADD COLUMN IF NOT EXISTS enable_broadcast integer default 0;