SergeantPanda
|
fc75a68195
|
Enhancement: new clients joining an active channel are now positioned a configurable number of seconds behind live rather than a fixed chunk count. The start position is determined by wall-clock chunk receive time (stored as a Redis sorted set alongside the buffer), so the buffer depth is consistent in seconds regardless of stream bitrate. Setting the value to 0 starts clients at live with no buffer. Defaults to 2 seconds. Existing chunk-count gating for the first client connecting to a channel is unchanged. The setting is exposed in Settings → Proxy as "New Client Buffer (seconds)".
|
2026-03-03 18:12:32 -06:00 |
|
SergeantPanda
|
d04ba07d10
|
Added client speed statistics to client metadata in redis.
|
2025-03-21 19:59:54 -05:00 |
|
SergeantPanda
|
4738d301d1
|
Fixed regression with buffer checks when clients should be disconnecting due to failure.
|
2025-03-20 21:03:01 -05:00 |
|
SergeantPanda
|
6d84821942
|
Adds better checks for a channel that is partially initialized and clears it.
|
2025-03-20 15:56:34 -05:00 |
|
SergeantPanda
|
f03b885d71
|
Lots more refactoring.
|
2025-03-19 19:03:33 -05:00 |
|