how to stream through mms://

后端 未结 2 1744
野的像风
野的像风 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:32

    1. Download Android NDK
    2. Then download modified libmms and libffmpeg at http://radiotime.com/apps/android.aspx
    3. basically you has to have 2 threads:
      • 1st thread for downloading the audio data from mms station then write to a wma file
      • 2nd thread decode this wma to PCM data using the libffmpeg.

提交回复
热议问题