You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A nice feature would be to introduce FEC on messages that are fragmented, trading bandwidth for reliability. This is specially useful on scenarios where clients are far from a streaming server.
Reed-Solomon would be enough, a message could be reconstructed using 2 out of 3 packets, 3 out of 4, etc, avoiding retransmition in most cases, saving a lot of round trips.
The text was updated successfully, but these errors were encountered:
A nice feature would be to introduce FEC on messages that are fragmented, trading bandwidth for reliability. This is specially useful on scenarios where clients are far from a streaming server.
Reed-Solomon would be enough, a message could be reconstructed using 2 out of 3 packets, 3 out of 4, etc, avoiding retransmition in most cases, saving a lot of round trips.
The text was updated successfully, but these errors were encountered: