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

DLL not found lbffmpeg.dll #91

Closed KthProg closed 4 years ago

KthProg commented 4 years ago

Describe the bug When I run the player it says DLL not found when I try to play a stream

To Reproduce Steps to reproduce the behavior:

  1. Open player
  2. Enter valid stream
  3. Press start

Expected behavior The stream plays

Desktop (please complete the following information):

Additional context I've tried adding libffmpeg to the path so I don't think that's the issue

KthProg commented 4 years ago

I did have to retarget the libffmpeg helper project as well

KthProg commented 4 years ago

There is another issue already open for this