Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packet forwarding is not supported #40

Open
Philipel-WebRTC opened this issue May 27, 2024 · 2 comments
Open

Packet forwarding is not supported #40

Philipel-WebRTC opened this issue May 27, 2024 · 2 comments

Comments

@Philipel-WebRTC
Copy link
Contributor

In the use case where a client acts as a node in a network (receiving + forwarding) it is important to preserve sequence number gaps in case of loss. Currently the sender has no way of controlling the outgoing RTP sequence number.

@aboba
Copy link
Contributor

aboba commented May 28, 2024

Are there other capabilities needed for selective forwarding, such as SSRC re-writing?

@Philipel-WebRTC
Copy link
Contributor Author

The assumptions is that a client can create RTP packets, but if we want to reuse a packet for forwarding (avoid copying it) then having mutable fields is probably necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants