New to the group, hi all.
I'm developing an app using the latest native media support (via openmax libs) in NDK R8B. Has anyone gotten access to extra data found in the Program Association Table (PAT) found in MPEG-TS video streams? For example, the PAT includes the table of the various videos and data "channels" (PID's) within a stream.
I'm using a stream that I know has a private data channel, which I expected to be notified of in my callback registered via RegisterStreamChangeCallback(). I only get a XA_DOMAINTYPE_VIDEO, nothing else. In other decoders (like FFMPEG), I'm able to at least detect the PID of this data channel, but I see no way of getting all the PIDs via this dev kit.