|
@ -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) |
|
|