fix: 视频程序也需要有 stale-session 检测

This commit is contained in:
2026-04-14 13:22:19 +08:00
parent 6ccd9e9fa1
commit bb3e7b2989
3 changed files with 176 additions and 1 deletions

View File

@@ -41,6 +41,8 @@ typedef struct video_pipeline_config {
int soft_backpressure_segments;
int hard_backpressure_segments;
int hard_backpressure_hold_ms;
int server_idle_reconnect_ms;
int frame_stall_reconnect_ms;
video_pipeline_progress_fn progress_callback;
void *progress_context;
} video_pipeline_config_t;