I'm retrieving the media from USB device and supply this to libvlc using callbacks-based media
however the stream contains a few programs (or channels? which term is a correct? )
any example please how to:
1. enumerate available programs in the single TS (for user's choice)
2. split these for the UI switching
(for the displaying this, I'm using vlc-qt)
THank you