ue4plugins / NdiMedia

Media Framework plug-in for NewTek's Network Device Interface (NDI).
BSD 3-Clause "New" or "Revised" License
108 stars 36 forks source link

No Output when Game is packaged #35

Closed martinussuijkerbuijk closed 4 years ago

martinussuijkerbuijk commented 4 years ago

Hello when i package my game (Development) it compiles and cooks without errors. When I run the game and check the channels in OBS they are there, but they are black. For the record when I run the game in the editor everything runs just fine.

Another thing when I compile in shipping mode it throws a weird error. Could this be the reason for fail?

D:/_UE4/GAME_PN_2020/Plugins/NDIIOPlugin/Source/Core/Classes/Components/NDIViewportCaptureComponent.cpp(404): error C3892: 'HitProxies': you cannot assign to a variable that is const

martinussuijkerbuijk commented 4 years ago

Was a framerate issue. I lowered to 30 fps and it works now.