Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hecomi/unityremotedesktopduplication

An Unity example to send a desktop image to a remote PC using Desktop Duplication API and NVENC/NVDEC.
https://github.com/hecomi/unityremotedesktopduplication

desktop-duplication-api nvdec nvenc udp unity

Last synced: 14 days ago
JSON representation

An Unity example to send a desktop image to a remote PC using Desktop Duplication API and NVENC/NVDEC.

Awesome Lists containing this project

README

        

UnityRemoteDesktopDuplication
=============================

This is an example of sending a desktop image to a remote location. The image is captured by Desktop Duplication API and encoded using NVENC directly (NvPipe is not used to reduce the overhead for encoding). The buffer is then sent over UDP and decoded with NvPipe (NVDEC) in a remote location.

Platforms
---------

- Windows 10
- Unity 2020.3.23f1
- NVIDIA GPU that supports NVENC/NVDEC APIs

Dependencies
------------

- [uDesktopDuplication](https://github.com/hecomi/uDesktopDuplication)
- [uNvEncoder](https://github.com/hecomi/uNvEncoder)
- [uNvPipe](https://github.com/hecomi/uNvPipe)
- [uOSC](https://github.com/hecomi/uOSC)
- [uPacketDivision](https://github.com/hecomi/uPacketDivision)

Screenshot
----------