-
Notifications
You must be signed in to change notification settings - Fork 863
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
[core] Added SRTO_ESTINPUTBW option to get estimated input bitrate #1537
[core] Added SRTO_ESTINPUTBW option to get estimated input bitrate #1537
Conversation
6cafbfa
to
8b0ca9c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes in the dox might be be needed, besides it's ok.
We probably need this option for the group as well 🤔 |
Actually we haven't properly reviewed, how reading the option from the group really works. The problem here is that the estimation facility is in the socket, so a group would have to refer to a currently running member to get this value. |
to get estimated input bitrate Co-authored-by: duB <jdube@haivision.com>
8b0ca9c
to
0b5af89
Compare
Removed changes in documentation, as they are done in #1533 |
These changes are extracted from #1383.
Added readonly
SRTO_ESTINPUTBW
socket option available viasrt_getsockopt(..)
andsrt_getsockflag(..)
.