christf / snapcastc

C implementation of snapcast focussing on audio quality and ease of maintenance.
GNU General Public License v3.0
39 stars 6 forks source link

Audio still missing on client even after resend #48

Closed christf closed 4 years ago

christf commented 4 years ago

When RE-SENT PACKET WITH id 22953 is visible In the server log, after the buffer-time, the client audibly stutters.

This means the network dropout compensation is still buggy.

Also, sometimes (TM) there are audible artifacts and noise when retransmits happen.

christf commented 4 years ago

this was due to memory corruption. closing for now.