steeve / plugin.video.pulsar

Pulsar addon for XBMC/Kodi
http://forum.kodi.tv/showthread.php?tid=200957
Other
546 stars 350 forks source link

support configuration of JSONRPC_EXT_PORT #32

Open UrbanPotato opened 9 years ago

UrbanPotato commented 9 years ago

attempting to run multiple instances of Pulsar on a network and I can't seem to configure JSONRPC_EXT_PORT via config.py any attempt to change it results in pulsar crashing I even went as far as to hard code the change and i still can't make it behave build environment Linux-mint 17 git 1.09

steeve commented 9 years ago

The Pulsar daemon is meant to run on the same machine as the XBMC program. Hence localhost.

steeve commented 9 years ago

What exactly are you trying to achieve?

UrbanPotato commented 9 years ago

I have multiple machines running XBMC on the same network I need to configure the port so they can both be in use at the same time currently I have a conflict with that I set the listen ports but I can't seem to configure the ext_rpc port because both machines are on the same subnet it presents a problem

steeve commented 9 years ago

There's only one Pulsar instance per XBMC, and it connects to localhost. There is not need to change anything.

Ports opened by Pulsar:

Ports opened by XBMC:

steeve commented 9 years ago

They don't interfere with each other. I myself have several instances of Pulsar running on my network without touching anything...