armbox eplayer: noprobe for ts (thx DboxOldie)

This commit is contained in:
max_10
2017-12-30 13:48:41 +01:00
committed by Thilo Graf
parent 6ae2a21f9c
commit db374e2225

View File

@@ -146,6 +146,10 @@ static int PlaybackOpen(Context_t *context, PlayFiles_t *pFiles)
playback_err("Wrong extension (%s)\n", context->playback->uri + 7);
return cERR_PLAYBACK_ERROR;
}
else if (!strncmp("ts", extension, 2))
{
context->playback->noprobe = 1;
}
}
else if (strstr(uri, "://"))
{