mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
LocalTV and Entertain-TV streaming
This commit is contained in:
@@ -72,7 +72,7 @@ bool cPlayback::Start(char *filename, int vpid, int vtype, int apid, int ac3, in
|
|||||||
file = "file://";
|
file = "file://";
|
||||||
file += filename;
|
file += filename;
|
||||||
|
|
||||||
if (file.find(":31339/id=") != std::string::npos) // for LocalTV streaming
|
if ((file.find(":31339/id=") != std::string::npos) || (file.find(":10000") != std::string::npos) || (file.find(":8001/") != std::string::npos)) // for LocalTV and Entertain-TV streaming
|
||||||
no_probe = true;
|
no_probe = true;
|
||||||
|
|
||||||
if (file.substr(0, 7) == "file://") {
|
if (file.substr(0, 7) == "file://") {
|
||||||
|
Reference in New Issue
Block a user