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

SenderReport causing dropped frames #216

Open
dcerisano opened this issue Jun 5, 2016 · 0 comments
Open

SenderReport causing dropped frames #216

dcerisano opened this issue Jun 5, 2016 · 0 comments

Comments

@dcerisano
Copy link

The SenderReport seems to hard configured for TCP, but the RTSPSession is still only UDP.
What seems to be happening is the Report packet is sent with a TCP header down a UDP stream.

This is causing jank in most players every 3 seconds (the report interval). Eg, VLC seems to tolerate this, but ff/avplay does not.

By switching the SenderReport stream to UDP, and removing the TCP header and sync block, it seems to work, at least with ff/avplay (which most players are based on).

TCP is still WIP, so perhaps a roll back of SenderReport is in order.

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

1 participant