Generate segments with FFmpeg:
ffmpeg -i input.mp3 -c:a aac -b:a 128k -f hls -hls_time 4 -hls_list_size 0 output.m3u8 location /stream/ proxy_pass http://icecast-server:8000/; proxy_buffering off; # Required for live streams
N-audio • Complete & Instant
Generate segments with FFmpeg:
ffmpeg -i input.mp3 -c:a aac -b:a 128k -f hls -hls_time 4 -hls_list_size 0 output.m3u8 location /stream/ proxy_pass http://icecast-server:8000/; proxy_buffering off; # Required for live streams n-audio