exact-railcar commited on
Commit
27aa37f
·
verified ·
1 Parent(s): 0fd46ac

Update instagram.py

Browse files
Files changed (1) hide show
  1. instagram.py +1 -1
instagram.py CHANGED
@@ -8,7 +8,7 @@ async def main():
8
  site = aiohttp.web.TCPSite(runner, port=7860)
9
  await site.start()
10
  while True:
11
- ffmpeg = await asyncio.create_subprocess_exec('ffmpeg', '-stream_loop', '-1', '-re', '-i', 'video.mp4', '-c', 'copy', '-f', 'flv', 'rtmps://edgetee-upload-sjc6-1.xx.fbcdn.net:443/rtmp/17923160151197014?s_bl=1&s_fbp=lax7-1&s_ow=10&s_prp=sjc6-1&s_sw=0&s_tids=1&s_vt=ig&a=Ab0-CfBl-1TuFw2EB9BRl4f5')
12
  await ffmpeg.wait()
13
 
14
  uvloop.run(main())
 
8
  site = aiohttp.web.TCPSite(runner, port=7860)
9
  await site.start()
10
  while True:
11
+ ffmpeg = await asyncio.create_subprocess_exec('ffmpeg', '-stream_loop', '-1', '-re', '-i', 'video.mp4', '-c', 'copy', '-f', 'flv', 'rtmps://edgetee-upload-sjc6-1.xx.fbcdn.net:443/rtmp/18101895649691126?s_bl=1&s_fbp=lax7-1&s_ow=10&s_prp=sjc6-1&s_sw=0&s_tids=1&s_vt=ig&a=Ab348wcvKr_ZK_M__DcyGcw5')
12
  await ffmpeg.wait()
13
 
14
  uvloop.run(main())