Browse Source

changed default fps from 30 to 25

video-streaming
s_kiani 1 week ago
parent
commit
54cc90691a
  1. 2
      server.py

2
server.py

@ -107,7 +107,7 @@ class RTSPServer:
return return
height, width, _ = frame.shape height, width, _ = frame.shape
fps = 30 # Default FPS
fps = 25 # Default FPS
# Ensure we have a valid stream for the given resolution # Ensure we have a valid stream for the given resolution
self.create_stream(fps, width, height) self.create_stream(fps, width, height)

Loading…
Cancel
Save