-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
In #906, we are considering not filtering duplicate rtp packets(received after rtx packets) and instead sending them to client.
If we enable transport-cc, a transport-wide-cc-id will be set to each video packet.
On the client side, duplicate packets will be dropped by libsrtp when it attempts to decrypt them, and these packets will be marked as NR in tcc feedback.
Below is a simple example, i just motified the simulcast consumer, and sent each rtp packet twice.
Below is the pcap file:
tcc.zip
jmillan and agoenks29D