Replies: 4 comments 4 replies
-
收到,我会尝试复现与解决 |
Beta Was this translation helpful? Give feedback.
0 replies
-
有播放器是支持这种格式的吗?我尝试了尽管可以实现携带header对这些接口进行测速,但如果播放器不支持,也是无法播放。 |
Beta Was this translation helpful? Give feedback.
3 replies
-
为啥我重新拉库后1.6.3的源好多播放不了,调整到输出15个源只有1个或者2个可以看,其他都看不了,不如1.6.2版本可以很流畅的播放 |
Beta Was this translation helpful? Give feedback.
1 reply
-
1.7.0已支持 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
一个例子是 https://raw.githubusercontent.com/mytv-android/China-TV-Live-M3U8/refs/heads/main/tv.m3u ,
如安徽卫视:“#EXTINF:-1 tvg-name="安徽卫视" tvg-logo="https://gh-proxy.com/https://raw.githubusercontent.com/fanmingming/live/main/tv/安徽卫视.png " group-title="安徽" http-referrer="https://www.ahtv.cn/ ",安徽卫视”,其中有http-referrer属性指示在请求源时需要修改相应的http-referrer。
完整的格式包括:
#EXTVLCOPT:http-origin=https://www.ahtv.cn/
#EXTVLCOPT:http-referrer=xxx
#EXTVLCOPT:http-user-agent=xxx
现有的代码在检测到这些源时似乎会导致程序卡住(https://github.com/mytv-android/iptv-api/actions )
Beta Was this translation helpful? Give feedback.
All reactions