-
Notifications
You must be signed in to change notification settings - Fork 90
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
拉勾最新版本应该接入的是阿里的sdk,你这个关键部分还是用sdk获取视频地址的?但是不适用所有阿里sdk的加密? #10
Comments
lidiwo
changed the title
拉勾最新版本应该接入的是阿里的sdk,你这个关键部分还是用sdk获取视频地址的?当时不适用所有阿里sdk的加密?
拉勾最新版本应该接入的是阿里的sdk,你这个关键部分还是用sdk获取视频地址的?但是不适用所有阿里sdk的加密?
Nov 25, 2020
极客时间的没研究过,拉钩的通过解密可以获取到mp4地址 |
加密算法我已经分析出来了,还得分析 |
可以考虑从他们的web端的js player分析入手 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
极客时间的视频也是接入阿里云sdk,但是人家视频是经过加密的,通过sdk 获取播放信息,获取的播放地址也是m3u8,是加密的,关键是解密m3u8 里面的key 信息,才可以解密视频,一旦拉勾的视频也采用AliyunVoDEncryption 加密,通过获取视频信息获取到的地址不是mp4格式,这个就下载不了
The text was updated successfully, but these errors were encountered: