فهرست منبع

- Fix A1/P1 camera streaming with extended timeouts and lower FPS cap
- Removed deprecated -stimeout option (renamed to -timeout in ffmpeg 5.0+).

maziggy 5 ماه پیش
والد
کامیت
01989b7182
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 1 3
      backend/app/api/routes/camera.py

+ 1 - 3
backend/app/api/routes/camera.py

@@ -92,9 +92,7 @@ async def generate_mjpeg_stream(
         cmd.extend(
             [
                 "-timeout",
-                "10000000",  # 10 seconds in microseconds
-                "-stimeout",
-                "10000000",  # Socket timeout
+                "10000000",  # 10 seconds in microseconds (replaces deprecated -stimeout)
                 "-analyzeduration",
                 "10000000",  # Longer analysis time
                 "-probesize",