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

Use libffmpeghelper in Linux #46

Open neumartin opened 5 years ago

neumartin commented 5 years ago

Hi!

Im getting RawFrame H264 in Ubuntu, but when I try to decode I get:

Unhandled Exception: System.DllNotFoundException: Unable to load shared library 'libffmpeghelper.dll' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: liblibffmpeghelper.dll: cannot open shared object file: No such file or directory

How can I add or compile the libraries?

Thanks!

BogdanovKirill commented 5 years ago

Hi!

Please, use google to find out solution, e.g. https://stackoverflow.com/questions/1484817/how-do-i-make-a-simple-makefile-for-gcc-on-linux You need to create make file and compile libffmpeghelper with ffmpeg under linux

neumartin commented 5 years ago

Hi!, I Googled before asking, but because I not know how to compile in C I do not undestand, even the link you give me. I will research more. Thanks!!