alptangall commited on
Commit
6af093a
·
verified ·
1 Parent(s): 57b3c63

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -21,7 +21,7 @@ def start_livestream(video_path):
21
  "-b:a", "128k",
22
  "-ar", "44100",
23
  "-f", "flv",
24
- f"rtmp://a.rtmp.youtube.com/live2/agmy-bsya-r9j1-up14-fcj0"
25
  ]
26
  print('beginning')
27
  return subprocess.run(ffmpeg_command)
 
21
  "-b:a", "128k",
22
  "-ar", "44100",
23
  "-f", "flv",
24
+ f"rtmp://a.rtmp.youtube.com/live2/m65r-k6dr-u7ba-mux1-ffzx"
25
  ]
26
  print('beginning')
27
  return subprocess.run(ffmpeg_command)