Livestreaming with FFMPEG [WIP]

An expensive alternative to Twitch

Edward Howard - Sep 28th

FFMPEG

ffmpeg -y -re -i [file] -c:v libx264 -preset ultrafast -crf 18 -c:a acc -hls_list_size 2 -hls_time 10 -hls-flags delete_segments [output].m3u8
  • file - input file
  • output - output path