Android Question MediaPlayerStream fails with Sony device

ozok

Member
Licensed User
Longtime User
Hello,

I'm developing an internet radio app for a local business. It works well with Samsung and HTC devices I've tried so far. But two users with Sony Xperia Z reported that app doesn't work for them. MediaPlayerStream object I use to play radio stream reports following error in their device:
Error code: MEDIA_ERROR_UNKNOWN
Extra data: -1004
In other devices this error raises when device has no internet connection. Is there anything I can do on my side to fix this? Or does this something to do with Sony devices? Their Android versions are 4.3 and radio stream type is Mp3.

Regards.
 
Top