LocalTV and Entertain-TV streaming

Origin commit data
------------------
Branch: master
Commit: 9173ae1b47
Author: max_10 <max_10@gmx.de>
Date: 2016-06-30 (Thu, 30 Jun 2016)


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

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2016-06-30 19:14:36 +02:00
parent d5517a733c
commit 76ade66385

View File

@@ -72,7 +72,7 @@ bool cPlayback::Start(char *filename, int vpid, int vtype, int apid, int ac3, in
file = "file://";
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;
if (file.substr(0, 7) == "file://") {