Pavel Krayzman
Pavel Krayzman
I have another solution. I belie i solved it with small patch and a fact that i start new player instance every time i need to play stream from start....
Why you need `throw new Exception();` after `conn = (HttpURLConnection) new URL(url).openConnection();`?
I am under the same requirements to support older androids. Is there any chance it will be supported?
For me, build with -- API 19 on latest master, didn't worked well when I run on old devices. I end up building hybrid aar. I took latest 4.4.8 aar...
Try to pull 32 bit .so files from 4.8.2 and add them to aar of 4.8.4. This is what worked for me