feat: 修改视频流后端服务,使其适配jpeg格式

This commit is contained in:
2025-08-07 15:16:18 +08:00
parent aff9da2a60
commit d2508f6484
4 changed files with 73 additions and 158 deletions

View File

@@ -190,7 +190,7 @@ public class ProgressTrackerService : BackgroundService
{
logger.Error(ex, "Error during ProgressTracker cleanup");
}
await Task.Delay(TimeSpan.FromSeconds(30));
await Task.Delay(TimeSpan.FromSeconds(30), stoppingToken);
}
}