You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,7 @@ Copy `config.example.json` and change the upstream URL:
98
98
"max_sessions": 2,
99
99
"buffer_pause_seconds": 300,
100
100
"buffer_resume_seconds": 120,
101
+
"segment_seconds": 2,
101
102
"segment_retention_seconds": 300,
102
103
"idle_timeout_seconds": 60
103
104
}
@@ -116,6 +117,7 @@ EmbyTranscoder keeps local FFmpeg sessions tied to Emby playback check-ins:
116
117
-`POST /Sessions/Playing` and `/Sessions/Playing/Progress` update local playback state.
117
118
-`POST /Sessions/Playing/Stopped` immediately stops the matching local FFmpeg session.
118
119
- HLS playlist and segment requests refresh media activity.
120
+
-`segment_seconds` controls HLS segment duration; default `2` balances startup latency with segment count, while `1` is fastest and higher values reduce disk churn.
119
121
- When transcoded media gets more than `buffer_pause_seconds` ahead of playback, FFmpeg is paused.
120
122
- When buffered media falls back under `buffer_resume_seconds`, FFmpeg resumes.
121
123
- Segments older than `segment_retention_seconds` behind the current playback position are deleted from the local cache.
Copy file name to clipboardExpand all lines: docker/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ Edit `config/config.json` before startup, or copy it to `config/config.local.jso
28
28
- startup probes VAAPI support, including device initialization and `h264_vaapi`, and fails startup when the device, driver, or ffmpeg support is unavailable
29
29
- the image includes common Intel and AMD VAAPI userspace drivers plus `vainfo`
30
30
- video output is capped at 1920x1080 while preserving aspect ratio
0 commit comments