Open fantasy525 opened 5 years ago
@befovy 我试了试直接seekTo到0不行,seekTo到1就可以
我看上面日志中出现过 https://xxxxx.m3u8: error while seeking 。 这是 ffmpeg 中进行 m3u8 文件 seek 过程中出错了。
可以查到 ffmpeg 邮件列表有相关讨论,ffmpeg 4.0 应该已经打了这个patch。 https://trac.ffmpeg.org/ticket/6850
@fantasy525 可以看看新版本还有没有 seekTo 0 的问题吗?
seek 0 还是不行,seek 1可以
m3u8 设置成loop 0 ,会在播放完毕之后直接卡住。
E/IJKMEDIA(25162): https://www.leimulamu.com/videos/202006/12/5ee0f21bd6334d5540c43be8/e3d14c/index.m3u8: error while seeking
D/IJKMEDIA(25162): FFP_MSG_BUFFERING_START:
D/IJKMEDIA(25162): ijkmp_get_msg: FFP_MSG_SEEK_COMPLETE
D/IJKMEDIA(25162): FFP_MSG_SEEK_COMPLETE:
D/IJKMEDIA(25162): FFP_MSG_BUFFERING_END:
E/IJKMEDIA(25162): https://www.leimulamu.com/videos/202006/12/5ee0f21bd6334d5540c43be8/e3d14c/index.m3u8: error while seeking
D/IJKMEDIA(25162): FFP_MSG_BUFFERING_START:
D/IJKMEDIA(25162): ijkmp_get_msg: FFP_MSG_SEEK_COMPLETE
D/IJKMEDIA(25162): FFP_MSG_SEEK_COMPLETE:
D/IJKMEDIA(25162): FFP_MSG_BUFFERING_END:
E/IJKMEDIA(25162): https://www.leimulamu.com/videos/202006/12/5ee0f21bd6334d5540c43be8/e3d14c/index.m3u8: error while seeking
D/IJKMEDIA(25162): FFP_MSG_BUFFERING_START:
D/IJKMEDIA(25162): ijkmp_get_msg: FFP_MSG_SEEK_COMPLETE
D/IJKMEDIA(25162): FFP_MSG_SEEK_COMPLETE:
D/IJKMEDIA(25162): FFP_MSG_BUFFERING_END:
E/IJKMEDIA(25162): https://www.leimulamu.com/videos/202006/12/5ee0f21bd6334d5540c43be8/e3d14c/index.m3u8: error while seeking
D/IJKMEDIA(25162): FFP_MSG_BUFFERING_START:
D/IJKMEDIA(25162): ijkmp_get_msg: FFP_MSG_SEEK_COMPLETE
D/IJKMEDIA(25162): FFP_MSG_SEEK_COMPLETE:
D/IJKMEDIA(25162): FFP_MSG_BUFFERING_END:
E/IJKMEDIA(25162): https://www.leimulamu.com/videos/202006/12/5ee0f21bd6334d5540c43be8/e3d14c/index.m3u8: error while seeking
D/IJKMEDIA(25162): FFP_MSG_BUFFERING_START:
D/IJKMEDIA(25162): ijkmp_get_msg: FFP_MSG_SEEK_COMPLETE
D/IJKMEDIA(25162): FFP_MSG_SEEK_COMPLETE:
D/IJKMEDIA(25162): FFP_MSG_BUFFERING_END:
一直重复显示如上日志,应该也是seekTo的问题。有什么解决方案么?
Describe the bug 当播放m3u8视频结束后调用start,视频不会重新开始播放 日志
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
fijkplayer version 0.1.10
:octocat: From gitme Android