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

Limit rtp packet payload size #364

Merged
merged 1 commit into from
Dec 5, 2023
Merged

Limit rtp packet payload size #364

merged 1 commit into from
Dec 5, 2023

Conversation

cnderrauber
Copy link
Contributor

Limit the rtp packet payload size to 1200 as same as libwebrtc limit to make sure the udp packet don't exceed mtu and udp message payload size in various network & device.

Copy link
Member

@davidzhao davidzhao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lg

Copy link
Member

@davidzhao davidzhao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also ensure that our packetizer is packetizing to 1200?

@davidzhao
Copy link
Member

we are performing packetization here

@cnderrauber
Copy link
Contributor Author

we are performing packetization here

@davidzhao The packetizer init here with rtpOuntBoundMTU(1200)

rtpOutboundMTU,

@cnderrauber cnderrauber merged commit 09d31ba into main Dec 5, 2023
1 check passed
@cnderrauber cnderrauber deleted the limit_payloadsize branch December 5, 2023 12:31
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

Successfully merging this pull request may close these issues.

2 participants