Baker
Baker
+1 for this issue on iOS using audioplayers version 1.0.1 on recent iOS devices (14.x+) including Simulators. Once `.setSourceAsset` is called, sound is immediately played from device. ``` static const...
Adding another data point: iOS Version 14.6 BookPlayer v 4.4.5-2 m4a / m4b files > 450MB are also not importing. I just imported a file of 448MB and it was...
Hey @huxaiphaer and others, just posted a [potential solution on Stack](https://stackoverflow.com/a/65635757/2301224).
Definitely related to the expiration of issuer certificate from Digital Signature Trust (DST Root CA X3) which expired on Sept. 30, 2021 (which LetsEncrypt certificates were using as one of...
@cpswan Thanks for the detailed post. Does your Android device have the ISRG Root X1 CA certificate installed as a Trusted credential? For my Android 7 test device, the deletion...
@DiaaEddin I just posted an [example on Stack of supplying Let's Encrypt's root certificate to `dart:io` `IOClient` via a `HttpClient` with a `SecurityContext`](https://stackoverflow.com/a/69511058/2301224) which should help on older Android devices...
@DiaaEddin That's an interesting situation. I wonder if the systems where you're still seeing the issue are using OpenSSL 1.0.2, which will *always* use the expired trust chain & thus...
@DiaaEddin I'm also using nginx-proxy, but I'm not having any issues making https connections to LetsEncrypt SSL protected sites it's serving from old Android devices, so long as I supply...
What is happening: - .mkv & .mp4 container h265 streams are transcoded to h264, MPEG Transport Stream (.ts files) for Safari-based clients What could (should?) happen: - if Safari version...
### Permission → User Action → Token This setup seems to avoid the `no active Service Worker` error for a Flutter based Firebase Messaging web app in my limited testing:...