update url
Browse files
app.py
CHANGED
@@ -39,7 +39,8 @@ def detect_and_draw(frame):
|
|
39 |
return frame
|
40 |
|
41 |
# Define your stream URL
|
42 |
-
stream_url =
|
|
|
43 |
|
44 |
def process_stream():
|
45 |
cap = cv2.VideoCapture(stream_url)
|
|
|
39 |
return frame
|
40 |
|
41 |
# Define your stream URL
|
42 |
+
stream_url = "https://edge01.london.nginx.hdontap.com/hosb1/julian-coc.stream/chunklist_w1106429103.m3u8"
|
43 |
+
#stream_url = "https://edge01.london.nginx.hdontap.com/hosb5/ng_showcase-coke_bottle-street_fixed.stream/chunklist_w464099566.m3u8"
|
44 |
|
45 |
def process_stream():
|
46 |
cap = cv2.VideoCapture(stream_url)
|