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

hls流第一次 playlist.m3u8 record.m3u8 一定会有 #EXT-X-DISCONTINUITY #133

Closed
CundhiAdams opened this issue Mar 11, 2022 · 2 comments

Comments

@CundhiAdams
Copy link

CundhiAdams commented Mar 11, 2022

最新的代码下,cleanup_mode 设置为0后,record.m3u8 内容如下

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:3
#EXT-X-MEDIA-SEQUENCE:0

#EXT-X-DISCONTINUITY
#EXTINF:3.000,
test110-1646980864881-0.ts
#EXTINF:3.000,
test110-1646980867926-1.ts
#EXTINF:3.000,
test110-1646980870917-2.ts
#EXTINF:3.000,
test110-1646980873919-3.ts
#EXTINF:0.566,
test110-1646980876918-4.ts
#EXT-X-ENDLIST

@CundhiAdams CundhiAdams changed the title hls流 playlist.m3u8 record.m3u8 一定会有 #EXT-X-DISCONTINUITY Mar 11, 2022
@q191201771
Copy link
Owner

好的,会尽快处理。
感谢反馈。

@q191201771
Copy link
Owner

超时移入 #37 管理。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants