Android MediaPlayer not playing on Galaxy S6 with Android 5.1.1

吃可爱长大的小学妹 提交于 2019-12-03 12:17:55
Hugo Gresse

It's a partial solution but to my mind it's the most perenne solution. MediaPlayer has been created a long time ago, and therefore is not very flexibile as we want it. I have been using Exoplayer from one year now and last version come with audio playback only. So I guess if you change your implementation of your audio player to use Exoplayer it will solve most issue and later issue.

Exoplayer is a powerfull player from google developers, available as an external librarie so you don't have to manage buggy implementation on some Android version.

Exoplayer GitHub
Exoplayer developer guide

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!