Don't clear img.src after sending QUIT. QUIT will do the job and killing the stream first might mean that it gets lost
parent
0d29864d36
commit
56e121e9bb
|
@ -55,7 +55,7 @@ function MonitorStream(monitorData) {
|
|||
// This is necessary because safari will never close the first image
|
||||
this.streamCommand(CMD_QUIT);
|
||||
console.log("Changing src to " + newSrc);
|
||||
img.src = '';
|
||||
//img.src = '';
|
||||
img.src = newSrc;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue