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
希望支持视频解析的链接播放如https://jx.jsonplayer.com/player/?url=https://v.qq.com/x/cover/mzc00200ii44mpm/m0043qu6xug.html,增加多种播放格式,点赞
The text was updated successfully, but these errors were encountered:
这个项目支持的视频格式取决于浏览器本身,例如chrome就能支持h265,但safari就不支持。有想过在前端用ffmpeg做各种视频的解码,但试验结果证明前端解码会卡到爆炸,因此视频格式应该无能为力
视频链接解析这个应该有时间会更新一下,之前也有想过做,但比较依赖后端,可能会有一些合规问题(比如腾讯会不会cue人),所以优先级不会太高
Sorry, something went wrong.
求教一下,视频地址如何获取啊,能否播放jellyfin服务器上的影视不
简单一点的网站一般来说在播放视频时在浏览器里按f12,然后在network tab下就能找到media的url,复杂一点就需要去各种视频直链解析站去拿url
jellyfin应该是可以的
No branches or pull requests
希望支持视频解析的链接播放如https://jx.jsonplayer.com/player/?url=https://v.qq.com/x/cover/mzc00200ii44mpm/m0043qu6xug.html,增加多种播放格式,点赞
The text was updated successfully, but these errors were encountered: