Hey VB'ers. I am in somewhat of a predicament. I have an applet that transmits raw wav files to a VB server which then writes it to a wave file directly. The server works perfectly on small stream times, several minutes etc. However my targeted time is 2 hours. The applet also writes locally to the system that is broadcast. There is a HUGE difference! Like 1/2 gig difference.

I am suspecting either my vb app cannot keep up enough, or there is some packet loss... Now my question... What would be the best way for my program to recover from such loss of a packet, how to detect it, that way once my program writes the wave footer and closes the file it works perfectly.

Anybody had any somewhat similar experience? Any and all help appreciated