<div dir="ltr">Dear Patrick,<div><br></div><div>> We saw that the following commands are coming from the Backend IceCast Proxy to the Android STB</div>Icecast does not explicitly send any commands to its clients (players). It simply pushes audio streams and a little bit of metadata (title, artist, bitrate, etc.) over HTTP.<div><br></div><div>HTTP protocol and Icecast do allow embedding arbitrary HTTP protocol headers [0] and send them to the client, and it would be up to the client to interpret them. However, these headers are rather static, and can not be changed dynamically on the fly. If your media sources require different but static adjustment of loudness (e.g. "Radio 1" always needs "+10" adjustment, and "radio 2" always nesds "-5" adjustment), then you can set it in your custom HTTP headers per mount point, and process those settings in your client (ExoPlayer in STB?) to change volume. With a bit of software development you could make it possible to adjust HTTP headers dynamically [1]. To do so you would need to continuously monitor loudness of source media streams and send metadata update commands to the Icecast server.</div><div><br></div><div>Another possible solution would be to add a software between your original media sources (radio stations) and Icecast, which will normalize loudness and then push modified audio to Icecast as a media source. Some possible media source clients are listed [2] on Icecast web site.</div><div><br></div><div>[0] - <a href="https://icecast.org/docs/icecast-2.4.1/config-file.html#mountsettings">https://icecast.org/docs/icecast-2.4.1/config-file.html#mountsettings</a> , look for <http-headers> description</div><div>[1] - in a way similar to stream Metadata updates <a href="https://icecast.org/docs/icecast-2.4.1/admin-interface.html">https://icecast.org/docs/icecast-2.4.1/admin-interface.html</a></div><div>[2] - <a href="https://icecast.org/apps/">https://icecast.org/apps/</a></div><div><br></div><div>Best regards,</div><div>Roman Gorshunov</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 25 Aug 2022 at 12:48, <<a href="mailto:Patrick.Schneider1@swisscom.com">Patrick.Schneider1@swisscom.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div class="msg554009646005795158">





<div lang="DE-CH" style="word-wrap:break-word">
<div class="gmail-m_554009646005795158WordSection1">
<p class="MsoNormal"><span lang="EN-US" style="font-size:10pt;font-family:"Trebuchet MS",sans-serif;color:rgb(68,84,106)">Dear Roman<br>
<br>
Thank you for your answer.<br>
<br>
We as Swisscom Switzerland are in a difficult situation. We have around 1'000 Live / Replay TV Channels and 500 Radio Channels on our Platform.<br>
For Live TV we could manage the Loudness in the Transcoder/Encoding Settings. We were able to measure and align all Loudness differences and adjust to -23dB.<br>
Zapping from one TV Channel to another makes no audible difference anymore.<br>
<br>
The Problem is the change from Live TV to Radio on our Android Set-Top-Box.<br>
We are looking for a solution to align the Radio Loudness over the 500 Radio Channels.<br>
<br>
So you don't see any possibility to send an ExoPlayer message (like a Metadata) to the Player?<br>
<br>
We saw that the following commands are coming from the Backend IceCast Proxy to the Android STB:<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10pt;font-family:"Trebuchet MS",sans-serif;color:rgb(68,84,106)"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10pt;font-family:"Trebuchet MS",sans-serif;color:rgb(68,84,106)">tvlib.ExoRadioPlayer: onPlaybackStateChanged(state=Idle)<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10pt;font-family:"Trebuchet MS",sans-serif;color:rgb(68,84,106)">tvlib.ExoRadioPlayer: onIsLoadingChanged(isLoading=false)<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-bottom:12pt"><span lang="EN-US" style="font-size:10pt;font-family:"Trebuchet MS",sans-serif;color:rgb(68,84,106);background-color:yellow">tvlib.ExoRadioPlayer: onPlaybackStateChanged(state=Buffering)</span><span lang="EN-US" style="font-size:10pt;font-family:"Trebuchet MS",sans-serif"><u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10pt;font-family:"Trebuchet MS",sans-serif;color:rgb(68,84,106)">Why not adding a ExoPlayer Volume Parameter within the Radio Channel start<br>
For example …<br>
</span><span lang="EN-US" style="font-size:10pt;font-family:"Courier New"">exoPlayer.sendMessage(audioRenderer, MediaCodecAudioTrackRenderer.MSG_SET_VOLUME,
<span style="color:black;background-color:yellow">0</span><span style="background-color:yellow">.<span style="color:black">9</span>f</span>);</span><span lang="EN-US" style="font-size:10pt;font-family:"Trebuchet MS",sans-serif;color:rgb(68,84,106)"><br>
<br>
<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10pt;font-family:"Trebuchet MS",sans-serif;color:rgb(68,84,106)"><br>
A static setting on the ExoPlayer in the client is not an option, because the Player is also used by other applications.<br>
Changing Volume in Set-top-box will affect all applications. <br>
<br>
Sincerely,<br>
Patrick<br>
<br>
<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10pt;font-family:"Trebuchet MS",sans-serif;color:rgb(68,84,106)"><u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
<div>
<div style="border-style:solid none none;border-top-width:1pt;border-top-color:rgb(225,225,225);padding:3pt 0cm 0cm">
<p class="MsoNormal"><b><span lang="DE">Von:</span></b><span lang="DE"> Roman Gorshunov <<a href="mailto:paye600@gmail.com" target="_blank">paye600@gmail.com</a>>
<br>
<b>Gesendet:</b> Mittwoch, 24. August 2022 19:18<br>
<b>An:</b> Schneider Patrick, B2C-TSP-ITE <<a href="mailto:Patrick.Schneider1@swisscom.com" target="_blank">Patrick.Schneider1@swisscom.com</a>><br>
<b>Cc:</b> <a href="mailto:icecast-dev@xiph.org" target="_blank">icecast-dev@xiph.org</a><br>
<b>Betreff:</b> Re: [Icecast-dev] Radio Loudness<u></u><u></u></span></p>
</div>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">Hello Patrick,<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">It’s not really a media streaming server’s (Icecast) job to alter the volume. Volume is set either by the media source or in player.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">In addition to that, media streaming server does not allow clients (players) to control media source (e.g. change volume or skip tracks).<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">I might misunderstood your question though.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Best regards,<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Roman Gorshunov<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><br>
<br>
<u></u><u></u></p>
<blockquote style="margin-top:5pt;margin-bottom:5pt">
<p class="MsoNormal" style="margin-bottom:12pt">On 24 Aug 2022, at 11:11, <a href="mailto:Patrick.Schneider1@swisscom.com" target="_blank">
Patrick.Schneider1@swisscom.com</a> wrote:<u></u><u></u></p>
</blockquote>
</div>
<blockquote style="margin-top:5pt;margin-bottom:5pt">
<div>
<p class="MsoNormal"> <u></u><u></u></p>
<p class="MsoNormal"><span lang="EN-US" style="color:black">Dear All<br>
<br>
We are looking for a solution to send a volume parameter to our ExoPlayer during the icecast streaming initialization phase.<br>
Something like this …<br>
</span><span lang="EN-US" style="font-size:10pt;font-family:"Trebuchet MS",sans-serif"><br>
</span><span lang="EN-US" style="font-size:10pt;font-family:"Courier New"">Volume example:<br>
        exoPlayer.sendMessage(audioRenderer, MediaCodecAudioTrackRenderer.MSG_SET_VOLUME,
<span style="color:black;background-color:yellow">0</span><span style="background-color:yellow">.<span style="color:black">9</span>f</span>);</span><u></u><u></u></p>
<p class="MsoNormal" style="margin-bottom:12pt"><span lang="EN-US" style="font-size:10pt;font-family:"Trebuchet MS",sans-serif;color:black"><br>
Is there a way to set the icecast egress streaming with an ExoPlayer default Volume?<br>
<br>
Sincerely,<br>
Patrick<br>
<br>
<br>
</span><u></u><u></u></p>
<p class="MsoNormal" style="margin-bottom:12pt"><span lang="EN-US" style="font-size:10pt;font-family:"Trebuchet MS",sans-serif;color:rgb(68,84,106)"> </span><u></u><u></u></p>
<p class="MsoNormal">_______________________________________________<br>
Icecast-dev mailing list<br>
<a href="mailto:Icecast-dev@xiph.org" target="_blank">Icecast-dev@xiph.org</a><br>
<a href="http://lists.xiph.org/mailman/listinfo/icecast-dev" target="_blank">http://lists.xiph.org/mailman/listinfo/icecast-dev</a><u></u><u></u></p>
</div>
</blockquote>
</div>
</div>

</div></blockquote></div>