mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
webrtc页面流刷新时间改为5秒一次
This commit is contained in:
parent
0b32306bf5
commit
59c961a6df
@ -316,7 +316,7 @@
|
||||
}
|
||||
setInterval(() => {
|
||||
get_media_list();
|
||||
}, 1000);
|
||||
}, 5000);
|
||||
|
||||
</script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user