mediaPlayer error -38,0

后端 未结 5 1823
梦如初夏
梦如初夏 2020-12-01 07:18

I try to do simple online radio player. Here is adress of stream http://radio-electron.ru:8000/96 Here is my code.

MyActivity.java

package com.exampl         


        
5条回答
  •  独厮守ぢ
    2020-12-01 07:35

    @allprog and @Michael are right. But there is another way, if you don't want to use prepareAsync(), use prepare(). That is blocking, which is returned only when it is prepared.

提交回复
热议问题