Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -26,4 +26,4 @@ def start_livestream(video_path):
|
|
26 |
print('beginning')
|
27 |
return subprocess.Popen(ffmpeg_command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
28 |
if __name__ == "__main__":
|
29 |
-
start_livestream('
|
|
|
26 |
print('beginning')
|
27 |
return subprocess.Popen(ffmpeg_command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
28 |
if __name__ == "__main__":
|
29 |
+
start_livestream('video1.mp4')
|