From 76ade663858003943dd224e5252d40cb1322e980 Mon Sep 17 00:00:00 2001 From: max_10 Date: Thu, 30 Jun 2016 19:14:36 +0200 Subject: [PATCH] LocalTV and Entertain-TV streaming Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/9173ae1b47de91521eef5b8a17366339f03ed8bc Author: max_10 Date: 2016-06-30 (Thu, 30 Jun 2016) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libspark/playback_libeplayer3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libspark/playback_libeplayer3.cpp b/libspark/playback_libeplayer3.cpp index 4c8cdd7..b714d28 100644 --- a/libspark/playback_libeplayer3.cpp +++ b/libspark/playback_libeplayer3.cpp @@ -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://") {