danikula / danikula/AndroidVideoCache
OnErrorListener gets called while using seekTo()
未关闭
bug
- 主要语言
- Java
- 星标
- 5.5k
- 派生
- 1.2k
- PR 合并指标
- 30 天内没有已合并 PR
描述
@baderkhan When seeking to a certain point of the video the MediaPlayer of VideoView throws error exception of: Error playing video:1, -1007. (It is not at all points, but happens always a specific one).
Which means "Bitstream is not conforming to the related coding standard or file spec." according to Android Docs.
It is also throws MediaPlayer﹕ error (-38, 0) - Which means that the MediaPlayer probably is in illegal state when I'm trying to seek.
This thing does not happen when I'm not using this library.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。