diff --git a/src/driver/streamts.cpp b/src/driver/streamts.cpp index d35a9a2b8..6baa0be70 100644 --- a/src/driver/streamts.cpp +++ b/src/driver/streamts.cpp @@ -474,6 +474,8 @@ bool CStreamManager::Parse(int fd, stream_pids_t &pids, t_channel_id &chid, CFro { tmpid = (((t_channel_id)i3) << 32) | (((t_channel_id)i4) << 16) | (t_channel_id)i2; tmp_channel = CServiceManager::getInstance()->FindChannel48Pos(tmpid, satpos >> 16); + if (tmp_channel == NULL) + tmp_channel = CServiceManager::getInstance()->FindChannel48(tmpid); if (tmp_channel) { printf("CStreamManager::Parse:E: channel_id %" PRIx64 " [%s] \n", tmp_channel->getChannelID(), tmp_channel->getName().c_str());