diff --git a/server.py b/server.py index 156ae42..658f208 100644 --- a/server.py +++ b/server.py @@ -107,7 +107,7 @@ class RTSPServer: return height, width, _ = frame.shape - fps = 30 # Default FPS + fps = 25 # Default FPS # Ensure we have a valid stream for the given resolution self.create_stream(fps, width, height)