mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 18:41:54 +08:00
reconnect to stream if client_id is rotten
This commit is contained in:
@@ -95,7 +95,7 @@ function Streamer() {
|
|||||||
if (stream.clients_stat.hasOwnProperty(__client_id)) {
|
if (stream.clients_stat.hasOwnProperty(__client_id)) {
|
||||||
__client_fps = stream.clients_stat[__client_id].fps;
|
__client_fps = stream.clients_stat[__client_id].fps;
|
||||||
} else {
|
} else {
|
||||||
__client_fps = -1;
|
self.clearState();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!__prev) {
|
if (!__prev) {
|
||||||
|
|||||||
Reference in New Issue
Block a user