SpikeHD
SpikeHD
@Daki0082 Another discovery: streaming a full desktop instead of a window will make the framerate totally fine. You can also share audio when streaming entire desktops instead of Windows. Give...
Created an upstream issue in WebView2Feedback: https://github.com/MicrosoftEdge/WebView2Feedback/issues/4176
Okay, thank you, it seems it is what I feared most: a bug with the underlying browser engine :( I can't fix this myself, but I did submit a (hopefully)...
Yep, nothing I can do until the [upstream issue](https://github.com/MicrosoftEdge/WebView2Feedback/issues/4176) gets an update!
I've experimented with the Vencord [webScreenShareFixes](https://github.com/Vendicated/Vencord/blob/main/src/plugins/webScreenShareFixes.web/index.ts) plugin, and it seemed to bring the bitrate from ~2500 Kbps to ~3500 Kbps but in more complex scenarios (I tested with Overwatch practice...
Is this still occurring? I wonder if they just have different quality settings set for the audio streams depending on user agent (which is now set to Chrome in Dorion,...
Should be fixed in 4c44d8d and will be available in the next release!
It is possible but I don't really have an interest in Decor
So far this seems to be Linux only? Couldn't reproduce on my Windows machine using the same CSS file
To test this, set `ureq` as the default feature in `blitz-net`, then change `packages/blitz/src/lib.rs@L36` like so: ```diff - let html = rt.block_on(blitz_net::get_text(&url)); + let html = blitz_net::get_text(&url)); ```