Hi,
I'd like to know whether it's possible to get EPG information from an MPEG2 Transport Stream programmatically.
The idea is to build up a DirectShow graph basically looking like this:
MPEG2 TS -> TsWriter? -> EPG_info_into_file
I've had a look at TsWriter. While it does accept an MEDIASUBTYPE_MPEG2_TRANSPORT at the Input pin, I don't see any output pins created. CMpTsFilter::GetPinCount() in TsWriter.cpp in the current SVN also just returns 1. So I assume that I have no chance of having an output pin to somehow get the data.
I don't have a DVB-card/tuner, just the plain MPEG2 TS with EPG data in it.
Thanks,
Acheros
I'd like to know whether it's possible to get EPG information from an MPEG2 Transport Stream programmatically.
The idea is to build up a DirectShow graph basically looking like this:
MPEG2 TS -> TsWriter? -> EPG_info_into_file
I've had a look at TsWriter. While it does accept an MEDIASUBTYPE_MPEG2_TRANSPORT at the Input pin, I don't see any output pins created. CMpTsFilter::GetPinCount() in TsWriter.cpp in the current SVN also just returns 1. So I assume that I have no chance of having an output pin to somehow get the data.
I don't have a DVB-card/tuner, just the plain MPEG2 TS with EPG data in it.
Thanks,
Acheros