Jeffrey Wolfeld:
How far off are the tracks from one another?
I most egregious example I have found was about 20 seconds. Usually they are more in the range of 3-6 seconds.
Jeffrey Wolfeld:
I want to make sure that you are actually receiving some SILENCE= tags, right? Most normal HTTP 1.1 clients automatically combine chunks and in doing so, they lose these inter-chunk tags. You probably need to code your HTTP client at the TCP level in order to capture these tags. You've probably gotten that, but I just want to make sure.
We're using our own code to parse the HTTP response and I've been over it/stepped thru it a few times making sure that it appropriately inserts silence and is reading the tags. I doubt the bug is there.
Thanks,
Dan