Skip to content

Instantly share code, notes, and snippets.

@zolon4
Created May 7, 2020 05:18
Show Gist options
  • Save zolon4/84d12e297c4559a93c76dce8cd92ce1f to your computer and use it in GitHub Desktop.
Save zolon4/84d12e297c4559a93c76dce8cd92ce1f to your computer and use it in GitHub Desktop.
#URL="rtmp://a.rtmp.youtube.com/live2/1j1r-11b3-y4fp-abts"
URL="rtmp://fourthworld.co/LiveApp/522575397951829774453187"
ffmpeg \
-stream_loop -1 \
-re \
-i lightsblurred.mp4 \
-i 0005.wav \
-c:v copy \
-c:a aac \
-map 0:v:0 \
-map 1:a:0 \
-strict -2 \
-shortest \
-f flv "$URL"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment