Setting to allow listening to port 1970 on local network #281
ShotGlass215
started this conversation in
Ideas
Replies: 1 comment
-
|
You can expose your swing music to the local network by passing the |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Great app! I've been messing around with it lately
To use now, you go to localhost:1970, however I wanted to access it across all my devices on my local network.
On my home media server, i was able to port proxy by running
netsh interface portproxy add v4tov4 listenport=1970 listenaddress=192.168.1.xx connectport=1970 connectaddress=127.0.0.1
This allowed all of my home devices to now be able to access via my media server IP. Allowing a setting for this in the application could make it more accessible to some users.
Just a thought
Beta Was this translation helpful? Give feedback.
All reactions