Skip to content

Commit 83ae79b

Browse files
authored
Update RTSP_URL to new IP address
1 parent f14e40f commit 83ae79b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from http.server import BaseHTTPRequestHandler
1010
from socketserver import ThreadingMixIn, TCPServer
1111

12-
RTSP_URL = os.environ.get("RTSP_URL", "rtsp://10.79.80.238:554/unicast")
12+
RTSP_URL = os.environ.get("RTSP_URL", "rtsp://10.0.0.238:554/unicast")
1313
PORT = int(os.environ.get("PORT", "8889"))
1414
FPS = int(os.environ.get("FPS", "15"))
1515
QUALITY = int(os.environ.get("QUALITY", "5"))

0 commit comments

Comments
 (0)