Augusto
Results
2
comments of
Augusto
@VictorZhanUnity hey, i have same problem that you, i have byte arrays compressed in h264 sent from linux device to the server and redirect to my wpf client and i...
Well, i solved this problem this ffmpeg wrapper < https://www.codeproject.com/Articles/5337264/NET-Wrapper-of-FFmpeg-Libraries > libs and this code: ``` using FFmpeg; using System.Drawing; using System.Runtime.InteropServices; namespace RemoteDrive.ImageTools { public class ToolsFFmpegLib { public...