Skip to content

Instantly share code, notes, and snippets.

@tirasmuturi
Created January 30, 2018 19:28
Show Gist options
  • Select an option

  • Save tirasmuturi/f74e53d586f6780c30966f427bd5b952 to your computer and use it in GitHub Desktop.

Select an option

Save tirasmuturi/f74e53d586f6780c30966f427bd5b952 to your computer and use it in GitHub Desktop.
[program:radio-stream-1]
command=ffmpeg -i udp://@localhost:4001 -loglevel debug -c:a libmp3lame -b:v 128k -bufsize 128k http://localhost:8090/feed1.ffm
#command=ffmpeg -i 'udp://@localhost:4001?fifo_size=1000000&overrun_nonfatal=1' -loglevel debug -c:a libmp3lame -map 0:a http://localhost:8090/feed1.ffm
#directory=~/
autostart=yes
autorestart=yes
startretries=10
stderr_logfile=/var/log/ffmpeg/radio-stream-1.err.log
stdout_logfile=/var/log/ffmpeg/radio-stream-1.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment