<div dir="ltr">Thanks Dragos,<div><br></div><div>I assume I will be setting those parameters during initialization of encoder right?</div><div>Question is, if connection gets too lossy, how will opus adapt to it? Can it automatically shift bitrate down to minimize impact?</div><div>Mark from IRC suggests that the app has to be aware of the losses and change it on the fly.</div><div>Has anybody on the list tried this?</div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">Kelvin Chua</div></div>
<br><div class="gmail_quote">On Wed, Mar 4, 2015 at 5:53 PM, Dragos Oancea <span dir="ltr">&lt;<a href="mailto:droancea@yahoo.com" target="_blank">droancea@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="color:#000;background-color:#fff;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px"><div dir="ltr"><span>Hi Kelvin,</span></div><div dir="ltr"><span><br></span></div><div dir="ltr"><span>You can use something like :</span></div><div dir="ltr"><span>opus_encoder_ctl(enc,OPUS_SET_BITRATE(bitrate));</span></div><div>opus_encoder_ctl(enc,OPUS_SET_MAX_BANDWIDTH(bandpass));<br></div><div dir="ltr">bandpass is the audio bandpass , eg: OPUS_BANDWIDTH_WIDEBAND .</div><div dir="ltr"><br></div><div dir="ltr">You will need to calculate the codec bitrate from the available network bitrate (by taking into account the size of the IP+UDP+RTP headers which is 40 bytes ) .<br></div><div dir="ltr">By default the audio bandwidth (bandpass) setting is OPUS_BANDWIDTH_FULLBAND , which will utilize more network bandwidth .</div><div dir="ltr"><br></div><div><br></div><div dir="ltr">Regards,</div><div dir="ltr">Dragos</div><div><br></div>  <div style="font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px"> <div style="font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px"> <div dir="ltr"> <hr size="1">  <font face="Arial"> <b><span style="font-weight:bold">From:</span></b> Kelvin Chua &lt;<a href="mailto:kelchy@gmail.com" target="_blank">kelchy@gmail.com</a>&gt;<br> <b><span style="font-weight:bold">To:</span></b> Benjamin Schwartz &lt;<a href="mailto:benjamin.m.schwartz@gmail.com" target="_blank">benjamin.m.schwartz@gmail.com</a>&gt; <br><b><span style="font-weight:bold">Cc:</span></b> <a href="mailto:opus@xiph.org" target="_blank">opus@xiph.org</a> <br> <b><span style="font-weight:bold">Sent:</span></b> Wednesday, March 4, 2015 2:27 AM<br> <b><span style="font-weight:bold">Subject:</span></b> Re: [opus] adaptive bandwidth<br> </font> </div><div><div class="h5"> <div><br><div><div dir="ltr">I am using libopus for my implementation. I wonder if anybody in the list have any experience on how to make libopus dynamically adjust its bitrate?</div>
<div>On Mar 3, 2015 10:42 PM, &quot;Benjamin Schwartz&quot; &lt;<a rel="nofollow" href="mailto:benjamin.m.schwartz@gmail.com" target="_blank">benjamin.m.schwartz@gmail.com</a>&gt; wrote:<br><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">It sounds like your software isn&#39;t adjusting the opus bitrate in response to network conditions.  For example, many WebRTC implementations do not adjust the opus bitrate, because it is small in comparison to the video bitrate.  However, opus itself does support continuously varying the bitrate over a wide range.</div>
<br><div>On Tue, Mar 3, 2015, 12:58 AM Kelvin Chua &lt;<a rel="nofollow" href="mailto:kelchy@gmail.com" target="_blank">kelchy@gmail.com</a>&gt; wrote:<br><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi guys,</div><div><br></div><div>I have been reading a lot about the &quot;adaptiveness&quot; of opus and i quote:</div><div><br></div><div>... can still change, e.g. to adapt to changing network conditions. useinbandfec ...<br></div><div><br></div><div>can somebody please enlighten me on this &quot;adaptiveness&quot;?</div><div>whatever way I do our tests, it sticks to the same sampling rate and the same average bitrate, it would go up, down a bit but that&#39;s it.</div><div>When we get some network issues, bandwidth utilization stays the same.</div><div>Am I interpreting it incorrectly?</div><br clear="all"><div><div>Kelvin Chua</div></div>
</div>
______________________________<u></u>_________________<br>
opus mailing list<br>
<a rel="nofollow" href="mailto:opus@xiph.org" target="_blank">opus@xiph.org</a><br>
<a rel="nofollow" href="http://lists.xiph.org/mailman/listinfo/opus" target="_blank">http://lists.xiph.org/mailman/<u></u>listinfo/opus</a><br>
</blockquote></div>
</blockquote></div></div><br>_______________________________________________<br>opus mailing list<br><a href="mailto:opus@xiph.org" target="_blank">opus@xiph.org</a><br><a href="http://lists.xiph.org/mailman/listinfo/opus" target="_blank">http://lists.xiph.org/mailman/listinfo/opus</a><br><br><br></div> </div></div></div> </div>  </div></div></blockquote></div><br></div>