nariakiiwatani / ofxNDI

NewTek NDI SDK Wrapper for openFrameworks.
https://ndi.tv/
MIT License
103 stars 19 forks source link

Receiver not working on Win10 #11

Closed prisonerjohn closed 2 years ago

prisonerjohn commented 4 years ago

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?

nariakiiwatani commented 4 years ago

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

hiroMTB commented 4 years ago

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.

skeptopic commented 3 years ago

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!

hiroMTB commented 3 years ago

I closed PR because of an issue with large lib file. But it is solved. Please see here. https://github.com/nariakiiwatani/ofxNDI/pull/19