Darkspirit
Darkspirit
> Is anybody actually using Rust on UWP? It might only be Servo, I don't know. In https://github.com/servo/servo/issues/27848 the intention/desire is stated to keep the [UWP/Hololens](https://github.com/servo/servo/blob/553ff20468862fde74cc307ebc733e86c9bfbe80/python/servo/build_commands.py#L169-L171) port alive. It can...
Way too early. Better wait until it's in Nightly.
I want it for Servo, but wanted to wait for the next rustls release.
With [openssl](https://crates.io/crates/openssl) 0.10.24 and later, [mozilla_intermediate_v5()](https://wiki.mozilla.org/Security/Server_Side_TLS#Intermediate_compatibility_.28recommended.29) should be used. The old mozilla_intermediate() does not have TLS 1.3.
In other words: The Firefox binary can't contain full ffmpeg (https://bugzilla.mozilla.org/show_bug.cgi?id=1737116) and the Firefox Flatpak package can't have a hard dependency on org.freedesktop.Platform.ffmpeg-full because https://github.com/FFmpeg/FFmpeg/blob/master/libavcodec/vaapi_h264.c contains patented code (Decoded Picture...
> interested? no, sorry
I filed these bugs: * Build GMP-OpenH264 for linux arm64: https://bugzilla.mozilla.org/show_bug.cgi?id=1795014 * Build Widevine for linux arm64 (to decrypt Hulu videos): https://bugzilla.mozilla.org/show_bug.cgi?id=1612995
This issue can be closed. This message is shown by Firefox if the plugin is loaded via MOZ_GMP_PATH environment variable. Fedora's mozilla-openh264 package does this, for example. The plugin should...
Ah, you have to do the logic by yourself and can't let OpenSSL doing it? Maybe you can it just pass to OpenSSL? I haven't seen someone using such short...