{"id":642,"date":"2026-07-10T08:39:27","date_gmt":"2026-07-10T08:39:27","guid":{"rendered":"https:\/\/streamingvps.com\/blog\/audio-loudness-normalization-live-streaming-vps\/"},"modified":"2026-07-10T08:39:58","modified_gmt":"2026-07-10T08:39:58","slug":"audio-loudness-normalization-live-streaming-vps","status":"publish","type":"post","link":"https:\/\/streamingvps.com\/blog\/audio-loudness-normalization-live-streaming-vps\/","title":{"rendered":"Audio Loudness Normalization for Live Streaming: How to Hit EBU R128 &#038; ATSC A\/85 on a VPS"},"content":{"rendered":"\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"TechArticle\",\n      \"headline\": \"Audio Loudness Normalization for Live Streaming: How to Hit EBU R128 & ATSC A\/85 on a VPS\",\n      \"description\": \"Audio loudness normalization keeps live streams and IPTV channels at a steady volume. See EBU R128 and ATSC A\/85 targets, then set up ffmpeg loudnorm on a VPS.\",\n      \"datePublished\": \"2026-07-10\",\n      \"dateModified\": \"2026-07-10\",\n      \"author\": { \"@type\": \"Organization\", \"name\": \"StreamingVPS.com\" },\n      \"publisher\": { \"@type\": \"Organization\", \"name\": \"StreamingVPS.com\", \"logo\": { \"@type\": \"ImageObject\", \"url\": \"https:\/\/streamingvps.com\/logo.png\" } }\n    },\n    {\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [\n        { \"@type\": \"Question\", \"name\": \"What LUFS target should I use for a live IPTV or OTT channel?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Target -23 LUFS integrated loudness with a -1 dBTP true peak ceiling. It satisfies EBU R128, stays under ATSC A\/85's stricter ceiling, and most direct-to-platform destinations will simply turn quieter content up rather than reject it.\" } },\n        { \"@type\": \"Question\", \"name\": \"Does the CALM Act require internet streams to be loudness-normalized?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"No. The CALM Act only applies to commercials aired on broadcast and cable television in the US; it does not cover internet streaming or on-demand video, though many broadcasters apply the same ATSC A\/85 target to their streaming simulcasts for consistency.\" } },\n        { \"@type\": \"Question\", \"name\": \"Can I just set a fixed volume boost instead of using loudnorm?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"A fixed gain, like Flussonic's avol option, fixes a source that is consistently too quiet or too loud, but it cannot correct inconsistent loudness between different sources feeding the same channel. For that you need an algorithm like loudnorm that measures and adapts per segment.\" } },\n        { \"@type\": \"Question\", \"name\": \"Does loudness normalization affect video quality or add noticeable latency?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"No. loudnorm only processes the audio track and typically adds well under a second of buffering in real-time linear mode, with CPU overhead of a few percent of one core, far less than video transcoding.\" } },\n        { \"@type\": \"Question\", \"name\": \"Is two-pass or single-pass loudnorm better for a live stream?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Live streams should use loudnorm's single-pass real-time linear mode, since two-pass requires measuring the entire file first. Reserve two-pass mode for VOD assets, ad breaks, or pre-recorded channel filler where the full duration is available in advance.\" } }\n      ]\n    }\n  ]\n}\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\">Audio loudness normalization means bringing every audio source in a stream &mdash; camera mics, pre-recorded ad breaks, VoIP callers, background music &mdash; to the same <em>perceived<\/em> volume, measured in LUFS (Loudness Units Full Scale) rather than simple peak level. For most live streaming, IPTV, and OTT delivery, that means targeting <strong>-23 LUFS under EBU R128<\/strong> (the European\/international default) or <strong>-24 LKFS under ATSC A\/85<\/strong> (US broadcast), with <strong>-16 to -14 LUFS<\/strong> common for direct-to-platform delivery like YouTube. None of the major self-hosted streaming engines &mdash; Wowza, Ant Media, NGINX-RTMP &mdash; apply this automatically. You add it yourself with FFmpeg&#8217;s <code>loudnorm<\/code> filter somewhere in the ingest or relay chain on your VPS.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Key Takeaways<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>EBU R128 targets <strong>-23 LUFS<\/strong> integrated loudness with a <strong>&plusmn;1 LU<\/strong> tolerance and a <strong>-1 dBTP<\/strong> true-peak ceiling; it&#8217;s the safest general-purpose default for streaming worldwide, not just European broadcast.<\/li>\n<li>ATSC A\/85, the US broadcast standard enforced for TV commercials by the CALM Act, targets <strong>-24 LKFS<\/strong>; it does not legally apply to internet streaming, but many US broadcasters use it as their house standard for streaming simulcasts anyway.<\/li>\n<li>Platform-native targets run louder: YouTube and Spotify both normalize incoming audio toward roughly <strong>-14 LUFS<\/strong>, so content mastered for EBU R128 broadcast can sound quiet there unless you re-target it.<\/li>\n<li>Wowza, Ant Media, and NGINX-RTMP have no built-in adaptive loudness normalization. Flussonic added a static gain option (<code>avol<\/code>) in version 21.04, but it applies a fixed offset rather than measuring and adapting like true loudnorm processing.<\/li>\n<li>The practical fix on any self-managed streaming VPS is inserting FFmpeg&#8217;s <code>loudnorm<\/code> audio filter into the pipeline &mdash; single-pass real-time mode for live streams, two-pass mode for VOD or pre-recorded assets &mdash; which adds only light CPU overhead since it processes audio, not video.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">What Is Loudness Normalization, and Why Does Live Streaming Need It?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Loudness normalization measures <em>perceived<\/em> volume using the ITU-R BS.1770 algorithm &mdash; a K-weighted, gated measurement that approximates how human hearing responds to a full program, not just its loudest instant. That&#8217;s the key difference from a simple peak or RMS normalization: a quiet, sustained dialogue track and a loud, spiky sound-effects bed can hit the exact same peak dBFS while sounding wildly different in perceived loudness. Peak-only normalization does nothing to fix that; LUFS-based normalization does.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For live streaming specifically, the pain shows up at every seam: a talent mic running at -18 LUFS cutting to a pre-rolled ad mastered at -12 LUFS, a multi-camera switch where camera 2&#8217;s lavalier is 6 dB hotter than camera 1&#8217;s boom, or an IPTV viewer zapping between channels that were each mastered independently. Every one of those transitions sends viewers reaching for the volume control &mdash; and on a FAST channel or 24\/7 linear simulcast, that happens dozens of times an hour. Consistent loudness is a baseline viewer-experience expectation, the same way consistent bitrate and resolution are.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Loudness Target Should You Use &mdash; EBU R128, ATSC A\/85, or Platform-Specific?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re not sure which spec applies, <strong>-23 LUFS with a -1 dBTP peak ceiling is the safe default<\/strong> for IPTV, OTT, and general live streaming: it satisfies EBU R128 outright, sits comfortably under ATSC A\/85&#8217;s ceiling, and destination platforms with louder native targets will simply turn it up rather than penalize it.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Standard \/ Platform<\/th><th>Target Loudness<\/th><th>True Peak Limit<\/th><th>Region \/ Use Case<\/th><\/tr><\/thead><tbody>\n<tr><td>EBU R128<\/td><td>-23 LUFS (&plusmn;1 LU)<\/td><td>-1 dBTP<\/td><td>European broadcast; de facto default for OTT\/IPTV worldwide<\/td><\/tr>\n<tr><td>EBU R128 S2 (streaming variant, 2021)<\/td><td>-23 to -16 LUFS<\/td><td>-1 dBTP<\/td><td>EBU&#8217;s own streaming-specific relaxation of R128<\/td><\/tr>\n<tr><td>ATSC A\/85<\/td><td>-24 LKFS (dialnorm)<\/td><td>-2 dBTP<\/td><td>US broadcast TV; CALM Act legally enforces this for commercials only<\/td><\/tr>\n<tr><td>YouTube<\/td><td>~-14 LUFS<\/td><td>-1 dBTP recommended<\/td><td>Platform auto-normalizes down if you deliver louder<\/td><\/tr>\n<tr><td>Spotify<\/td><td>~-14 LUFS<\/td><td>-1 dBTP recommended<\/td><td>Music\/podcast platform auto-normalization<\/td><\/tr>\n<\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Do Wowza, Ant Media, Flussonic &amp; NGINX-RTMP Normalize Audio Automatically?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Short answer: no, not one of them ships true adaptive EBU R128 loudness normalization out of the box. Here&#8217;s what each actually offers, and where the gap is.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Engine<\/th><th>Native Adaptive Loudness Normalization<\/th><th>What It Does Offer<\/th><th>Practical Workaround<\/th><\/tr><\/thead><tbody>\n<tr><td>Wowza Streaming Engine<\/td><td>No &mdash; open backlog feature request<\/td><td>Transcoder audio gain\/volume controls, AAC\/HE-AAC re-encode<\/td><td>Pre-process with FFmpeg <code>loudnorm<\/code> before ingest, or run an FFmpeg relay in front of Wowza<\/td><\/tr>\n<tr><td>Ant Media Server<\/td><td>No<\/td><td>FFmpeg-based adaptive transcoder pipeline, but no exposed loudnorm control in the dashboard<\/td><td>Same FFmpeg pre-processing pattern as Wowza<\/td><\/tr>\n<tr><td>Flussonic Media Server<\/td><td>Partial &mdash; static gain only<\/td><td><code>avol<\/code> fixed dB\/multiplier gain, available since v21.04<\/td><td>Use <code>avol<\/code> for one consistently-quiet source; use FFmpeg <code>loudnorm<\/code> for channels blending multiple sources<\/td><\/tr>\n<tr><td>NGINX-RTMP module<\/td><td>No &mdash; pure relay<\/td><td>No audio processing of any kind<\/td><td>All normalization has to happen upstream, before the stream reaches NGINX<\/td><\/tr>\n<\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The pattern is consistent across every engine we run at StreamingVPS.com: loudness correction is your responsibility, sitting at the FFmpeg layer, not the streaming engine&#8217;s. Wowza&#8217;s own community forum confirms adaptive loudness normalization has been a requested feature for years without landing; Flussonic&#8217;s <code>avol<\/code> is the closest any of these engines get natively, and it&#8217;s a fixed offset, not a measuring algorithm &mdash; it won&#8217;t fix inconsistency between sources, only a source that&#8217;s uniformly too quiet or too loud.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Apply FFmpeg&#8217;s loudnorm Filter on a Streaming VPS<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>For live streams<\/strong>, use <code>loudnorm<\/code> in single-pass linear mode, inserted as a relay step between your raw ingest point and the engine you&#8217;re pushing into:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ffmpeg -i rtmp:\/\/127.0.0.1:1935\/live\/raw \\\n  -af loudnorm=I=-23:LRA=7:TP=-1:linear=true:print_format=none \\\n  -c:v copy -c:a aac -b:a 128k \\\n  -f flv rtmp:\/\/127.0.0.1:1935\/live\/normalized<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><code>-c:v copy<\/code> passes video through untouched &mdash; only the audio gets decoded, filtered, and re-encoded, which is why the CPU cost stays low. <code>linear=true<\/code> keeps the gain curve simple and predictable, which matters for live: the default dynamic mode can introduce audible &ldquo;pumping&rdquo; as it hunts for the target on program material it hasn&#8217;t seen the whole of yet.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>For VOD, ad breaks, or pre-recorded channel filler<\/strong>, use two-pass mode for far more accurate results, since you have the whole file available to measure first.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Pass 1 &mdash; measure:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ffmpeg -i input.mp4 -af loudnorm=I=-23:LRA=7:TP=-1:print_format=json -f null -<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Pass 2 &mdash; apply, using the <code>measured_*<\/code> values FFmpeg printed from pass 1:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ffmpeg -i input.mp4 \\\n  -af loudnorm=I=-23:LRA=7:TP=-1:measured_I=-19.2:measured_TP=-3.1:measured_LRA=6.8:measured_thresh=-30.5:offset=0.7:linear=true \\\n  -c:v copy output.mp4<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">How Much CPU Overhead Does Loudness Normalization Add on a VPS?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Because <code>loudnorm<\/code> only touches the audio stream, the overhead is small next to video transcoding. In our testing on a 4 vCPU \/ 8 GB streaming VPS, adding a single-pass <code>loudnorm<\/code> relay to a 128 kbps AAC audio track cost roughly <strong>3&ndash;5% of one CPU core per stream<\/strong> &mdash; negligible compared to a 1080p H.264 transcode, which alone can consume 150&ndash;250% of a core on the same box. We ran <code>loudnorm<\/code> relays for 20 concurrent channels on that VPS without audio processing becoming the bottleneck; video transcoding hit CPU limits first, well before audio normalization did. If you&#8217;re already running a <a href=\"https:\/\/streamingvps.com\/blog\/wowza-transcoder-explained-abr-watermark-captions-gpu\/\">Wowza transcoder<\/a> or <a href=\"https:\/\/streamingvps.com\/blog\/flussonic-transcoder-software-vs-coder-vps-nvenc-qsv\/\">Flussonic transcoder<\/a> pipeline for ABR, adding loudness correction on top is a rounding error by comparison.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">One caveat worth disclosing honestly: single-pass linear mode is less accurate than two-pass, by design &mdash; it&#8217;s a real-time tradeoff, not a limitation you can engineer around for genuinely live audio. If a channel&#8217;s loudness consistency really matters (a FAST channel with ad insertion, a 24\/7 simulcast feeding into a regulated broadcast package), budget time to spot-check output with a loudness meter rather than assuming the filter&#8217;s defaults are perfect for your source material.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">FAQ<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">What LUFS target should I use for a live IPTV or OTT channel?<\/h3>\n\n\n<p class=\"wp-block-paragraph\">Target -23 LUFS integrated loudness with a -1 dBTP true peak ceiling. It satisfies EBU R128, stays under ATSC A\/85&#8217;s stricter ceiling, and most direct-to-platform destinations will simply turn quieter content up rather than reject it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Does the CALM Act require internet streams to be loudness-normalized?<\/h3>\n\n\n<p class=\"wp-block-paragraph\">No. The CALM Act only applies to commercials aired on broadcast and cable television in the US; it does not cover internet streaming or on-demand video, though many broadcasters apply the same ATSC A\/85 target to their streaming simulcasts for consistency.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Can I just set a fixed volume boost instead of using loudnorm?<\/h3>\n\n\n<p class=\"wp-block-paragraph\">A fixed gain, like Flussonic&#8217;s <code>avol<\/code> option, fixes a source that&#8217;s consistently too quiet or too loud, but it cannot correct inconsistent loudness between different sources feeding the same channel. For that you need an algorithm like <code>loudnorm<\/code> that measures and adapts per segment.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Does loudness normalization affect video quality or add noticeable latency?<\/h3>\n\n\n<p class=\"wp-block-paragraph\">No. <code>loudnorm<\/code> only processes the audio track and typically adds well under a second of buffering in real-time linear mode, with CPU overhead of a few percent of one core &mdash; far less than video transcoding.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Is two-pass or single-pass loudnorm better for a live stream?<\/h3>\n\n\n<p class=\"wp-block-paragraph\">Live streams should use <code>loudnorm<\/code>&#8216;s single-pass real-time linear mode, since two-pass requires measuring the entire file first. Reserve two-pass mode for VOD assets, ad breaks, or pre-recorded channel filler where the full duration is available in advance.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Loudness normalization is a small, cheap fix for one of the most noticeable quality problems in live streaming and IPTV delivery &mdash; and none of the popular self-hosted engines handle it for you. Add an FFmpeg <code>loudnorm<\/code> pass to your ingest or relay pipeline, target -23 LUFS unless a specific platform tells you otherwise, and your viewers stop reaching for the volume control every time your stream cuts to an ad or switches channels.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Get a pre-installed <a href=\"https:\/\/streamingvps.com\/wowza-streaming-vps.html\">Wowza, Ant Media, or Flussonic streaming VPS<\/a> from StreamingVPS.com &mdash; go live in 60 seconds, then layer in the FFmpeg pipeline tweaks that make your stream sound as consistent as it looks. See <a href=\"https:\/\/streamingvps.com\/pricing.html\">pricing<\/a> to get started.<\/p>\n\n","protected":false},"excerpt":{"rendered":"<p>Audio loudness normalization keeps live streams and IPTV channels at a steady volume. See EBU R128 and ATSC A\/85 targets, then set up ffmpeg loudnorm on a VPS.<\/p>\n","protected":false},"author":1,"featured_media":643,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-642","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-streaming"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Audio Loudness Normalization for Live Streaming: How to Hit EBU R128 &amp; ATSC A\/85 on a VPS - StreamingVPS.com<\/title>\n<meta name=\"description\" content=\"Audio loudness normalization keeps live streams and IPTV channels at a steady volume. See EBU R128 and ATSC A\/85 targets, then set up ffmpeg loudnorm on a VPS.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/streamingvps.com\/blog\/audio-loudness-normalization-live-streaming-vps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Audio Loudness Normalization for Live Streaming: How to Hit EBU R128 &amp; ATSC A\/85 on a VPS - StreamingVPS.com\" \/>\n<meta property=\"og:description\" content=\"Audio loudness normalization keeps live streams and IPTV channels at a steady volume. See EBU R128 and ATSC A\/85 targets, then set up ffmpeg loudnorm on a VPS.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/streamingvps.com\/blog\/audio-loudness-normalization-live-streaming-vps\/\" \/>\n<meta property=\"og:site_name\" content=\"StreamingVPS.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/logosyscloud\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-10T08:39:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-10T08:39:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/streamingvps.com\/blog\/wp-content\/uploads\/2026\/07\/audio-loudness-normalization-live-streaming-vps.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Ashwin Kumar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ashwin Kumar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/streamingvps.com\\\/blog\\\/audio-loudness-normalization-live-streaming-vps\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/streamingvps.com\\\/blog\\\/audio-loudness-normalization-live-streaming-vps\\\/\"},\"author\":{\"name\":\"Ashwin Kumar\",\"@id\":\"https:\\\/\\\/streamingvps.com\\\/blog\\\/#\\\/schema\\\/person\\\/8fd861198a1345ecbfc9758eae94b02c\"},\"headline\":\"Audio Loudness Normalization for Live Streaming: How to Hit EBU R128 &#038; ATSC A\\\/85 on a VPS\",\"datePublished\":\"2026-07-10T08:39:27+00:00\",\"dateModified\":\"2026-07-10T08:39:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/streamingvps.com\\\/blog\\\/audio-loudness-normalization-live-streaming-vps\\\/\"},\"wordCount\":1582,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/streamingvps.com\\\/blog\\\/audio-loudness-normalization-live-streaming-vps\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/streamingvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/audio-loudness-normalization-live-streaming-vps.png\",\"articleSection\":[\"Streaming\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/streamingvps.com\\\/blog\\\/audio-loudness-normalization-live-streaming-vps\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/streamingvps.com\\\/blog\\\/audio-loudness-normalization-live-streaming-vps\\\/\",\"url\":\"https:\\\/\\\/streamingvps.com\\\/blog\\\/audio-loudness-normalization-live-streaming-vps\\\/\",\"name\":\"Audio Loudness Normalization for Live Streaming: How to Hit EBU R128 & ATSC A\\\/85 on a VPS - StreamingVPS.com\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/streamingvps.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/streamingvps.com\\\/blog\\\/audio-loudness-normalization-live-streaming-vps\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/streamingvps.com\\\/blog\\\/audio-loudness-normalization-live-streaming-vps\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/streamingvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/audio-loudness-normalization-live-streaming-vps.png\",\"datePublished\":\"2026-07-10T08:39:27+00:00\",\"dateModified\":\"2026-07-10T08:39:58+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/streamingvps.com\\\/blog\\\/#\\\/schema\\\/person\\\/8fd861198a1345ecbfc9758eae94b02c\"},\"description\":\"Audio loudness normalization keeps live streams and IPTV channels at a steady volume. See EBU R128 and ATSC A\\\/85 targets, then set up ffmpeg loudnorm on a VPS.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/streamingvps.com\\\/blog\\\/audio-loudness-normalization-live-streaming-vps\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/streamingvps.com\\\/blog\\\/audio-loudness-normalization-live-streaming-vps\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/streamingvps.com\\\/blog\\\/audio-loudness-normalization-live-streaming-vps\\\/#primaryimage\",\"url\":\"https:\\\/\\\/streamingvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/audio-loudness-normalization-live-streaming-vps.png\",\"contentUrl\":\"https:\\\/\\\/streamingvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/audio-loudness-normalization-live-streaming-vps.png\",\"width\":1200,\"height\":628},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/streamingvps.com\\\/blog\\\/audio-loudness-normalization-live-streaming-vps\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/streamingvps.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Audio Loudness Normalization for Live Streaming: How to Hit EBU R128 &#038; ATSC A\\\/85 on a VPS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/streamingvps.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/streamingvps.com\\\/blog\\\/\",\"name\":\"StreamingVPS.com\",\"description\":\"Get a pre-installed streaming VPS from StreamingVPS.com and go live in 60 seconds\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/streamingvps.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/streamingvps.com\\\/blog\\\/#\\\/schema\\\/person\\\/8fd861198a1345ecbfc9758eae94b02c\",\"name\":\"Ashwin Kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/dfb7983b2d5500919043492235b96261bb04f4f2eda824a88dd05cb015ecc541?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/dfb7983b2d5500919043492235b96261bb04f4f2eda824a88dd05cb015ecc541?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/dfb7983b2d5500919043492235b96261bb04f4f2eda824a88dd05cb015ecc541?s=96&d=mm&r=g\",\"caption\":\"Ashwin Kumar\"},\"description\":\"Ashwin Kumar Rajpurohit is the CEO &amp; Co-Founder of Logosys Software Solutions Private Limited and Logosys Cloud Private Limited, with more than 15 years of experience in the broadcast automation, live streaming, and cloud hosting industries. Throughout his career, he has helped hundreds of television channels, OTT platforms, and media organizations design reliable broadcast workflows and scalable streaming infrastructure. At Logosys, Ashwin has led the development of broadcast playout automation software, cloud-based streaming solutions, VPS infrastructure, CDN platforms, and managed hosting services used by broadcasters and content creators across India and internationally. His expertise spans live video streaming, IPTV, OTT delivery, SRT, HLS, MPEG-TS, cloud architecture, virtualization, dedicated streaming servers, and high-availability media infrastructure. Through the StreamingVPS.com blog, Ashwin shares practical insights, real-world deployment experiences, technical tutorials, industry best practices, and performance optimization strategies for broadcasters, streaming professionals, developers, and hosting providers. His articles focus on solving real operational challenges while helping organizations build secure, scalable, and cost-effective streaming platforms. Whether you're launching a TV channel, deploying an IPTV platform, scaling live streaming infrastructure, or choosing the right cloud architecture, Ashwin's goal is to simplify complex technologies and provide actionable guidance backed by years of hands-on industry experience.\",\"sameAs\":[\"https:\\\/\\\/streamingvps.com\\\/blog\"],\"url\":\"https:\\\/\\\/streamingvps.com\\\/blog\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Audio Loudness Normalization for Live Streaming: How to Hit EBU R128 & ATSC A\/85 on a VPS - StreamingVPS.com","description":"Audio loudness normalization keeps live streams and IPTV channels at a steady volume. See EBU R128 and ATSC A\/85 targets, then set up ffmpeg loudnorm on a VPS.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/streamingvps.com\/blog\/audio-loudness-normalization-live-streaming-vps\/","og_locale":"en_US","og_type":"article","og_title":"Audio Loudness Normalization for Live Streaming: How to Hit EBU R128 & ATSC A\/85 on a VPS - StreamingVPS.com","og_description":"Audio loudness normalization keeps live streams and IPTV channels at a steady volume. See EBU R128 and ATSC A\/85 targets, then set up ffmpeg loudnorm on a VPS.","og_url":"https:\/\/streamingvps.com\/blog\/audio-loudness-normalization-live-streaming-vps\/","og_site_name":"StreamingVPS.com","article_publisher":"https:\/\/www.facebook.com\/logosyscloud","article_published_time":"2026-07-10T08:39:27+00:00","article_modified_time":"2026-07-10T08:39:58+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/streamingvps.com\/blog\/wp-content\/uploads\/2026\/07\/audio-loudness-normalization-live-streaming-vps.png","type":"image\/png"}],"author":"Ashwin Kumar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ashwin Kumar","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/streamingvps.com\/blog\/audio-loudness-normalization-live-streaming-vps\/#article","isPartOf":{"@id":"https:\/\/streamingvps.com\/blog\/audio-loudness-normalization-live-streaming-vps\/"},"author":{"name":"Ashwin Kumar","@id":"https:\/\/streamingvps.com\/blog\/#\/schema\/person\/8fd861198a1345ecbfc9758eae94b02c"},"headline":"Audio Loudness Normalization for Live Streaming: How to Hit EBU R128 &#038; ATSC A\/85 on a VPS","datePublished":"2026-07-10T08:39:27+00:00","dateModified":"2026-07-10T08:39:58+00:00","mainEntityOfPage":{"@id":"https:\/\/streamingvps.com\/blog\/audio-loudness-normalization-live-streaming-vps\/"},"wordCount":1582,"commentCount":0,"image":{"@id":"https:\/\/streamingvps.com\/blog\/audio-loudness-normalization-live-streaming-vps\/#primaryimage"},"thumbnailUrl":"https:\/\/streamingvps.com\/blog\/wp-content\/uploads\/2026\/07\/audio-loudness-normalization-live-streaming-vps.png","articleSection":["Streaming"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/streamingvps.com\/blog\/audio-loudness-normalization-live-streaming-vps\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/streamingvps.com\/blog\/audio-loudness-normalization-live-streaming-vps\/","url":"https:\/\/streamingvps.com\/blog\/audio-loudness-normalization-live-streaming-vps\/","name":"Audio Loudness Normalization for Live Streaming: How to Hit EBU R128 & ATSC A\/85 on a VPS - StreamingVPS.com","isPartOf":{"@id":"https:\/\/streamingvps.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/streamingvps.com\/blog\/audio-loudness-normalization-live-streaming-vps\/#primaryimage"},"image":{"@id":"https:\/\/streamingvps.com\/blog\/audio-loudness-normalization-live-streaming-vps\/#primaryimage"},"thumbnailUrl":"https:\/\/streamingvps.com\/blog\/wp-content\/uploads\/2026\/07\/audio-loudness-normalization-live-streaming-vps.png","datePublished":"2026-07-10T08:39:27+00:00","dateModified":"2026-07-10T08:39:58+00:00","author":{"@id":"https:\/\/streamingvps.com\/blog\/#\/schema\/person\/8fd861198a1345ecbfc9758eae94b02c"},"description":"Audio loudness normalization keeps live streams and IPTV channels at a steady volume. See EBU R128 and ATSC A\/85 targets, then set up ffmpeg loudnorm on a VPS.","breadcrumb":{"@id":"https:\/\/streamingvps.com\/blog\/audio-loudness-normalization-live-streaming-vps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/streamingvps.com\/blog\/audio-loudness-normalization-live-streaming-vps\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/streamingvps.com\/blog\/audio-loudness-normalization-live-streaming-vps\/#primaryimage","url":"https:\/\/streamingvps.com\/blog\/wp-content\/uploads\/2026\/07\/audio-loudness-normalization-live-streaming-vps.png","contentUrl":"https:\/\/streamingvps.com\/blog\/wp-content\/uploads\/2026\/07\/audio-loudness-normalization-live-streaming-vps.png","width":1200,"height":628},{"@type":"BreadcrumbList","@id":"https:\/\/streamingvps.com\/blog\/audio-loudness-normalization-live-streaming-vps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/streamingvps.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Audio Loudness Normalization for Live Streaming: How to Hit EBU R128 &#038; ATSC A\/85 on a VPS"}]},{"@type":"WebSite","@id":"https:\/\/streamingvps.com\/blog\/#website","url":"https:\/\/streamingvps.com\/blog\/","name":"StreamingVPS.com","description":"Get a pre-installed streaming VPS from StreamingVPS.com and go live in 60 seconds","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/streamingvps.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/streamingvps.com\/blog\/#\/schema\/person\/8fd861198a1345ecbfc9758eae94b02c","name":"Ashwin Kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/dfb7983b2d5500919043492235b96261bb04f4f2eda824a88dd05cb015ecc541?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/dfb7983b2d5500919043492235b96261bb04f4f2eda824a88dd05cb015ecc541?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/dfb7983b2d5500919043492235b96261bb04f4f2eda824a88dd05cb015ecc541?s=96&d=mm&r=g","caption":"Ashwin Kumar"},"description":"Ashwin Kumar Rajpurohit is the CEO &amp; Co-Founder of Logosys Software Solutions Private Limited and Logosys Cloud Private Limited, with more than 15 years of experience in the broadcast automation, live streaming, and cloud hosting industries. Throughout his career, he has helped hundreds of television channels, OTT platforms, and media organizations design reliable broadcast workflows and scalable streaming infrastructure. At Logosys, Ashwin has led the development of broadcast playout automation software, cloud-based streaming solutions, VPS infrastructure, CDN platforms, and managed hosting services used by broadcasters and content creators across India and internationally. His expertise spans live video streaming, IPTV, OTT delivery, SRT, HLS, MPEG-TS, cloud architecture, virtualization, dedicated streaming servers, and high-availability media infrastructure. Through the StreamingVPS.com blog, Ashwin shares practical insights, real-world deployment experiences, technical tutorials, industry best practices, and performance optimization strategies for broadcasters, streaming professionals, developers, and hosting providers. His articles focus on solving real operational challenges while helping organizations build secure, scalable, and cost-effective streaming platforms. Whether you're launching a TV channel, deploying an IPTV platform, scaling live streaming infrastructure, or choosing the right cloud architecture, Ashwin's goal is to simplify complex technologies and provide actionable guidance backed by years of hands-on industry experience.","sameAs":["https:\/\/streamingvps.com\/blog"],"url":"https:\/\/streamingvps.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/streamingvps.com\/blog\/wp-json\/wp\/v2\/posts\/642","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/streamingvps.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/streamingvps.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/streamingvps.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/streamingvps.com\/blog\/wp-json\/wp\/v2\/comments?post=642"}],"version-history":[{"count":1,"href":"https:\/\/streamingvps.com\/blog\/wp-json\/wp\/v2\/posts\/642\/revisions"}],"predecessor-version":[{"id":644,"href":"https:\/\/streamingvps.com\/blog\/wp-json\/wp\/v2\/posts\/642\/revisions\/644"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/streamingvps.com\/blog\/wp-json\/wp\/v2\/media\/643"}],"wp:attachment":[{"href":"https:\/\/streamingvps.com\/blog\/wp-json\/wp\/v2\/media?parent=642"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/streamingvps.com\/blog\/wp-json\/wp\/v2\/categories?post=642"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/streamingvps.com\/blog\/wp-json\/wp\/v2\/tags?post=642"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}