You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also found that there is only security config for user who can push rtmp flow to srs server, but the ip of push flow client may change often. Can you support it on http-callback. For example, you can support it with on_publish event. The on_connect event can not do that.
Hi, I found that http callback api has a "tcUrl": "rtmp://x/x?key=xxx" in on_connect. But there is no one in on_publish, I want to deny someone to publish rtmp stream to srs server without username and password or named token.
There is no token authentication support for http-api module.
I have found the
srs/trunk/src/app/srs_app_http_api.cpp
, but no code for this.The text was updated successfully, but these errors were encountered: