From baa5399886e437aec1d4b5faa7327af94656a9b8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 12 Apr 2026 07:39:36 +0000 Subject: [PATCH 1/2] Initial plan From 3c905462f412b0a4ec554eab274939677e9803fb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 12 Apr 2026 07:41:21 +0000 Subject: [PATCH 2/2] fix: escape `<0.1s` and `<0.01s` in MDX table to fix docs build Agent-Logs-Url: https://github.com/alxayo/streamgate/sessions/78fd6345-0f9b-4af2-b378-fbf7b6c3a559 Co-authored-by: alxayo <2588978+alxayo@users.noreply.github.com> --- docs/docs/user-guide/live-streaming-tuning.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/user-guide/live-streaming-tuning.md b/docs/docs/user-guide/live-streaming-tuning.md index dca247a..352d48a 100644 --- a/docs/docs/user-guide/live-streaming-tuning.md +++ b/docs/docs/user-guide/live-streaming-tuning.md @@ -67,8 +67,8 @@ With StreamGate's default settings (2-second segments, default hls.js configurat |-------|:------------:|:-------------:| | FFmpeg encoding | 0.1–0.5s | ✅ Preset and tune | | Segment duration | 2s | ✅ `-hls_time` | -| Disk I/O | <0.1s (SSD) | ⚠️ Storage type | -| HLS server processing | <0.01s | ❌ Negligible | +| Disk I/O | <0.1s (SSD) | ⚠️ Storage type | +| HLS server processing | <0.01s | ❌ Negligible | | Network transfer | 0.05–0.5s | ⚠️ Network dependent | | **Player buffering** | **~6s** | ✅ hls.js settings | | **Total** | **~6–8s** | |