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

groupconnect option "1" (not "true") #2590

Merged
merged 1 commit into from Dec 22, 2022

Conversation

manueldev
Copy link
Contributor

Possible values are 0 (default) or 1. (#1268 (comment))

Possible values are 0 (default) or 1. (Haivision#1268 (comment))
@maxsharabayko
Copy link
Collaborator

SRTO_GROUPCONNECT is indeed an integer in the docs and in the URI mapping:

{ "groupconnect", 0, SRTO_GROUPCONNECT, SocketOption::PRE, SocketOption::INT, nullptr},

Thus the value "true" is invalid.

If it would have been declared as a boolean, then "true", "on" and "yes" could also be used.

@maxsharabayko maxsharabayko added this to the v1.5.2 milestone Dec 22, 2022
@maxsharabayko maxsharabayko added Type: Bug Indicates an unexpected problem or unintended behavior [docs] Area: Improvements or additions to documentation labels Dec 22, 2022
@ethouris
Copy link
Collaborator

It was changed from boolean to integer during the development and looks like not all parts of the documentation were updated.

@maxsharabayko maxsharabayko merged commit a7e4204 into Haivision:master Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[docs] Area: Improvements or additions to documentation Type: Bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants