webrtc测试页面不再刷新流列表

This commit is contained in:
xia-chu 2023-08-26 11:33:54 +08:00
parent 895e93cb6a
commit b4fd445f2d

View File

@ -322,7 +322,7 @@
json.then((json)=> fillStreamList(json));
}
setInterval(() => {
get_media_list();
// get_media_list();
}, 5000);
</script>