拉流代理接口添加无人观看则自动移除参数,拉流代理返回值增加流地址信息

This commit is contained in:
648540858
2021-11-24 15:09:43 +08:00
parent dbcd050c66
commit 20082441ef
10 changed files with 54 additions and 3 deletions

View File

@@ -208,6 +208,7 @@ create table stream_proxy
enable_hls bit null,
enable_mp4 bit null,
enable bit not null,
enable_remove_none_reader bit not null,
createTime varchar(50) not null,
primary key (app, stream)
);