armbox eplayer: noprobe for ts (thx DboxOldie)

Origin commit data
------------------
Branch: master
Commit: 8d45f26fd2
Author: max_10 <max_10@gmx.de>
Date: 2017-12-30 (Sat, 30 Dec 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2017-12-30 13:48:41 +01:00
parent 8cff67322d
commit 6812404c1b

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, "://"))
{