My stream works pefectly with android.media.MediaPlayer
on a number of devices: Samsung, Xiaomi, Huawei etc. However, recently devices started to receive Android 9.x updates. My stream stopped working on OnePlus 6 after installing Android 9.x update.
I'm receiving the following native error from MediaPlayer
:
type: 1, code: -1004
or in other words: what: 1, extra: -1004
what: MEDIA_ERROR_UNKNOWN, extra: MEDIA_ERROR_IO
First of all: check whether you're streaming from https
source.
What else could be the cause?