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
445 stars 16 forks source link

No streams available — NixOS / macOS #48

Closed kuzzmi closed 2 years ago

kuzzmi commented 2 years ago

Please tell me what additional information is needed to properly debug this issue.

I have installed Teleport both on NixOS (A) and on macOS (B) systems and can make them work with each other.

On (A) nothing happens when I press "Refresh List" in the list of streams, however everything else seams to "function": the Teleport filter is there, the Teleport source is available, I can turn Teleport on and set an identifier, and moreover, on (B) I can see this machine available, but there is no video/audio feed.

They both are connected to the same network and can see each other by other means, e.g., ssh.

fzwoch commented 2 years ago

Did you follow the README? Did you enable Teleport? As a filter or output via tools?

I guess if the services can be discovered the network seems fine. If the receiving part does not get and feed when subscribed to the service then it is most likely a firewall issue on the sender side disallowing a remote connection.

kuzzmi commented 2 years ago

@fzwoch, yes. I tried both — a filter on a source, and an output via tools. Both are visible on a macOS device, but neither of them produce any content. I've tried to disable firewall on both devices, nothing changed.

On the same note, nothing happens on NixOS device, when I press on “Refresh List” button: image

fzwoch commented 2 years ago

It sounds odd that on the device that offers a source there is nothing in the list. It should advertise itself on all interfaces it finds via multicast. Then again I have no idea about the network setup that may eventually make that approach fail.

kuzzmi commented 2 years ago

@fzwoch I'd say it's something else. If I turn off all advertisement everywhere completely, on the macOS device I see a word “- Disabled -” after clicking “Refresh”, but that's not the case on NixOS device.

UPD: My bad, it's the same on macOS. So definitely something network related. Let's keep this issue open for a day, I will try to figure out. If I find something useful, I will add details here, otherwise I'll close it.

fzwoch commented 2 years ago

I guess this can be closed?