mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Add AP fallback to protocol docs
This commit is contained in:
parent
aa499e0189
commit
9e495d6fd7
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ An AP is randomly picked from that list to connect to.
|
|||
|
||||
The connection is done using a bare TCP socket. Despite many APs using ports 80 and 443, neither HTTP nor TLS are used to connect.
|
||||
|
||||
If `http://apresolve.spotify.com` is unresponsive, `ap.spotify.com:80` is used as a fallback.
|
||||
|
||||
## Connection Hello
|
||||
The first 3 packets exchanged are unencrypted, and have the following format :
|
||||
|
||||
|
|
Loading…
Reference in a new issue