0% found this document useful (0 votes)
72 views

Help

To use the SysDVR-Client software, you need to download and install .NET 6 and then you can launch the program by running the command "dotnet SysDVR-Client.dll" from your terminal. The guide on Github provides more information on dependencies that may need to be installed like Visual C++ for Windows or SDL2 and FFmpeg for Linux and Mac using package managers. The wiki also covers setting up USB drivers and troubleshooting common issues.

Uploaded by

Silvaldo Lima
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
72 views

Help

To use the SysDVR-Client software, you need to download and install .NET 6 and then you can launch the program by running the command "dotnet SysDVR-Client.dll" from your terminal. The guide on Github provides more information on dependencies that may need to be installed like Visual C++ for Windows or SDL2 and FFmpeg for Linux and Mac using package managers. The wiki also covers setting up USB drivers and troubleshooting common issues.

Uploaded by

Silvaldo Lima
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

To use SysDVR-Client you need .NET 6 https://dotnet.microsoft.

com/download
Download .NET for your OS, don't use mono.

You can launch SysDVR-Client with this command: `dotnet SysDVR-Client.dll`


Check out the guide on Github: https://github.com/exelix11/SysDVR/wiki

In case of errors you may need to install the following dependencies:

On windows:
Install https://support.microsoft.com/en-us/help/2977003/the-latest-supported-
visual-c-downloads
On a 32 bit windows install you'll have to find an ffmpeg dlls build (called shared
build) for 32 bit and copy them in this folder, 32 bit builds are not provided
offcially anymore so i'm not including them.

On linux:
Install sdl2 and ffmpeg with your package manager.
On ubuntu with apt you can use `sudo apt install ffmpeg libsdl2-dev`

On mac:
Install sdl2 and ffmpeg with brew
`brew install SDL2`
`brew install ffmpeg`

To stream via USB see the USB driver setup part of the guide:
https://github.com/exelix11/SysDVR/wiki/USB-Driver

In case of problems see the common issues page:


https://github.com/exelix11/SysDVR/wiki/Troubleshooting

You might also like