hecomi / UnityRemoteDesktopDuplication

An Unity example to send a desktop image to a remote PC using Desktop Duplication API and NVENC/NVDEC.
https://tips.hecomi.com/entry/2019/09/27/235955
MIT License
77 stars 17 forks source link

No output on receiver scene #5

Open max037 opened 2 years ago

max037 commented 2 years ago

Hello,

for some reasons i'm unable to receive to video stream. Neither with the seperated samples nor with the combinated one (SenderToReceiver scene).

the desktop duplication on the sender scene works like expected. I tried to diasble all firewalls on the machine and i tested without unity (the comiled exe-files).

If i hit the play button on the sender scene the compiler tells me: "uNvEncoder has not been initialized yet." - this is in my opinion possible due to not compiling this.

the receiver scene got me when i hit the play button on unity3d: "DllNotFoundException: uNvPipe" - possible also related to not compiling stuff.

Have you any hint for me, how i can debug this behavior or do u have any idea what could goin wrong on my site.

thanks and best regards