In your application, you need to play iptv There are links http , upd , rtmp . First started making through surfaceview and MediaPlayer . But besides http does not reproduce anything. Even such a link

http://37.235.164.87:81/udp/225.50.66.21:1234

refused to reproduce. And the built-in android player is the same. I thought of doing through the vitamio library. But I learned that in order for it to work on the device, I still had to install some program and changed my mind. Vlc component how to install did not understand. Tell me, who knows, any library to play video, to support at least the above described formats. That the library was not brake. And maybe someone in the bookmarks lay instructions on how to build a library for Android Strudio .

    1 answer 1

    Vitamio should work normally, vlc needs to be compiled from source or use https://github.com/mrmaffen/vlc-android-sdk , here's the wrapper, for example , it may already be outdated.

    • Just here I sit. Looked that the AC3 player uses these libraries and my formats go there. Mrmaffen - is it compiled vcl? What will be better than fmpeg or mrmaffen? Just just found and lost that Vitamio works if you also install on your phone their application, if not, then it does not work. See some codecs. - Ivan
    • Under the link - collected lib, ffmpeg is a set of libraries, just used vlc and for certain vitamio. Regarding "install their applications too," I ran the vitamio sample for me, really a long time ago. - katso
    • Those. it is possible to install via the link and that's it. Everything is early. All libraries use vcl - Ivan
    • In the AC3 player is in the lib folder. I put it in my libs wrapper folder and nothing - Ivan