Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,6 @@ if "target_fps" not in st.session_state:
|
|
| 27 |
|
| 28 |
# --- Default URLs and Names for 10 Streams ---
|
| 29 |
default_m3u8_urls = [
|
| 30 |
-
"https://publicstreamer4.cotrip.org/rtplive/070E27890CAM1RHS/playlist.m3u8", # EB at i270
|
| 31 |
"https://publicstreamer2.cotrip.org/rtplive/070E27555CAM1RP1/playlist.m3u8", # EB @ York St Denver
|
| 32 |
"https://publicstreamer1.cotrip.org/rtplive/225N00535CAM1RP1/playlist.m3u8", # NB at Iliff Denver
|
| 33 |
"https://publicstreamer2.cotrip.org/rtplive/070W28220CAM1RHS/playlist.m3u8", # WB Half Mile West of I225 Denver
|
|
@@ -36,10 +35,10 @@ default_m3u8_urls = [
|
|
| 36 |
"https://publicstreamer2.cotrip.org/rtplive/070E27660CAM1NEC/playlist.m3u8", # EB Colorado Blvd i70 Denver
|
| 37 |
"https://publicstreamer2.cotrip.org/rtplive/070W27475CAM1RHS/playlist.m3u8", # E of Washington St Denver
|
| 38 |
"https://publicstreamer3.cotrip.org/rtplive/070W28155CAM1RHS/playlist.m3u8", # WB Peroia St Underpass Denver
|
| 39 |
-
"https://publicstreamer3.cotrip.org/rtplive/070E11660CAM1RHS/playlist.m3u8" # Grand Ave Glenwood
|
|
|
|
| 40 |
]
|
| 41 |
default_names = [
|
| 42 |
-
"EB at i270",
|
| 43 |
"EB @ York St Denver",
|
| 44 |
"NB at Iliff Denver",
|
| 45 |
"WB Half Mile West of I225 Denver",
|
|
@@ -48,7 +47,8 @@ default_names = [
|
|
| 48 |
"EB Colorado Blvd i70 Denver",
|
| 49 |
"E of Washington St Denver",
|
| 50 |
"WB Peroia St Underpass Denver",
|
| 51 |
-
"Grand Ave Glenwood"
|
|
|
|
| 52 |
]
|
| 53 |
|
| 54 |
# --- Sidebar Settings ---
|
|
|
|
| 27 |
|
| 28 |
# --- Default URLs and Names for 10 Streams ---
|
| 29 |
default_m3u8_urls = [
|
|
|
|
| 30 |
"https://publicstreamer2.cotrip.org/rtplive/070E27555CAM1RP1/playlist.m3u8", # EB @ York St Denver
|
| 31 |
"https://publicstreamer1.cotrip.org/rtplive/225N00535CAM1RP1/playlist.m3u8", # NB at Iliff Denver
|
| 32 |
"https://publicstreamer2.cotrip.org/rtplive/070W28220CAM1RHS/playlist.m3u8", # WB Half Mile West of I225 Denver
|
|
|
|
| 35 |
"https://publicstreamer2.cotrip.org/rtplive/070E27660CAM1NEC/playlist.m3u8", # EB Colorado Blvd i70 Denver
|
| 36 |
"https://publicstreamer2.cotrip.org/rtplive/070W27475CAM1RHS/playlist.m3u8", # E of Washington St Denver
|
| 37 |
"https://publicstreamer3.cotrip.org/rtplive/070W28155CAM1RHS/playlist.m3u8", # WB Peroia St Underpass Denver
|
| 38 |
+
"https://publicstreamer3.cotrip.org/rtplive/070E11660CAM1RHS/playlist.m3u8", # Grand Ave Glenwood
|
| 39 |
+
"https://publicstreamer4.cotrip.org/rtplive/070E27890CAM1RHS/playlist.m3u8" # EB at i270
|
| 40 |
]
|
| 41 |
default_names = [
|
|
|
|
| 42 |
"EB @ York St Denver",
|
| 43 |
"NB at Iliff Denver",
|
| 44 |
"WB Half Mile West of I225 Denver",
|
|
|
|
| 47 |
"EB Colorado Blvd i70 Denver",
|
| 48 |
"E of Washington St Denver",
|
| 49 |
"WB Peroia St Underpass Denver",
|
| 50 |
+
"Grand Ave Glenwood",
|
| 51 |
+
"EB at i270"
|
| 52 |
]
|
| 53 |
|
| 54 |
# --- Sidebar Settings ---
|