Skip to content
New issue

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

支持直播 #34

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

支持直播 #34

wants to merge 2 commits into from

Conversation

chengfengliu
Copy link

在旧的m3u8最后一个ts读入buffer后开始解封装前,如果isLive为true请求下一个m3u8,继续播放。

@suiyun39
Copy link

suiyun39 commented Mar 4, 2021

@chengfengliu
应该根据 EXT-X-TARGETDURATION 指定的时间进行轮询, 而不是根据最后一个切片确定.
不然最后一个切片加载完后没有产生新的切片的话会停止进度.

@apm29
Copy link

apm29 commented Aug 16, 2021

@chengfengliu
应该根据 EXT-X-TARGETDURATION 指定的时间进行轮询, 而不是根据最后一个切片确定.
不然最后一个切片加载完后没有产生新的切片的话会停止进度.

是一直轮询m3u8文件,获取新的ts片段么

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants