BogdanovKirill / RtspClientSharp

Pure C# RTSP client for .NET Standard without external dependencies and with true async nature. I welcome contributions.
MIT License
694 stars 284 forks source link

64bit libffmpeghelper.dll #134

Closed CanduD closed 5 months ago

CanduD commented 6 months ago

I get the following error when trying to run my program as 64bit: RtspClientSharp.Rtsp.RtspClientException: Receive error ---> System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B). I've figured out it's because my libffmpeghelper dll file is made for 32bit. I tried building the libffmpeghelper c++ program in 64bit and succeeded, saw the dll file was updated and checked in notepad it had dt to confirm it is 64 bit. but I still get this error. Any ideas?