Arnaud Gissinger
Arnaud Gissinger
**Have you read the [FAQ](https://bit.ly/ShakaFAQ) and checked for duplicate open issues?** Yes **If the problem is related to FairPlay, have you read the tutorial?** Not related **What version of Shaka...
https://davatorium.github.io/rofi/current/rofi-script.5/
Tested on windows and iOS, with tailscale and without (local-ip & umbrel.local)
- Trivial upgrades: - docker/build-push-action@v5 => v6 - Added actions: - docker/setup-buildx-action@v3 - Added `workflow_dispatch` in `build-docker.yaml` for better DX For anyone willing to test the `arm` version ➡️ https://hub.docker.com/r/peachoss/shaka-packager
## System info **Operating System**: `6.1.102-108.177.amzn2023.x86_64` **Shaka Packager Version**: `v3.2.0-53b8668-release` ## Issue and steps to reproduce the problem **Packager Command**: ``` packager in=preprocessing.webm,stream=video,output=out.webm --temp_dir tmp --mpd_output dash.mpd ``` Extra steps...
Reproduction: fork this in develop branch https://github.com/mathix420/mathix.dev/tree/develop Config: ```ts export default defineNuxtConfig({ future: { compatibilityVersion: 4 }, compatibilityDate: "2024-04-03", nitro: { prerender: { crawlLinks: true, routes: ["/", "/blog"], }, },...