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

Stream Publish Authentication through WebHook #3490

Closed
mekya opened this issue Aug 2, 2021 · 1 comment
Closed

Stream Publish Authentication through WebHook #3490

mekya opened this issue Aug 2, 2021 · 1 comment
Assignees

Comments

@mekya
Copy link
Contributor

mekya commented Aug 2, 2021

Is your feature request related to a problem? Please describe.
Need to specify which stream id to allow in application server

Describe the solution you'd like
Let the AMS ask to a webhook whether to allow the stream id

@cemklc
Copy link
Contributor

cemklc commented Aug 16, 2021

#3528
ant-media/StreamApp#198
https://gitlab.com/Ant-Media/Ant-Media-Enterprise/-/merge_requests/386

add webhook url to the following file;

  • <ANT_MEDIA_SERVER_DIR>/webapps/<APP_NAME>/WEB-INF/red5-web.properties
    • settings.webhookAuthenticateURL= : your-webhook-url

Based on the response to the http post, if response code is 200, the stream is allowed to publish, else, the publish is not authorized.

mekya added a commit that referenced this issue Aug 17, 2021
This was referenced Aug 24, 2021
@mekya mekya closed this as completed Jan 26, 2022
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

2 participants