-
Notifications
You must be signed in to change notification settings - Fork 101
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
增加持续刷新m3u8功能 #43
Labels
Comments
估计能实现,这种状态的m3u8在哪些网站会存在呢? |
所有使用HLS并实时提供回放录像的网站。据我所知有Twitch、Youtube这样(海外的)不是B站那种先审后播的。因政策问题,大陆的正规平台估计都不存在。 |
这个改动有些大,测试也不方便。功能记录下来暂时不做。 |
我想了想,好像B站是可以开HLS直播的。要不你试试?(我没实名开不了……) |
B站的m3u8倒是可以持续刷新,但是内容却是 m4s,需要研究一下。 |
直播首页就可以看到你说的这种情况的m3u8,不需要自己开播:https://live.bilibili.com/ |
m4s好像是加密流? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
针对直播/首播(定时播片),参考:TwitchLink
对于这种情况,网站是以不断更新m3u8文件的内容来实现的。
功能效果:
不知道大哥能不能做到这个呢……?
The text was updated successfully, but these errors were encountered: