anchao commented on PR #7616:
URL: https://github.com/apache/nuttx/pull/7616#issuecomment-1337168445

   @masayuki2009 san,
   
   I can not reproduce this issue with some network tests, I also grabbed the 
net traffic clips when playing music, please check the attachment.
   
   ```
   AEG
   telnetd [12:100]
   
   NuttShell (NSH) NuttX-10.4.0
   nsh> 
   nsh> ifconfig
   lo      Link encap:Local Loopback at RUNNING
           inet addr:127.0.0.1 DRaddr:127.0.0.1 Mask:255.0.0.0
   
   eth0    Link encap:Ethernet HWaddr 00:e0:de:ad:be:ff at UP
           inet addr:10.0.0.2 DRaddr:10.0.0.1 Mask:255.255.255.0
   
                IPv4   TCP   UDP  ICMP
   Received     000a  0000  0008  0000
   Dropped      0002  0000  0000  0000
     IPv4        VHL: 0000   Frg: 0000
     Checksum   0000  0000  0000  ----
     TCP         ACK: 0000   SYN: 0000
                 RST: 0000  0000
     Type       0000  ----  ----  0000
   Sent         0000  0000  0000  0000
     Rexmit     ----  0000  ----  ----
   nsh> iperf -s -i 1 -t 10
          IP: 10.0.0.2
   
    mode=tcp-server sip=10.0.0.2:5001,dip=0.0.0.0:5001, interval=1, time=10
   accept: 10.0.0.5,53690
   
              Interval         Transfer         Bandwidth
   
      0.00-   1.00 sec    2451340 Bytes   19.58 Mbits/sec
      1.00-   2.01 sec    4927500 Bytes   19.61 Mbits/sec
      2.01-   3.02 sec    7408040 Bytes   19.65 Mbits/sec
      3.02-   4.03 sec    9885660 Bytes   19.62 Mbits/sec
      4.03-   5.04 sec   12360360 Bytes   19.60 Mbits/sec
      5.04-   6.05 sec   14837980 Bytes   19.62 Mbits/sec
      6.05-   7.06 sec   17318520 Bytes   19.65 Mbits/sec
      7.06-   8.07 sec   19791760 Bytes   19.59 Mbits/sec
      8.07-   9.08 sec   22269380 Bytes   19.62 Mbits/sec
      9.08-  10.09 sec   24744080 Bytes   19.60 Mbits/sec
      0.00-  10.09 sec   24744080 Bytes   19.61 Mbits/sec
   iperf exit
   nsh> iperf -c 10.0.0.5 -i 1 -t 10
          IP: 10.0.0.2
   
    mode=tcp-client sip=10.0.0.2:5001,dip=10.0.0.5:5001, interval=1, time=10
   
              Interval         Transfer         Bandwidth
   
      0.00-   1.00 sec    2932736 Bytes   23.40 Mbits/sec
      1.00-   2.01 sec    6094848 Bytes   25.05 Mbits/sec
      2.01-   3.02 sec    9273344 Bytes   25.18 Mbits/sec
      3.02-   4.03 sec   12288000 Bytes   23.88 Mbits/sec
      4.03-   5.04 sec   15433728 Bytes   24.92 Mbits/sec
      5.04-   6.05 sec   18464768 Bytes   24.01 Mbits/sec
      6.05-   7.06 sec   21626880 Bytes   25.05 Mbits/sec
      7.06-   8.07 sec   24805376 Bytes   25.18 Mbits/sec
      8.07-   9.08 sec   27967488 Bytes   25.05 Mbits/sec
   tcp client send error, error code: 107, reason: Unknown error
   iperf exit
   nsh> 
   nsh> nxplayer
   NxPlayer version 1.05
   h for commands, q to exit
   
   nxplayer> play http://10.0.0.5/1.wav
   nxplayer> volume 100
   nxplayer> 
   ```
   Music playing as expected without any unsmooth situation
   
   Could you please confirm that this issue can be reproduced on the latest 
master branch ?
   
[nxplayer.pcapng.gz](https://github.com/apache/nuttx/files/10153594/nxplayer.pcapng.gz)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to