husudosu / mpv-remote-node

MPV Remote plugin
MIT License
47 stars 9 forks source link

Pass address option to the server #22

Closed AgentConDier closed 9 months ago

AgentConDier commented 9 months ago

It was being ignored before, now it should work as expected

AgentConDier commented 9 months ago

I just noticed it's also not being used here: https://github.com/husudosu/mpv-remote-node/blob/d6af31de22609ded05d3963b0176bebdd08e36d4/remoteServer.js#L810 This might require a bit more consideration, since the default address from https://github.com/husudosu/mpv-remote-node/blob/d6af31de22609ded05d3963b0176bebdd08e36d4/settings.js#L13 would prevent the default behavior of listening on all interfaces.