You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This would solve issues with restrictive firewalls which block connections in the 4070 port but allow it on 443, which explains #90 and #1229
Describe the solution you'd like librespot supports --ap-port 443 option, please make it available as an option to ncspot as well
PS:
I tested simply adding a line session_config.ap_port = Some(443); in function
Is your feature request related to a problem? Please describe.
This would solve issues with restrictive firewalls which block connections in the
4070
port but allow it on443
, which explains #90 and #1229Describe the solution you'd like
librespot
supports--ap-port 443
option, please make it available as an option toncspot
as wellPS:
I tested simply adding a line
session_config.ap_port = Some(443);
in functionncspot/src/spotify.rs
Lines 131 to 141 in c0b78d3
and it works on my environment. Adding proper support would require adding a config/command line option though.
The text was updated successfully, but these errors were encountered: