支持录像回放使用固定流地址以及自动点播录像回放
This commit is contained in:
2
sql/2.6.9更新.sql
Normal file
2
sql/2.6.9更新.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
alter table wvp_device_channel
|
||||
change stream_id stream_id varying(255)
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user