mediaPlayer error -38,0

后端 未结 5 1758
梦如初夏
梦如初夏 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:50

    You better check if you are executing any operation that is related to the playing state like getCurrentPosition() before the Mediaplayer is started.

提交回复
热议问题