.. | ||
example.webm | ||
go.mod | ||
main.go | ||
README.md |
HLSGenerator
Simple test program that manages hls segments itself and lays them out in a m3u8 playlist
mkdir -p segments
ffmpeg -i example.webm -c:v libx264 -c:a aac -b:a 128k -ac 2 -pix_fmt yuv420p -preset ultrafas
t -hls_time 1 -f hls segments/index.m3u8