支持多WVP的推流播放

This commit is contained in:
648540858
2024-08-09 16:27:08 +08:00
parent 7f8a15f017
commit 16708e385b
22 changed files with 203 additions and 129 deletions

View File

@@ -327,7 +327,7 @@ create table wvp_stream_push
update_time character varying(50),
pushing bool default false,
self bool default false,
auto_push_channel bool default true,
start_offline_push bool default true,
constraint uk_stream_push_app_stream unique (app, stream)
);
create table wvp_cloud_record