mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-30 17:01:16 +02:00
armbox eplayer: noprobe for ts (thx DboxOldie)
This commit is contained in:
@@ -146,6 +146,10 @@ static int PlaybackOpen(Context_t *context, PlayFiles_t *pFiles)
|
|||||||
playback_err("Wrong extension (%s)\n", context->playback->uri + 7);
|
playback_err("Wrong extension (%s)\n", context->playback->uri + 7);
|
||||||
return cERR_PLAYBACK_ERROR;
|
return cERR_PLAYBACK_ERROR;
|
||||||
}
|
}
|
||||||
|
else if (!strncmp("ts", extension, 2))
|
||||||
|
{
|
||||||
|
context->playback->noprobe = 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else if (strstr(uri, "://"))
|
else if (strstr(uri, "://"))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user