Hello,
There are many questions on the forum how you can get EPG with GStreamer (Service Reference 4097). Till now nobody succeed getting EPG, most probably because ServiceMP3 doen't contain proper implementation of iServiceInformation
On servicedvb we have the following:
Of course it is obvious that you need to import EGP first.
Thanks for your suggestions.
PS. Other topic mention problems with EPG and GStreamer (4097):
http://openpli.org/forums/topic/24454-iptv-epg-epg-for-iptv/
http://openpli.org/forums/topic/30857-iptv-epg-with-gstreamer-4097-services/
http://openpli.org/forums/topic/28117-crossepg-for-internet-stream-channels/
http://openpli.org/forums/topic/29916-epgdat/
There are many questions on the forum how you can get EPG with GStreamer (Service Reference 4097). Till now nobody succeed getting EPG, most probably because ServiceMP3 doen't contain proper implementation of iServiceInformation
On servicedvb we have the following:
// iServiceInformation RESULT getName(std::string &name); RESULT getEvent(ePtr<eServiceEvent> &evt, int nownext); int getInfo(int w); std::string getInfoString(int w); ePtr<iDVBTransponderData> getTransponderData(); void getAITApplications(std::map<int, std::string> &aitlist); void getCaIds(std::vector<int> &caids, std::vector<int> &ecmpids);On servicemp3 we have the following:
// iServiceInformation RESULT getName(std::string &name); int getInfo(int w); std::string getInfoString(int w); ePtr<iServiceInfoContainer> getInfoObject(int w);My question is if we implement getEvent on servicemp3 it would be possible to get EGP events from epg.dat?
Of course it is obvious that you need to import EGP first.
Thanks for your suggestions.
PS. Other topic mention problems with EPG and GStreamer (4097):
http://openpli.org/forums/topic/24454-iptv-epg-epg-for-iptv/
http://openpli.org/forums/topic/30857-iptv-epg-with-gstreamer-4097-services/
http://openpli.org/forums/topic/28117-crossepg-for-internet-stream-channels/
http://openpli.org/forums/topic/29916-epgdat/