Add buffering as an active state.

This commit is contained in:
SergeantPanda 2025-06-17 12:30:20 -05:00
parent 42747e743c
commit 3448a3b494

View file

@ -89,6 +89,7 @@ def stream_ts(request, channel_id):
ChannelState.CONNECTING,
ChannelState.WAITING_FOR_CLIENTS,
ChannelState.ACTIVE,
ChannelState.BUFFERING,
]
if channel_state in active_states:
# Channel is being initialized or already active - no need for reinitialization