danikula / danikula/AndroidVideoCache
OnErrorListener gets called while using seekTo()
Đang mở
bug
- Ngôn ngữ chính
- Java
- Star
- 5.5k
- Fork
- 1.2k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
@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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.