BogdanovKirill / RtspClientSharp

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

System.DllNotFoundException #79

Closed rnpramasamy closed 4 years ago

rnpramasamy commented 4 years ago

I run SimpleRtspPlayer project, streamed using ffmpeg cli tool, framerecived event triggered but I got below error:

if (!(frame is RawVideoFrame rawVideoFrame)) return; FFmpegVideoDecoder decoder = GetDecoderForFrame(rawVideoFrame); //Error line

System.DllNotFoundException: 'Unable to load DLL 'libffmpeghelper.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)'