VLC RTSP live stream to Android

后端 未结 4 668
清歌不尽
清歌不尽 2021-02-14 15:25

For my app I have to stream from a decklink card to an Android app (I must be a live stream, so either HLS or RTSP seems to be good solutions, since my app targets Android 3+).

4条回答
  •  星月不相逢
    2021-02-14 16:03

    Use MediaPlayer it supports both HTTP and RTSP network protocols. http://developer.android.com/guide/topics/media/mediaplayer.html#mediaplayer http://developer.android.com/guide/appendix/media-formats.html#recommendations

提交回复
热议问题