Rafael Diniz

Results 177 comments of Rafael Diniz

Which kernel version is known to work? I still get this issue of the display sometimes not being properly initialized with kernel 6.6.

Here with Raspberry Pi 4 (in the Pi 5 I don't see the issue), I have the problem: 6.6.28+rpt-rpi-v8

Even when the display does work, I get the following message: ``` [ 3.871128] vc4_dsi fe700000.dsi: transfer interrupt wait timeout [ 3.871146] vc4_dsi fe700000.dsi: instat: 0x00000000 [ 3.871158] [drm:vc4_dsi_host_transfer [vc4]]...

When the display does not work, I get: ``` [ 2.516500] Console: switching to colour dummy device 80x25 [ 2.554588] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) [ 2.556416] Registered...

So, it seems kernel 6.6.30-v8+ fixes the issue for me. Could anyone help me find the commit which fixed the regression (and may be the regression itself)?

Thanks! I'll pin 6.6.30 in the production systems I have.

Any news on VVC support?

That support would be really wonderful. Any help I can provide, let me know.

I was thinking how to implement it. With correct audio routing through alsa loopback, I think it would be possible to run N recordings with the same jibri instance, by...

I implemented it as hardcoded in ffmpeg command call. I wonder which names would be appropriate to make a PR? audio-only=[true,false] audio-codec=[mp3,weba(opus),oga(opus)] audio-bitrate=[in kbps] ? https://github.com/ColmenaDev/jibri/