alptangall commited on
Commit
a58cdb3
·
verified ·
1 Parent(s): 45b9d7b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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('video.mp4')
 
26
  print('beginning')
27
  return subprocess.Popen(ffmpeg_command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
28
  if __name__ == "__main__":
29
+ start_livestream('video1.mp4')