jiajunhui / PlayerBase

The basic library of Android player will process complex business components. The access is simple。Android播放器基础库,专注于播放视图组件的高复用性和组件间的低耦合,轻松处理复杂业务。
Apache License 2.0
2.92k stars 437 forks source link

播放本地大视频的时候会出现 E/MediaPlayer: prepareAsync called in state 1, mPlayer(0x0) #106

Closed onemorechoice closed 3 years ago

onemorechoice commented 4 years ago

videoView.setAspectRatio(AspectRatio.AspectRatio_MATCH_PARENT); videoView.setDataSource(new DataSource(elementsBean.getPath())); 在setDataSource的时候报错,但播放小视频的时候不会,不知道怎么解决