Code Monkey home page Code Monkey logo

Comments (11)

geriatricginger avatar geriatricginger commented on June 14, 2024 1

So I sorted mine out. Apparently, Comcast/Xfinity was blocking 4444. Changed to a different port and can now connect fine.

from obs-tablet-remote.

rodrigograca31 avatar rodrigograca31 commented on June 14, 2024 1

If anyone is using Linux (Mint) and having problems like I do here is the fix:

It opens all ports. be careful. dont do DMZ or other stuff.....

sudo iptables -P INPUT ACCEPT                                                                                     
sudo iptables -P OUTPUT ACCEPT
sudo iptables -P FORWARD ACCEPT
sudo iptables -F

from obs-tablet-remote.

hengie avatar hengie commented on June 14, 2024

I have the same error. Please help I need to use this for streaming.

from obs-tablet-remote.

sirkkalap avatar sirkkalap commented on June 14, 2024

You need to be inside a network that can reach your PC.

a) There must not be a firewall between tablet and PC, including the PC internal firewall.
b) There must be a route from tablet to PC, so use LOCAL LAN OR a public IP in the PC - warning public IP is dangerous -
c) You must understand what it means security wise to make your PC IP public in b. Hint: it means anyone can call your PC from the internet. 🥇 :)

from obs-tablet-remote.

yashendra2797 avatar yashendra2797 commented on June 14, 2024

a) There must not be a firewall between tablet and PC, including the PC internal firewall.

You mean I have to disable Windows Firewall?

b) There must be a route from tablet to PC, so use LOCAL LAN OR a public IP in the PC - warning public IP is dangerous -

I DID use Local LAN. Which is why its weird why I can't connect.

c) You must understand what it means security wise to make your PC IP public in b. Hint: it means anyone can call your PC from the internet. 🥇 :)

Its an internal network. Port forwarding is on. I can call the port from my MacBook Air. Just can't connect to the server.

EDIT: I just realized that this might be construed as passive aggressive, in which case I apologize, that isn't my intention 😄

from obs-tablet-remote.

Avatar4pro avatar Avatar4pro commented on June 14, 2024

connecting and nothing happens :/
oh, server not reachable after 1 min

from obs-tablet-remote.

kaimi avatar kaimi commented on June 14, 2024

Check if your PC has multiple IPs, and which OBS binds to. That should be the one the websocket plugin listens on.

Settings → Advanced → Network (at the bottom) → Bind to IP. Try messing with the settings down there as well.

Does sound firewall related to me, though. I have no idea how the Windows firewall works (using mostly linux), but you should be able to add an exception for OBS somewhere.

Last thing that comes to my mind right now is trying another port. Maybe something else is already listening on your local IP and the websocket plugin port?

from obs-tablet-remote.

geriatricginger avatar geriatricginger commented on June 14, 2024

Was this ever sorted out for you guys? I am getting this. I have all ports forwarded, opened up, firewalls down, etc. I can "localhost" from the page and get to it, even with my phone, but neither phone nor PC will reach it by IP address, or outside the network. websocket is running and connected, listening to port 4444. 4444 is forwarded in both modem and router, and Norton AV.

from obs-tablet-remote.

yashendra2797 avatar yashendra2797 commented on June 14, 2024

Nope.

from obs-tablet-remote.

kaimi avatar kaimi commented on June 14, 2024

In case that wasn’t obvious, do not do that ↑. It basically disables the firewall entirely.

Also do not just use random commands you found somewhere. In this case instead of allowing incoming traffic to port 4444 it sets the default policy (= when no rules apply) to allow all traffic, for incoming packets, outgoing packets and forwarding. Then it deletes all rules in all chains. You know, just in case there was a rule explicitly forbidding port 4444.

Instead please do it properly. The easiest way is probably to use whatever frontend your OS provides, or at least spend 5 minutes googling how iptables works. Here’s a random front page hit.

from obs-tablet-remote.

rodrigograca31 avatar rodrigograca31 commented on June 14, 2024

@kaimi none of that worked for me.
I had 4444 allowed and I even disabled my firewall with "sudo ufw disable" but seems to be some other thing blocking it which those commands solved.

also that doesnt stay across reboots so you will need: iptables-persistent too

I was providing 1 potential solution! of course you shouldn't run random commands from the web unless you know what they do.

from obs-tablet-remote.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.