We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果是自然结束播放,会触发 AVPlayerItemDidPlayToEndTime 事件,并最终走到自定义的 playDidEnd 方法,靠 VideoNextProvider 配置好正确的下一集资源并播放。 如果在快要到结束的10s内,按下快进10s按键,此时不会触发 AVPlayerItemDidPlayToEndTime 事件,最终结果是影片重播当前播放资源。
AVPlayerItemDidPlayToEndTime
playDidEnd
感觉现在下一集的实现有点hacky,切换到 AVKit 相关的内置方案后应该可以解决这个问题。
The text was updated successfully, but these errors were encountered:
https://developer.apple.com/documentation/avkit/presenting_content_proposals_in_tvos 感觉应该用这个
Sorry, something went wrong.
feat: #88 add AVContentProposalViewController to VideoPlayerViewContr…
e73441d
…oller
测试了一下,如果在快要到结束的10s内,按下快进10s按键 这个场景下,依然不能触发系统自带的下一集播放,会卡loading。会不会是生产的m3u8有问题?
如果在快要到结束的10s内,按下快进10s按键
628fadc
b7828d2
yichengchen
No branches or pull requests
如果是自然结束播放,会触发
AVPlayerItemDidPlayToEndTime
事件,并最终走到自定义的playDidEnd
方法,靠 VideoNextProvider 配置好正确的下一集资源并播放。如果在快要到结束的10s内,按下快进10s按键,此时不会触发
AVPlayerItemDidPlayToEndTime
事件,最终结果是影片重播当前播放资源。感觉现在下一集的实现有点hacky,切换到 AVKit 相关的内置方案后应该可以解决这个问题。
The text was updated successfully, but these errors were encountered: