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

希望能够自动填写key和iv #411

Open
erikaemma opened this issue Jun 29, 2024 · 0 comments
Open

希望能够自动填写key和iv #411

erikaemma opened this issue Jun 29, 2024 · 0 comments

Comments

@erikaemma
Copy link

最近下载的视频地址是“http://demo.com/a.m3u8?auto_key=123”,然后文件中有如下内容:

#EXT-X-KEY:METHOD=AES-128,URI="https://demo2.com/crypt.key?auth_key=123",IV=0x456

crypt.key下载后需要使用base64转码:
data:application/octet-stream;base64,abcdefg==

也就是说这个key(abcdefg==)和iv(0x456)都能够自动获得。而且这个网站非常变态,视频无论是否正在播放,这个key是随时变化的,有时候手工操作根本来不及

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

No branches or pull requests

1 participant