srs
srs copied to clipboard
proxy dockerfile
srs-proxy Docker image
- How to make a srs-proxy docker image?
docker build -t srs-proxy -f Dockerfile.proxy .
- How to run the proxy?
docker run --rm -it -p 1935:1935 -p 8080:8080 -p 1985:1985 -p 8000:8000/udp -p 10080:10080/udp -p 12025:12025 srs-proxy
Impl part of SRS http api proxy.
/api/v1/clientsoryx need this one to kickoff one stream,curl -X DELETE http://srs_ip:1985/api/v1/clients/[cid]/api/v1/streams/api/v1/raworyx need this one to reload the config,curl -X GET http://srs_ip:1985/api/v1/raw?rpc=reload