Page 1 of 1

Extract EPG from MPEG-TS

Posted: 12 Sep 2017 18:59
by tomashavlas
Hello,

is there a way how to extract EPG from MPEG-TS using libvlc, I can read EPG in VLC using Tools -> Program Guide, but I need to do it programatically so I can work with it.

Thanks

Re: Extract EPG from MPEG-TS

Posted: 12 Sep 2017 23:29
by InTheWings
No, there's no libvlcmedia api for such purpose.

If you want to do it using vlc api, you need to write a module and get it from input_item. See Qt interface.