Kurento bandwidth

Yes, thank I know. I dealt with mediaSoup a while :slight_smile: Can these two approaches be mixed within one application? So in case I would have to use the OFFER from the MS I could use KMS in one session and in maybe another session I would provide an OFFER and would use mediaSoup?

I was looking for a docker and found this Docker Hub The name seems to point to a “KMS” only instance, is that correct?

I’m not the docker expert, but is this supposed to be OK? I will open a new thread now

ubuntu@webrtc:~$ docker pull openvidu/openvidu-server

Using default tag: latest

Error response from daemon: manifest for openvidu/openvidu-server:latest not found: manifest unknown: manifest unknown

OpenVidu doesn’t allow to use both media servers at the same time.

Please follow the OpenVidu official deployment instructions.

Well I did. This worked

docker pull openvidu/openvidu-server:master

but not the indicated way here Docker Hub

Just a minor thing