I have an incoming mpeg TS stream. I need to access the raw (unmodified) MPEG-TS tables such as EIT, PAT, PMT, BAT, CAT etc.
I looked the mediacaster api, but I didn’t find any callback or listener to get these tables.
However I find IMediaCasterDataReceiver onData interface - but the docs says it’s internal only.
How can I access them?