What’s the rest of your gear?
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
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! |
To @soix : Magna Mano Ultra LMS streamer Parallel stereo systems playing together in same room from common source: System A: System B: Pretty kooky, huh? |
It appears those are network stats for UDP (user datagram protocol). It's another protocol that's used in conjunction with IP, usually for applications that don't require reliable data transmission. The TCP section should be the first displayed. You can try the command 'netstat -s | less'. The vertical line before less is the pipe character (hold shift and press the backslash key). You can now scroll through the output with arrow or pgup / pgdn keys. Here's an example of output for the TCP section when I run netstat -s as root on my Mac (output truncated for length):
Here's the columns of output of netstat -i for my wi-fi adapter showing Ethernet stats:
Ierrs shows how many errors the wi-fi adapter encountered out of the number under Ipkts received.
|
- 149 posts total