Results 37 comments of Curid

qemu on x86. I used these commands. ``` docker run --privileged --rm tonistiigi/binfmt --uninstall qemu-* docker run --privileged --rm tonistiigi/binfmt --install all ``` I needed it for the old images...

Why is there no bazel-bootstrap package for armv7?? https://packages.debian.org/bullseye/bazel-bootstrap

Turns out you can build Bazel from scratch. I didn't see that before.

Small fix, bazel doesn't bundle the jdk anymore.

> I tried a handful of models but none of them worked with doods. Basically a bunch of them require customization of code that's not really what's typical of object...

I made a docker B-frame test stream. ``` docker run -it --network=host curid/test-stream ffplay rtsp://127.0.0.1:8554/1 ``` Image source ``` # https://nix.dev/tutorials/nixos/building-and-running-docker-images let # nixos 23.05 pkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/bd836ac5e5a7358dea73cb74a013ca32864ccb86.tar.gz")...

So.. @nsauter was using a build from my `dts` branch when he got the error. I sent him build from the `main` branch yesterday and apparently, that build doesn't throw...

Well, this is 15 hours I'll never get back.

I have a pure Rust LL-HLS server if you're interested, don't know if it works with Safari though.

The gstreamer implementation seems to add latency. I'm not sure if it's just some initial delay like with the MediaMTX implementation but otherwise that's a problem. > In order to...