Small fixes for VoD and DTSC pull input
This commit is contained in:
parent
6828a32db0
commit
4cef8d7cf5
2 changed files with 1 additions and 3 deletions
|
@ -256,7 +256,7 @@ namespace Mist {
|
|||
static bool multiWrong = false;
|
||||
//Save the trackid of the track for easier access
|
||||
unsigned long tid = pack.getTrackId();
|
||||
if (pack.getTime() < myMeta.tracks[tid].lastms){
|
||||
if (myMeta.live && pack.getTime() < myMeta.tracks[tid].lastms){
|
||||
DEBUG_MSG(multiWrong?DLVL_HIGH:DLVL_WARN, "Wrong order on track %lu ignored: %lu < %lu", tid, pack.getTime(), myMeta.tracks[tid].lastms);
|
||||
multiWrong = true;
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue