FFmpegInteropX icon indicating copy to clipboard operation
FFmpegInteropX copied to clipboard

COMException with .NET 8

Open Dev-Taehui opened this issue 1 year ago • 2 comments

await FFmpegMediaSource.CreateFromUriAsync(new(videoFilePath));

With .NET 8, A COMException is raised with "The data area passed to a system call is too small" message. It wasn't rasied with .NET 7 and played well with Win2D.

My environment is OS: Microsoft Windows 11 23H2 (22631.3085) x64 WPF project with .NET 8 with XAML Islands Windows App SDK v1.4.4 VCRTForwarders DLL 1.0.7 and 1.1.0 FFmpegInteropX 1.1.0-pre50 and FFmpegInteropX.Desktop 2.0.0-pre2

Dev-Taehui avatar Feb 02 '24 02:02 Dev-Taehui

Hi. We currently don't support dotnet 8.

There were some breaking changes in dotnet8 that we haven't had the time to sort out. But it is on our radar.

brabebhin avatar Feb 02 '24 07:02 brabebhin

@balazs-adam OK, thanks! I hope that it will support dotnet 8.

Dev-Taehui avatar Feb 02 '24 08:02 Dev-Taehui