修复多wvp模式推流时信息存储错误

This commit is contained in:
648540858
2024-01-10 18:55:14 +08:00
parent c25a99d60b
commit 29f7a6b6eb
7 changed files with 27 additions and 18 deletions

View File

@@ -497,4 +497,7 @@ alter table wvp_media_server
alter table wvp_media_server
add record_day integer default 7;
alter table wvp_stream_push
add server_id character varying(50);