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

No feed coming through #12

Closed lindenkron closed 2 years ago

lindenkron commented 2 years ago

Attempting to set up teleport on our other broadcasters PC, we've run into the issue of nothing appearing when attempting to set it up.

I've already sucessfully managed to set up and test things on my own local setup.

This is what it looks like. https://i.imgur.com/Se83XjB.png

Here are the two OBS logs.

Sending PC https://obsproject.com/logs/2hlOUPOxSQNw96ZT

Receiving PC https://obsproject.com/logs/zzRAncqzpIrrJz4w

fzwoch commented 2 years ago

Can the PCs ping each other? Firewall? Can you spot some encoding load on the sender PC when trying to receive the stream?

fzwoch commented 2 years ago
18:00:37.774:   Windows Firewall: enabled (FW)

Firewall seems to be on on the sending PC.

4p3rtur3 commented 2 years ago

Same here, no Picture, no GPU or CPU load differencies but a slight network traffic(increase) of ~3,3Mbit/s.

EDIT: Both systems can ping each other, both systems detect each other via the plugin, as an Example NDI just works fine.

EDIT 2: Used I444 colorformat, which seems to be the problem. All other colorformats works just fine!

Using Color space 709 with Limited Color range(Quality set to 90 at receiving OBS): NV12 ~100-260 Mbit/s 1080p@70FPS I420 ~115-270 Mbit/s 1080p@70FPS I444 ~3 Mbit/s does not show picture RBG ~115-300 Mbit/s 1080p@70FPS

Works great

fzwoch commented 2 years ago

Yeah, I444 definitely is not supported atm, probably never will.

fzwoch commented 2 years ago

Closing this one as I assume the original issue is due to enabled Windows firewall.