Felicitas Pojtinger
Felicitas Pojtinger
Can confirm this on Fedora 37: ````shell $ uname -a Linux felicitas-xps13plus 6.1.14-200.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Feb 26 00:13:26 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux ``` ```shell $ pip...
Just re-tested this on Fedora 40, GNOME 46, Wayland with flags `--enable-features=UseOzonePlatform --ozone-platform=wayland --enable-wayland-ime --enable-features=WaylandWindowDecorations` - works perfectly!
Currently `weron` does not have support for HTTP proxies, but I'm definitely open to adding this option in the future.
This is definitely a bug, probably in the negotiation protocol. I'll take a look at this in the future, there is still a bit of yak shaving to do in...
I'm definitely open to taking another look at this once the transition to an asynchronous RPC protocol is done (see https://github.com/pojntfx/panrpc), but with the current RPC system this would not...
Def. a possibility. A few things that I'd note: 1) Browser support for most video formats is lacking. No support for MKV etc., and for MP4 we'd require streaming-capable files...
So what I'm saying is - the "local file" method via WebRTC would not depend on Torrent in any way, would work in the browser (through the `wasm/js` Go target...
This could be interesting, but it leads to a few other issues (like for example having to vendor ffmpeg, its HA acceleration libraries since CPU-bound won't be fast enough etc.)....
Thanks a lot for the suggestions! I'll def. get to working on these once I've published updated versions of the underlying [weron](https://github.com/pojntfx/weron) and [panrpc](https://github.com/pojntfx/panrpc) libraries, as well as the [GNOME...
That's definitely a very interesting usecase! Its def. something that should be possible, but will require a few changes to how it works. We already create a [weron](github.com/pojntfx/weron) connection, so...