and I use this command to run SRS in docker docker run --rm -it -p 1935:1935 -p 8090:8090 -p 8000:8000 --env CANDIDATE=* -p 10080:10080/udp -v d:/share/:/usr/local/srs/objs/nginx/html/share/ registry.cn-hangzhou.aliyuncs.com/ossrs/srs:5 ./objs/srs -c objs/nginx/html/share/docker.conf
I tested docker images like ossrs/srs:5 5.0.210(Bee) and ossrs/srs:v6.0-d6 6.0.134(Hang), and both of them have the same error.
I also tested docker image ossrs/srs:v5.0.60 which can access to http web site, but can not play webrtc stream.
When I use same port with Http Server and Http Api to use Webrtc over tcp, reference to WebRTC over TCP, will cause http site unavailable.
Here is the error:
Here is the settings I used:
and I use this command to run SRS in docker
docker run --rm -it -p 1935:1935 -p 8090:8090 -p 8000:8000 --env CANDIDATE=* -p 10080:10080/udp -v d:/share/:/usr/local/srs/objs/nginx/html/share/ registry.cn-hangzhou.aliyuncs.com/ossrs/srs:5 ./objs/srs -c objs/nginx/html/share/docker.conf
I tested docker images like
ossrs/srs:5 5.0.210(Bee)
andossrs/srs:v6.0-d6 6.0.134(Hang)
, and both of them have the same error. I also tested docker imageossrs/srs:v5.0.60
which can access to http web site, but can not play webrtc stream.When use different ports, then all runs well.