fzwoch / obs-teleport

An OBS Studio plugin for an open NDI-like replacement. Pretty simple, straight forward. No NDI compatibility in any form.
GNU General Public License v2.0
424 stars 16 forks source link

not able to receive from my macbook to windows #50

Closed TwanLuttik closed 1 year ago

TwanLuttik commented 1 year ago

So i'm trying to receive my macbook teleport on my windows machine, I have allowed incoming traffic on port 85 on my windows machine in the firewall rules.

i also tried a different port but have no success yet.

Macbook CleanShot 2022-08-31 at 18 28 48

Windows CleanShot 2022-08-31 at 18 29 46

port 85 from macbook CleanShot 2022-08-31 at 18 31 25

TwanLuttik commented 1 year ago

but i'm able to receive my windows teleport on my macbook obs

TwanLuttik commented 1 year ago

CleanShot 2022-08-31 at 18 44 07 maybe this is as well helpful info

YorVeX commented 1 year ago

So i'm trying to receive my macbook teleport on my windows machine, I have allowed incoming traffic on port 85 on my windows machine in the firewall rules.

You got it backwards then though. The port you configure there is the port the sender machine is offering the Teleport stream on for any potential receivers to grab it from. If the MacBook is your sender and you configure port 85 there, then the MacBook is listening on port 85 and the Windows machine being the receiver would try to connect to port 85 on the MacBook. That means you need to open port 85 in the firewall on the MacBook and not on the Windows machine.

Also I wouldn't recommend to use port numbers < 1024, I am not familiar with Macs but many operating systems have those reserved for certain things, some firewalls don't even allow to open ports in that range when it's done for user level (or only if certain advanced settings are used and this behavior is actively overriden). To be on the safe side I'd always use a 5 digit port number.

TwanLuttik commented 1 year ago

@YorVeX

So i changed to port 10505 which didn't help but just to be safe as you say and also on my windows machine as incoming TCP rules on the firewall, i have changed the protocol from TCP to any and it seems be showing my macbook in the list

CleanShot 2022-08-31 at 18 53 16@2x CleanShot 2022-08-31 at 18 56 33@2x

And it seems to be working now after that firewall protocol change to any

CleanShot 2022-08-31 at 19 00 54@2x

fzwoch commented 1 year ago

Thanks for joining in YorVeX. I believe this can be closed.