-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
srs needs to support rtmp push address with parameters appended #1059
Comments
Parameters are easy to talk about, and supporting them is relatively simple.
|
I used nginx rtmp to create a redirect, combined with lua authentication, and added support for delayed backend parameters. The vhost is something that needs to be considered.
|
SRS2h supports this method, and the posterior approach is more in line with normal habits. Reference:
|
Please test various URLs to ensure that they are all supported and check if any new bugs have been introduced. Please help to test about all URLs. Please file issues if introduced new bug.
|
Thank you
|
The address format
rtmp://127.0.0.1:1935/app?vhost=host1¶m1=a¶m2=b/stream123
is currently supported by SRS.The address format
rtmp://127.0.0.1:1935/app/stream123?vhost=host1¶m1=a¶m2=b
is currently not supported.However, common platforms like Alibaba Cloud use the latter format. It is hoped that both formats of RTMP streaming addresses can be supported.
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered: