sudongg

Results 7 comments of sudongg

I found a way to add in AVDictionary. ``` AVDictionary *options = nullptr; av_dict_sett(&options, "headers", "); ``` This requires modifying the source code. I hope it can be set directly...

I also encountered this problem. The previous problem was a crash after Dispose. After the 1.2.0 version was repaired, this new problem appeared, and a new player instance could not...

> > @Dixeran Do you plan to merge your changes into mpv. What is the plan to support Swapchain as rendering option on Winui 3 ? > > I'm not...

@danatcofo I tried .Net 6 branch, open project prompt, cannot find ElectronNET.WebApp.NET6.csproj, I tried to manually add and run ElectronNET.CLI project, stuck on the startup page. ElectronNET.WebApp project run error.

> 1. You need a compatible font that has emojis. > 2. TextBlock should work in 0.10 as far as I remember, but TextBox supports it only in nightly 11.0...

> Win7 might not come with a default font that supports Emojis other than that there is nothing special I tried to use embedded fonts and install emojis fonts, but...

Is there any progress? vs2022 .net6 still cannot hot reload. The hot reload function will greatly improve development efficiency.