Audio stream buffering

前端 未结 5 1314
情歌与酒
情歌与酒 2020-12-04 14:18

I need to play live audio stream, actually it is radio. The problem is that I also need to manage 20 minute buffer for streaming. As far as I understand it\'s not easy to im

5条回答
  •  自闭症患者
    2020-12-04 14:42

    The Mediaplayer from SDK 8 would not be able to read a proxy url. But based on my current work, this is differing from device to device. In my Samsung ACE (SDK 8) the proxy connection works fine, but in my HTC Incredible S, the proxy connection would give the same issue as you have. A direct connection to the audio stream works fine but this causes blips and boops in some devices like EVO on sprint.

    Did you get a resolution for this issue? How did you handle this?

    -Hari

提交回复
热议问题