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
Would be nice to have some more information in case somebody would use Sniffer for 2 PC setup.
What I found out:
On the PC where Sniffer and Rocksmith runs the Sniffer the ip adress has to be changed in the file /config/addons.json to the PC ip Adress (like 192.168.0.100 or so).
On the PC where OBS is running should be copied (at least) the addon directories. And in this addons the service ip adress must be changed to that IP adress too. (like 192.168.0.100 or so).
Then in OBS add a web browser and open the local addon html file.
For some addons you have to change this:
var poller = new SnifferPoller({
interval: 500,
ip: "192.168.0.100",
port:9938,
...But maybe this should be part of the addon :)))
The text was updated successfully, but these errors were encountered:
Would be nice to have some more information in case somebody would use Sniffer for 2 PC setup.
What I found out:
Then in OBS add a web browser and open the local addon html file.
For some addons you have to change this:
var poller = new SnifferPoller({
interval: 500,
ip: "192.168.0.100",
port:9938,
...But maybe this should be part of the addon :)))
The text was updated successfully, but these errors were encountered: