Skip to content

Instantly share code, notes, and snippets.

@raveman
Created July 27, 2015 14:18
Show Gist options
  • Save raveman/dc085b86aa2e7f232e0c to your computer and use it in GitHub Desktop.
Save raveman/dc085b86aa2e7f232e0c to your computer and use it in GitHub Desktop.
#!/bin/sh
while [ 1 ]; do
ffmpeg -re -f concat -i ./$1 -c copy -f flv rtmp://ferry1.irsot.net/bhtvlive/live
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment