支持录像回放使用固定流地址以及自动点播录像回放

This commit is contained in:
648540858
2023-07-25 11:14:43 +08:00
parent 51634b1b96
commit 59d8f2f915
7 changed files with 95 additions and 26 deletions

2
sql/2.6.9更新.sql Normal file
View File

@@ -0,0 +1,2 @@
alter table wvp_device_channel
change stream_id stream_id varying(255)

View File

@@ -79,7 +79,7 @@ create table wvp_device_channel (
custom_longitude double precision,
latitude double precision,
custom_latitude double precision,
stream_id character varying(50),
stream_id character varying(255),
device_id character varying(50) not null,
parental character varying(50),
has_audio bool default false,