Spaces:
Paused
Paused
Update stream_server.py
Browse files- stream_server.py +1 -1
stream_server.py
CHANGED
@@ -71,7 +71,7 @@ def convert_to_hls(input_path, output_dir, video_name, start_number):
|
|
71 |
|
72 |
|
73 |
|
74 |
-
async def add_video(video_name
|
75 |
"""
|
76 |
Endpoint to add a video to the streaming queue.
|
77 |
|
|
|
71 |
|
72 |
|
73 |
|
74 |
+
async def add_video(video_name, m3u8_file_path):
|
75 |
"""
|
76 |
Endpoint to add a video to the streaming queue.
|
77 |
|