It is a desktop app that captures video from the device connected to the PC (USB camera, for example), displays the video preview on the screen and provides the ability to transmit this video stream to a UgCS Video Server.
Windows x64
Prerequisites: .Net Framework 4.7.2 Developer Pack, msbuild 15.
- Execute
msbuild /t:restore;build /p:Configuration=Release
. - Download the FFmpeg shared binaries 64-bit.
- Extract the contents of the zip file you just downloaded and go to the bin folder that got extracted. You should see 3 exe files and multiple dll files. Select and copy all .dll files.
- Now paste all files from the prior step onto a build output folder:
\src\VideoTransmitter\VideoTransmitter\bin\x64\Release\net4.7.2
.