I'm developing an app to run on a set top box with Android. This app has a media player to play multicast IPTV streams. I use LibVLC and VLCVideoLayout, following the official java_sample. I want to get EPG information and it seems that libdvbpsi does this work. But it is a C library and I don't know how can I import it to my Android app.
I found this libdvbpsi for android library but I don't understand how to use it.
My development environment:
- Windows 10 Pro.
- Android Studio 4.1.2.
So how can use libdvbpsi on Android app?