How to embed VLC media player to my Android App

前端 未结 7 1962
萌比男神i
萌比男神i 2020-12-01 01:02

Is there a way to embed VLC media player to Android Application? I have several issues:

1) I have a video streaming Camera (from RTSP) and I cannot play its stream o

7条回答
  •  -上瘾入骨i
    2020-12-01 01:19

    Maruku has given a great answer.

    In addition, if you don't want to compile libVLC on your own machine, mrmaffen has kindly thrown it up onto maven central. So in your .gradle file include

    compile "de.mrmaffen:vlc-android-sdk:1.9.8"
    

    Keep in mind that LibVLC may not be 100% updated because you aren't compiling the source yourself.

    More info can be found here on GitHub

提交回复
热议问题