Robustified RTMP thisPacket handling
This commit is contained in:
parent
ee4e0461b4
commit
bdb1578ba6
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ namespace Mist {
|
||||||
// erase &
|
// erase &
|
||||||
pos = nextpos + 1;
|
pos = nextpos + 1;
|
||||||
}
|
}
|
||||||
if (trackSwitch){
|
if (trackSwitch && thisPacket){
|
||||||
seek(thisPacket.getTime());
|
seek(thisPacket.getTime());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue