Hans Milling

Results 5 comments of Hans Milling

Only problem with retrying the connection in the background, is if the cookies or access token are invalid, only a reload will trigger new cookies to be generated. We see...

I've added a pull request, to make it easy for you if you agree.

I managed to solve it. You need to set the C++ project to 64 bit. Right click the libffmpeghelper in Visual Studio and select Proerties. Then at the top right,...

It should be automatically included in the C# project, but if not copy it to the bin/debug or bin/release folder.

@aslamiqbal Sounds like you compiled the project for 64 bit and copied a 32 bit ffmpeg dll file or vise versa. Or you compiled executeable for 64 bit and your...