mfreiholz / ts3video

A free and easy to use video conferencing plugin for TeamSpeak 3.
https://mfreiholz.de/ts3video/
51 stars 8 forks source link

Improve error correction (poor connection, high package loss) #54

Open mfreiholz opened 7 years ago

mfreiholz commented 7 years ago

The current method of handling broken streams due to lost packages is not very good. It only uses key-frames and doesn't use incremental-/golden- or resending -frames.

Step 1: Cache UDP datagrams on server and client to send them again on loss within a small time window (~500ms?)