FFmpeg in .NET MAUI
#26670
Replies: 1 comment 14 replies
-
I wanted to ask if you've managed to get it working, particularly on iOS? I'm facing similar issues and would really appreciate it if you could share any progress or experience you've had. |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use FFmpeg in .NET MAUI? Personally I have tried to use .so files, but not all are working correct... Also tried to build FFmpegkit, for linux it has built, for android no.. FFmpeg.Autogen I have also used. In WPF it worked. I also tried to write ffmpeg code in console program and using SignalR to communicate with MAUI project. In android nothing has worked... This message is my last hope!
PS: VLC and MediaElement do not recommend please, cause I wanna to use unmaneged code. Also it is not good looking and in MediaElemnt i can not render rtsp. For me it is the most important to recieve and decode frames from camera in live mode.
Beta Was this translation helpful? Give feedback.
All reactions