Lukas Fellechner

Results 111 comments of Lukas Fellechner

> When I switch files on our sample app (without MediaPlaybackList), I do get a Closed event, as soon as the next file is opened. Just tried again and I...

Closing this, since it is included in #320

I think the problem ist that you do not keep reference to the first FFmpegMediaSource while the second one is being opened by MediaPlayer. MediaPlayer will keep playing the first...

Hi @yikuo123, thanks for providing the samples. Indeed I could reproduce the crashes here. It is a problem of accessing an AVIOContext field in the destructor without having a NULL...

Interesting read @Minmoose. There's still quite some unpleasant manual work required as it seems. I hope that MS is working on improving the copy deployment scenario. The compiler should be...

I don't think it would be a good idea to include the forwarders as a NuGet dependency in a WinUI build. It is only required for unpackaged apps. For packaged...

Indeed I could get our WinUI sample app working as unpackaged app. Besides adding the forwarders NuGet, I had to edit the .csproj file and add `None`. After I installed...

Thinking about this. We really do have a dependency on Win2d, because of the BasicVideoEffect. But it is not declared on the NuGet package. Even if the build succeeds with...

Closing this since it is fixed in latest prerelease packages.

I got the tests running here! Took me a few hours to get things right. One irritating thing was that MSTests does not find any tests if target platform version...