Live does not break after viewer disconnect
Make sure pusher is identified in output.cpp as data[4,5] = 0xFFFF
This commit is contained in:
parent
e0e40ff173
commit
aedf06d3ef
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ namespace Mist {
|
|||
negotiateTracks.erase(value);
|
||||
metaPages.erase(value);
|
||||
}
|
||||
if (givenTracks.count(value)){
|
||||
if (data[4] == 0xFF && data[5] == 0xFF && givenTracks.count(value)){
|
||||
givenTracks.erase(value);
|
||||
inputLoc.erase(value);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue