FFmpegInteropX
FFmpegInteropX copied to clipboard
FFmpeg decoding library for Windows 10 UWP and WinUI 3 Apps
I have been working on this for a while, and finally I think I have a good solution. This PR solves a lot of problems we had with streaming, where...
FFmpeg 5.1 is out. I tried to build it. Guess what? Getting that stupid linker bug again!! This time it happens only on x64 build, not on x86. I can...
I receive standalone h264 bytes stream and pcm bytes stream separately, how can I play them together synchronously with MediaElement or MediaPlayerElement? Thanks a lot!
hi, I'm using windows 10 and vs 2019. I need to play h264 video stream. The code stops when execute "FFmpegMediaSource.CreateFromUriAsync("udp://127.0.0.1:1230",configuration)" and never continue. this is my code: MediaSourceConfig configuration...
Starting with Windows 10, Microsoft provides a Linux runtime mechanism which can easily replace MSYS2 for developer workflows. I have started a branch to add support for WSL which aims...
If we want to make our new native HW acceleration the new default, we will have a problem with streaming. The problem is this: Currently, we rely on the MSS...
Adding this here as a discussion point. There are a few things that come together, leading to the very slow connection time for DASH streams. ### 1. AVFormatContext initialization: When...
I use the batch file for building ffmpeg. Which demands that I run that in a pure 'cmd' shell. Which I did - but I get the above error. If...
I noticed a while ago that the latest Insider SDK now contains methods to create subtitle stream descriptors. Search for "TimedMetadataEncodingProperties" [here](https://blogs.windows.com/windowsdeveloper/2019/09/17/windows-10-sdk-preview-build-18980-available-now/), to see what I mean. This means that...