I guess a small TS recording (5 minute?) from cable with EIT, TDT can help.
Enable the stream eit, ait, ecm to get the extra pids on the recording.
m_stream_eit = eConfigManager::getConfigBoolValue("config.streaming.stream_eit"); m_stream_ait = eConfigManager::getConfigBoolValue("config.streaming.stream_ait"); m_stream_ecm = eConfigManager::getConfigBoolValue("config.streaming.stream_ecm");We can analyze TS recording and see what time it mentions.
how can i do what you say? I am novice