0

I'm streaming the audio file (.mp3) from internet with Android Media Player.

It works quite well except Samsung Devices. As far as I see, it doesn't stream the audio but tries to download. It sometimes pushes Media Player Error (1 -1004). Nothing is getting played.

I also tried to redirect the Application to the Media Player with URL of audio file, it goes to Music Player application, indicating "Preparing..." for a while, but then It shows the message "sorry, player does not support this type of audio" with Toast.

Anybody else had the same error before ? Any advise to find a solution ?

Thanks.

4

1 回答 1

1

例如,三星 Galaxy S2 的原生声音库中存在一些错误(看这里)。我遇到了这些问题(随机崩溃/冻结)并通过针对特定情况使用 OpenSL 库来解决它。

于 2013-04-26T14:15:35.610 回答