-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FFmpeg in MacOS #43
Comments
I have set the path /opt/homebrew/Cellar/ffmpeg@4/4.4.2_3/lib where libavdevice.58.dylib and others are present. But still getting error: I have renamed the file from "libavdevice.58.dylib" to "avdevice.58.dylib" OR "avdevice.58". BUT STILL GETTING SAME ERROR. |
Is this a version issue? If so, pls let me know which version to use OR your testing version. |
So, for Linux and Mac in both case I have to install developer version 4.2.4 of ffmpeg, right? Would you please provide the download link. brew install ffmpeg@4 is not working too. How could I install dev version of ffmpeg (brew install ffmpeg@4 ) |
Any help in this regards ( developer version of ffmpeg for MacOS)? |
Got a working solution for MacOS here.
|
Thank you very much for your solution. I'll try with it. BTW: have you use SIPSorceryMedia.Abstractions.RawImage in MAC? |
I have installed brew install ffmpeg and brew install mono-libgdiplus both.
But getting following error:
System.DllNotFoundException: Unable to load DLL avutil.56 - The specified module could not be found.
How to find following libraries for MacOS:
libavcodec
libavformat
libavutil
libavfilter
libavdevice
libswresample
libswscale
It will be very helpful if you provide these like Windows OS.
The text was updated successfully, but these errors were encountered: