Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -23,6 +23,7 @@ def start_livestream(video_path):
|
|
23 |
"-f", "flv",
|
24 |
f"rtmp://a.rtmp.youtube.com/live2/agmy-bsya-r9j1-up14-fcj0"
|
25 |
]
|
|
|
26 |
return subprocess.Popen(ffmpeg_command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
27 |
if __name__ == "__main__":
|
28 |
start_livestream('video.mp4')
|
|
|
23 |
"-f", "flv",
|
24 |
f"rtmp://a.rtmp.youtube.com/live2/agmy-bsya-r9j1-up14-fcj0"
|
25 |
]
|
26 |
+
print('beginning')
|
27 |
return subprocess.Popen(ffmpeg_command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
28 |
if __name__ == "__main__":
|
29 |
start_livestream('video.mp4')
|