gtag('config', 'G-CT0TVV6X5K', { 'user_id': 'USER_ID' }); N-audio Apr 2026

N-audio Apr 2026

Generate segments with FFmpeg:

location /hls types application/vnd.apple.mpegurl m3u8; video/mp2t ts; root /tmp; add_header Cache-Control no-cache; n-audio

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 add_header Cache-Control no-cache

Customer Inquiry