nariakiiwatani/ofxNDI

Receiver not working on Win10

Closed this issue · 4 comments

Hello!

I can't seem to get the example-receiver working. Particularly, it looks like it is not seeing any sources... I keep polling for sources regularly, but the vector returned by ofxNDI::listSources() is always empty.

I have the example-sender running and I'm seeing the feed in the NDI Monitor app so I know it's going through. Also, when I run the example-router it can see the sender, which is super weird. I tried sending video from the NDI Test Patterns app but still nothing in the receiver app.

Do you have any ideas what could be the problem? Anything I should try?

Hi!
I'm also not sure but please try to do ofxNDI::listSources() with longer waittime parameter.

I had a same issue on Windows but I could solve by updating NDI SDK to 4.5 and also setting longer timeout listSources(5000). I will send PR tmrw.

Hey @hiroMTB adn @nariakiiwatani - did that PR go through? Any idea when you'll push the change? i ask because I have the same issue! Thanks!

I closed PR because of an issue with large lib file. But it is solved.
Please see here.
#19