From 09efdef4cee532bfd69811088d9bd21026159af5 Mon Sep 17 00:00:00 2001 From: hexq <hexiaoqu@visioninsight.com> Date: 星期四, 16 五月 2024 13:25:06 +0800 Subject: [PATCH] 解决MacOS 14寸 M2:最新Chrome国标设备通道“直播”Jessibuca播放下方出现黑屏的兼容BUG --- 数据库/2.7.0/更新-mysql-2.7.0.sql | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git "a/\346\225\260\346\215\256\345\272\223/2.7.0/\346\233\264\346\226\260-mysql-2.7.0.sql" "b/\346\225\260\346\215\256\345\272\223/2.7.0/\346\233\264\346\226\260-mysql-2.7.0.sql" index c229fb1..b14a5c8 100644 --- "a/\346\225\260\346\215\256\345\272\223/2.7.0/\346\233\264\346\226\260-mysql-2.7.0.sql" +++ "b/\346\225\260\346\215\256\345\272\223/2.7.0/\346\233\264\346\226\260-mysql-2.7.0.sql" @@ -4,5 +4,15 @@ alter table wvp_device drop switch_primary_sub_stream; +# 绗竴涓ˉ涓佸寘 alter table wvp_platform - add send_stream_ip character varying(50); \ No newline at end of file + add send_stream_ip character varying(50); + +alter table wvp_device + change on_line on_line bool default false; + +alter table wvp_device + change id id serial primary key; + +alter table wvp_device + change ssrc_check ssrc_check bool default false; \ No newline at end of file -- Gitblit v1.8.0