Thank you, @kota1 and @lollipopguild ! All good inputs!
Router for Audio Streaming
I have been streaming Pandora, Spotify and Qobuz through a wifi network streamer from a Netgear AC1750 R6400v2 router with no sound quality complaints.
Recently a router firmware update failed (a known issue with these) and as a result it is no longer accessible for administration. It still seems to perform ok and accepts new devices however the network settings are "frozen" and I am unable to view device IP addresses or traffic, neither via desktop browser nor via the Nighthawk app.
I will try a factory reset but have read that quite often this does not work in these situations, so I started investigating getting a new router to be able to pull the trigger quickly if needed.
I heard/read that routers can make a difference in sound quality, beyond just being able to keep up with streaming with no buffering. I'm wondering what router experience and recommendations folks have here for reliable audio streaming with superior sound quality at a reasonable price.
Thanks!
- ...
- 149 posts total
There are several methods to monitor the performance of your network interfaces for bit errors.
On Windows, you can use the built-in Performance Monitor tool and add a counter for receive errors related to your network interface. Make sure to uncheck the processor utilization counter so it doesn't overlay the counter you added.
On Linux and macOS systems, you can type 'netstat -s' at a command prompt. On Linux, the line I look for is 'bad segments received' in the TCP section. On macOS, the relevant line is '... discarded for bad checksum'. (Note you will need to be root in order to view non-zero TCP stats on a Mac.) You can also use the 'ifconfig' command to see if there were any Ethernet receive errors (RX errors) as well.
Identifying bit errors by ear isn't all that tricky - if you hear ticks / pops / bursts of static, or have dropouts then the digital data is getting corrupted. You can find an example here - What does a bad USB (or other digital audio) cable sound like? |
Thank you, @yage ! I ran the 'netstat -s' command and I see a bunch of lines in the TCP section but no '... discarded for bad checksum'. What segment of time does this command cover? For whatever it's worth, in the UTP section I get: 396308 datagrams received Have no clue what all this means.... Cheers! |
- 149 posts total