-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
- Currently nack is sent in a fixed intervals.
- There is no limit for how many times a nack will be sent for a single packet (current implementation sends nacks as long as either the packet arrives, or the packet is older than
max sequence number - buffer size
) - Nacked packets/nack requests are sent using the same PayloadType as normal rtp packets. It is possbile to send them in a dedicated feedback stream. This is much more complicated, and current implementation works, so it should definietly be an improvement in a separate issue.
Metadata
Metadata
Assignees
Labels
No labels