mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
infoviewer_bb: fix ecm parsing
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2539cfd36d
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-03-17 (Sat, 17 Mar 2018)
Origin message was:
------------------
- infoviewer_bb: fix ecm parsing
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1116,6 +1116,7 @@ int CInfoViewerBB::parse_ecmInfo(const char * file)
|
||||
}
|
||||
else if ( strstr(buffer, "source:") || //mgcamd
|
||||
strstr(buffer, "decode:") || //gbox
|
||||
strstr(buffer, "address:") || //cccam
|
||||
strstr(buffer, "protocol:") || //doscam or oscam constcw
|
||||
strstr(buffer, "from:")) //oscam
|
||||
{
|
||||
@@ -1126,6 +1127,7 @@ int CInfoViewerBB::parse_ecmInfo(const char * file)
|
||||
decode = LOCAL;
|
||||
}
|
||||
else if ( strstr(buffer, "slot") || //gbox
|
||||
strstr(buffer, "/dev/sci") || //cccam
|
||||
strstr(buffer, "local") || //oscam
|
||||
strstr(buffer, "com"))
|
||||
{
|
||||
|
Reference in New Issue
Block a user