Migrate to CDN #629
sashahilton00
started this conversation in
Feature Requests
Replies: 4 comments 9 replies
-
It is not necessary to download the head file, you can still get the total size from the Content-Range present in every response. This file is very useful to start the playback immediately as it's not encrypted, but still not mandatory. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@sashahilton00 The encryption method is actually the same, I've dumped everything into a file and it plays fine. I must have done something wrong with the player. |
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
-
The desktop and mobile clients are increasingly using the CDN to download audio. We should migrate to this to avoid issues in future and speed up load times. Some initial reverse engineering of it has been done, dumping chat logs with findings below. There are still some things that need to be worked out, such as audio chunk decryption via CDN, as it appears to use different decryption when compared to the chunks delivered by mercury according to @devgianlu.
if you carry out further work on reverse engineering the CDN, please note the progress in this issue.
Beta Was this translation helpful? Give feedback.
All reactions