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

Feature Request: Implement srt_listen_callback() #12

Closed
eric opened this issue Nov 2, 2020 · 2 comments
Closed

Feature Request: Implement srt_listen_callback() #12

eric opened this issue Nov 2, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@eric
Copy link
Contributor

eric commented Nov 2, 2020

In reading https://github.com/Haivision/srt/blob/master/docs/AccessControl.md it discusses what can be done in the srt_listen_callback() to customize the connection based on the Stream ID. It would be nice to have this control from the golang bindings.

@jeoliva jeoliva added the enhancement New feature or request label Nov 4, 2020
jeoliva pushed a commit that referenced this issue Jun 18, 2021
Add api for SetListenCallback and SetRejectReason (#12)
@jeoliva
Copy link
Contributor

jeoliva commented Jun 18, 2021

Done by @iSchluff and merged. You can see an example about how to use this in https://github.com/Haivision/srtgo/blob/master/examples/echo-receiver/main.go

@jeoliva jeoliva closed this as completed Jun 18, 2021
@eric
Copy link
Contributor Author

eric commented Jun 18, 2021

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants