After read your message i've installed OM 5-0-0-M3 on Centos 8following the tutorial, and two users can hear and see betweenthem with mic and cam. So, please run docker as root, if is not: # systemctl start docker.service ...stop kms if is running: # docker stop kms ...this next step is if your docker have only kms container, noany other container (we'll clear containers, no uninstall kms): # docker rm -f $(docker ps -a -q) ...now we'll put kms container in docker (OM 5.0.0-M3:
(Only one line, with space between 1 and 2, and without space between 2 and 3) # sudo docker run -d --name kms -p 8888:8888 -- mounttype=bind,source=/opt/open503/webapps/openmeetings/data,target=/op t/open503/webapps/openmeetings/data kurento/kurento-media-server ...now stop docker-service and any server as tomcat and MariaDB: # systemctl stop docker.service # /etc/init.d/tomcat3 stop # systemctl stop mariadb.service ...and reboot the machine: # reboot After reboot run the severs in this order: # systemctl start mariadb.service # systemctl start docker.service # docker start kms # /etc/init.d/tomcat3 start -------------------------------------------------------- El mar, 17-03-2020 a las 19:56 +0100, Ludovic MESSINGER escribió: > Hello, > I have installed OM 5.0.0-M3 on Cent OS 8 with the tutorial. > I haves some problems : > > I can't here and can't see other users. Poll and whiteboard is > Ok. > > > After a moment I had this message : "Multimedia server is > inaccessible" > > Do you know what the problem could be? > > > > > > PS : since I have GCC 8, I have updated the ffmpeg_centos8.sh > script by replacing : > wget > http://www.nasm.us/pub/nasm/releasebuilds/2.13.02/nasm-2.13.02. > tar.bz2 > > by wget > https://www.nasm.us/pub/nasm/releasebuilds/2.14.02/nasm-2.14.02 > .tar.bz2 > Regards, > > Ludovic > > > > > > > > > >
