<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:bugzilla@victortoso.com" title="Victor Toso <bugzilla@victortoso.com>"> <span class="fn">Victor Toso</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - Audio lag issue in large bandwidth network"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96208">bug 96208</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>bugzilla@victortoso.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>NOTOURBUG
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - Audio lag issue in large bandwidth network"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96208#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - Audio lag issue in large bandwidth network"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96208">bug 96208</a>
              from <span class="vcard"><a class="email" href="mailto:bugzilla@victortoso.com" title="Victor Toso <bugzilla@victortoso.com>"> <span class="fn">Victor Toso</span></a>
</span></b>
        <pre>(In reply to Dharmesh from <a href="show_bug.cgi?id=96208#c0">comment #0</a>)
<span class="quote">> Hello,

> I am using aSpice client installed on custom Android device with dual core
> processor and 1 GB RAM. I have both Ethernet and WiFi network interface.

> Spice server(0.12.7) and Qemu configured in Ubuntu(14) Linux machine. The VM
> guest OS(Buildroot) plays SWF flash animation file with audio.

> I have faced audio lag issue about around 1 second through Ethernet and for
> different routers with Higher bandwidth.

> In some routers, I have got audio sync and all things work perfect.</span >

I don't really think the problem is the network but the audio decoding.

<span class="quote">> I have checked VM logs and found that the low bandwidth messages for routers
> which work for me while others have higher bandwidth values.</span >

How cool is that? With lower bandwith the audio works! In the code I can see on
sound.c:

<span class="quote">> delay_val = main_channel_client_is_low_bandwidth(mcc) ? 0 : 1; 
> if (setsockopt(stream->socket, IPPROTO_TCP, TCP_NODELAY, &delay_val, sizeof(delay_val)) == -1) {</span >
...

But I don't really think it would be related to your problem.

<span class="quote">> I have checked same behavior in Samsung Galaxy Note-II phone. 

> Can any one help me to solve this issue??</span >

I have played with real-time audio decoding on Android and I got really
frustrated with the outcome. That was 3 years ago so I hope it is much better
now. That being aSpice is not really maintained by us so I'm not sure how we
can help with this client.

If this client is based on spice-gtk, one could play with SPICE_DISABLE_CELT or
SPICE_DISABLE_OPUS but I'm not aware of other ways to change audio
configuration.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>