Atualizar README.md

This commit is contained in:
2026-04-26 06:47:59 +00:00
parent 65069c7727
commit 85c337acb0
+1 -1
View File
@@ -101,7 +101,7 @@ Each stream gets a slug ID you define (e.g. `grafana-prod`):
| `bufsize` | `3000k` | Encoder buffer size | | `bufsize` | `3000k` | Encoder buffer size |
| `preset` | `ultrafast` | x264 preset | | `preset` | `ultrafast` | x264 preset |
| `tune` | `stillimage` | x264 tune (`stillimage` for dashboards, `zerolatency` for dynamic content) | | `tune` | `stillimage` | x264 tune (`stillimage` for dashboards, `zerolatency` for dynamic content) |
| `gop` | `60` | Keyframe interval (auto-calculated as 2× FPS in the UI) | | `gop` | `60` | Keyframe interval (auto-calculated as 2x FPS in the UI) |
| `threads` | `0` | ffmpeg encoding threads (`0` = auto-detect) | | `threads` | `0` | ffmpeg encoding threads (`0` = auto-detect) |
| `gpu` | `false` | Enable Chromium GPU acceleration (requires host GPU + container access) | | `gpu` | `false` | Enable Chromium GPU acceleration (requires host GPU + container access) |