how to stream through mms://

后端 未结 2 1745
野的像风
野的像风 2021-01-01 06:25

There are some posts about this, but so far, i haven\'t seen any good answer. Is there a way i can stream audio from mms:// uris with Android?. MediaPlayer seems not to like

2条回答
  •  爱一瞬间的悲伤
    2021-01-01 06:42

    To save some time you can use the following library for playing mms streams: FFMpegMediaPlayer.

    It has the same interface as the android MediaPlayer so its easy to work with and it comes with optional prebuilt binaries too.

    I use it in my own mms streaming application and I haven't had any problems.

提交回复
热议问题