diff --git a/application/camera-backend/main.py b/application/camera-backend/main.py index fd68112..ed4e913 100644 --- a/application/camera-backend/main.py +++ b/application/camera-backend/main.py @@ -72,7 +72,7 @@ async def mjpeg(): return StreamingResponse( generate_frames(output), - media_type="multipare/x-mixed-replace; boundry=frame", + media_type="multipart/x-mixed-replace; boundry=frame", background=BackgroundTask(stop) )