alptangall commited on
Commit
af141d7
·
verified ·
1 Parent(s): bb80cd7

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
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')