Hey all,
I am seeing an issue on Ubuntu 22.04 when attempting to initialize ffmpeg. The exception is
Unhandled exception. Unhandled exception. System.NotSupportedException: Specified method is not supported.
at FFmpeg.AutoGen.DynamicallyLoadedBindings.<>c.<Initialize>b__2_1227()
at FFmpeg.AutoGen.DynamicallyLoadedBindings.<>c.<Initialize>b__2_516()
at FFmpeg.AutoGen.ffmpeg.avdevice_register_all()
at SIPSorceryMedia.FFmpeg.FFmpegInit.SetFFmpegBinariesPath(String path)
at SIPSorceryMedia.FFmpeg.FFmpegInit.RegisterFFmpegBinaries(String libPath)
at SIPSorceryMedia.FFmpeg.FFmpegInit.Initialise(Nullable`1 logLevel, String libPath, ILogger appLogger)
The same code works great on OSX so I am wondering:
- Is this a known issue?
- Is there a missing lib I might need?
- Is this possibly a problem because it is running on a Ubuntu device without a display device? (EC2 instance)
Straight up Google searching isn't helping but I may not be asking the correct thing. Any expertise would be greatly appreciated
Hey all,
I am seeing an issue on Ubuntu 22.04 when attempting to initialize ffmpeg. The exception is
The same code works great on OSX so I am wondering:
Straight up Google searching isn't helping but I may not be asking the correct thing. Any expertise would be greatly appreciated