We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For v1.0.292+
Run srs-cloud in one docker, so please mount volumes if want to save data to local disk:
docker run --rm -it -p 2022:2022 -p 1935:1935/tcp \ -p 8080:8080/tcp -p 8000:8000/udp -p 10080:10080/udp -v $HOME/data:/data \ --name srs-cloud ossrs/srs-cloud:5
Note: Please use registry.cn-hangzhou.aliyuncs.com/ossrs/srs-cloud in China.
registry.cn-hangzhou.aliyuncs.com/ossrs/srs-cloud
Then open http://localhost:2022/mgmt in browser.
The volumes for srs-cloud:
/data
redis
config
record
vlive
You can change the volumes to other directories.
The text was updated successfully, but these errors were encountered:
winlinvip
No branches or pull requests
For v1.0.292+
Run srs-cloud in one docker, so please mount volumes if want to save data to local disk:
docker run --rm -it -p 2022:2022 -p 1935:1935/tcp \ -p 8080:8080/tcp -p 8000:8000/udp -p 10080:10080/udp -v $HOME/data:/data \ --name srs-cloud ossrs/srs-cloud:5
Then open http://localhost:2022/mgmt in browser.
The volumes for srs-cloud:
/data
The global data directory.redis
The redis data directory, the publish secret and record configuration.config
The mgmt password and cloud configuration.record
The record storage directory, save record files.vlive
The storage directory for virtual live, save video files.You can change the volumes to other directories.
The text was updated successfully, but these errors were encountered: