Skip to content

Side-effect of sending duplicate packets to clients #1675

@penguinol

Description

@penguinol

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.

Image

Below is the pcap file:
tcc.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions