RTP on Android MediaPlayer

后端 未结 4 857
無奈伤痛
無奈伤痛 2020-12-31 13:12

I\'ve implemented RTSP on Android MediaPlayer using VLC as rtsp server with this code:

# vlc -vvv /home/marco/Videos/pippo.mp4 --sout 
#rtp{dst=192.168.100.         


        
4条回答
  •  一个人的身影
    2020-12-31 13:49

    Unfortunately it is not possible to play an RTP Stream with the Android MediaPlayer.

    Solutions to this problems include the decoding of the RTP Stream with ffmpeg. Tutorials on how to compile ffmpeg for Android can be found on the Web.

提交回复
热议问题