-
Notifications
You must be signed in to change notification settings - Fork 632
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
Support redis in create_app.sh script #5349
Comments
Created a sample script |
Thanks, @Mohit-3196 It would be better if we make it compatible as follows. There is no need to use separate parameters for username/password and port. ./create_app.sh -n test -c true -r redis://antmedia:antmedia@127.0.0.1:6379 |
Thank you @muratugureminoglu abi for your input. Thank you |
Thank you, @Mohit-3196. Please send this as a pull request to our repository so that we can review the changes you made. |
The PR is not passing the CI, please help me with resolving this @muratugureminoglu abi. |
Thanks, @Mohit-3196 There is no change in the red5.properties file. Please check the following line. Ant-Media-Server/src/main/server/create_app.sh Lines 127 to 131 in 25fe71a
|
OK. |
I'm still working on the script to finalize it. FYI Please |
Works fine. Thank you |
I made some more detailed tests and below are the results for each case:
|
When I checked it 's working if you add -h parameter as follows.
|
Yes, it's fine abi. Thank you for your help. There's a new issue that I see and here's how to reproduce it:
Result Error logs: |
No description provided.
The text was updated successfully, but these errors were encountered: