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

Raise the default ReceiveMTU to 1500 #2932

Closed
wants to merge 0 commits into from
Closed

Conversation

braveyao
Copy link

Description

Raise the default ReceiveMTU to 1500, as same as the default MTU setting of WebRTC.
This is because some senders, i.e. FFmpeg, may packetize RTP with 1460 payload + 12 RTP header + etc.

Reference issue

Fixes #2927

@Sean-Der
Copy link
Member

LGTM @braveyao! Can you rebase and I will merge

@braveyao
Copy link
Author

Hi, it's based on the latest and I ran "pull --rebase" again. It says rebase will update the PR automagically, but I didn't see anything noticeable. What's the status at your side? Anything else I missed?

@Sean-Der
Copy link
Member

Merged with 8fbf821

@braveyao I also added you to pion org. You can push branches directly to repo now, should make things easier!

@braveyao
Copy link
Author

Nice! I'm a Pion member now! 👍

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

Successfully merging this pull request may close these issues.

"short buffer" error when the incoming RTP has 1460 payload length.
2 participants