SIPSorceryMedia.FFmpeg icon indicating copy to clipboard operation
SIPSorceryMedia.FFmpeg copied to clipboard

Results 25 SIPSorceryMedia.FFmpeg issues
Sort by recently updated
recently updated
newest added

`FFmpegAudioSource`'s output buffer overflows if `ffmpeg.swr_convert` is upsampling the source audio, resulting in a segmentation fault/access violation. When calculating the size in bytes of the output buffer to be passed...

This PR will add camera support for Android. Note: the libraries are compiled with libx264, libvpx, Android MediaCodec, Android zlib and GPL license to enable libpostproc

I have tried version ffmpeg version 6.0, 6.1 and 7 full build in a simple .NET console app on windows 11: ``` using SIPSorceryMedia.FFmpeg; FFmpegInit.Initialise(); ``` and I am getting...

In both `FFmpegCameraSource` and `FFmpegScreenSource` classes, the following method is called within their constructors: ```csharp CreateVideoDecoder(path, aVInputFormat, false, true); ``` The method signature is: ```csharp public unsafe void CreateVideoDecoder(string path,...

related to sipsorcery-org/sipsorcery#1145 It seems like this part is [being deprecated as of FFmpeg 6.1](https://ffmpeg.org/doxygen/6.1/structAVFrame.html#afe0345882416bbb9d3a86720dcaa9252) https://github.com/sipsorcery-org/SIPSorceryMedia.FFmpeg/blob/6572e4e6dea574d77d7d8002bf14d178f390e2fa/src/FFmpegVideoEncoder.cs#L357-L361