0x574859

Results 24 comments of 0x574859

I have the same problem on Windows. Is there any way to solve this problem?

I've tried on several platforms, including using the package manager or cargo. There are no problems with Docker, Arch Linux, and Ubuntu, but there are some issues with macOS and...

Haha, I know. But I still hope that someone from the WPF team can directly communicate with other teams at Microsoft. After all, WPF is still not functioning properly.

> [@WHYBBE](https://github.com/WHYBBE) You are right. It is meaningful to report here. > > By the ways, what do you think of using VLC ? I previously tried some methods to...

> [@WHYBBE](https://github.com/WHYBBE) recommend a third-party library:[Flyleaf](https://github.com/SuRGeoNix/Flyleaf) I've used it. It's more modern than MediaElement, but I need to use a VisualBrush to duplicate a player, and it seems Flyleaf doesn't...

> [@WHYBBE](https://github.com/WHYBBE) Add video to VisualBrush may cause performance issues. > > VisualBrush will render twice in WPF gfx (WPF render engine). I understand, but this performance loss is acceptable....

> Yes,Flyleaf does not support VisualBrush,but if you use the VisualBrush to multi-view,maybe you can write your own Shader code to achieve that. [Here](https://github.com/SuRGeoNix/Flyleaf/issues/656) perhaps one can refer to... It...

> [@WHYBBE](https://github.com/WHYBBE) Hi,here's a [demo](https://github.com/LazyCuteLion/VideoShaderEffects) Sorry, I might not have expressed myself clearly. I do know how to apply Shaders to MediaElement, because my requirement is to copy several MediaElements...

The project can be easily run by removing [this line](https://github.com/microsoft/WindowsAppSDK-Samples/blob/9ffb70963ad091d496f9d9e6cc4fc537b360e4a9/Samples/nuget.config#L16) in "WindowsAppSDK-Samples/Samples/nuget.config". ```diff -- ```

Is there anyone who can merge this request, or create a new PR? It's just a very minor fix.