jshea2 / OSC-for-OBS

Control and listen to OBS via OSC
113 stars 7 forks source link

Where to find OBS Websocket plugin config ? #1

Closed killianeletellier closed 3 years ago

killianeletellier commented 3 years ago

Hello, How can I find the Websocket IP, port and password ?

Thanks

jshea2 commented 3 years ago

Hello,

In the "Node-OBSosc.js" file there's this section:

//INPUT YOUR STUFF HERE: //OBS Config const obsIp = "127.0.0.1" const obsPort = 4444; const obsPassword = "secret" This is where you change it to match the obs-websocket plugin. Hope this helps!

Thanks, Joe Shea

On Thu, Dec 3, 2020 at 10:55 PM LProgead notifications@github.com wrote:

Hello, How can I find the Websocket IP, port and password ?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jshea2/Node-OBSosc/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQ4ANIFCTD5SNHOWSLJH2SDSTCBXZANCNFSM4UNBBZRA .

killianeletellier commented 3 years ago

Hello, Thanks for your answer but I would like to know where I can find obs-websocket plugin informations like what is the default password, how can I change it, etc.

Thanks

jshea2 commented 3 years ago
Screen Shot 2020-12-03 at 11 59 39 PM

In OBS it's under "Tools" in the app the port is default to "4444" and the password isn't usually enabled. You can comment that out of the code if you'd like. the 127.0.0.1 is just localhost to itself.

killianeletellier commented 3 years ago

Ow, I don't have this choice in OBS Tools. I've however installed WebSocket plugin... Maybe it is why it doesn't work.

jshea2 commented 3 years ago

Interesting, Try restarting OBS?

On Fri, Dec 4, 2020 at 10:57 AM LProgead notifications@github.com wrote:

Ow, I don't have this choice in OBS Tools. I've however installed WebSocket plugin... Maybe it is why it doesn't work.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/jshea2/Node-OBSosc/issues/1#issuecomment-738958516, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQ4ANIC3QNCQQLETJDS4YM3STEWK3ANCNFSM4UNBBZRA .

-- Thanks, Joe Shea (402) 669-2651 joe.daniel.shea@gmail.com

killianeletellier commented 3 years ago

Yes, I restarted OBS times and times. Still nothing

jshea2 commented 3 years ago

You’re on regular OBS right? Not Streamlabs OBS Studio. Are you on a Mac or pc? What version of OBS are you using?

On Sun, Dec 6, 2020 at 2:58 AM LProgead notifications@github.com wrote:

Yes, I restarted OBS times and times. Still nothing

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/jshea2/Node-OBSosc/issues/1#issuecomment-739486310, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQ4ANIARSUB5MMTRHJ5H5LTSTNPXHANCNFSM4UNBBZRA .

-- Thanks, Joe Shea (402) 669-2651 joe.daniel.shea@gmail.com

killianeletellier commented 3 years ago

Yes, I'm using regular OBS, v26.0.2. And I'm on Linux, Fedora 32.