Hello!

Juan Antonio Moreno Carmona <[email protected]> schrieb am 16.04.20 um 10:42:34 
Uhr:

> Well, if you have docker installed, what is the result of the below 
> command? Copy all four lines at once and paste them into a terminal. The 
> result should be that docker downloads the latest available version of 
> kurento, installs it and runs it.
> Take care of changing the installation path of openmeetings if it's not 
> /opt/open504.
> 
> ------------------------------------------------------------------------------------------
> 
> sudo docker run -d --name kms -p 8888:8888 --mount type=bind,\
> source=/opt/open504/webapps/openmeetings/data,\
> target=/opt/open504/webapps/openmeetings/data \
> kurento/kurento-media-server
> 
> -----------------------------------------------------------------------------------------
> 
> If the above command works, then you can check that kurento is started 
> and listening with the following command
> 
> curl -i -N \
>      -H "Connection: Upgrade" \
>      -H "Upgrade: websocket" \
>      -H "Host: 127.0.0.1:8888" \
>      -H "Origin: 127.0.0.1" \
>      http://127.0.0.1:8888/kurento
> 
> Once again, copy all six lines at once and paste them into a terminal. 
> The result should be:
> 
> HTTP/1.1 500 Internal Server Error
> Server: WebSocket++/0.7.0
> 
> I suppose you have curl installed. If not, you can install it with:
> 
> yum install curl

Thank you, very helpfull! I'll do this this evening on the real
openmeetingsserver and see how it goes.

  Andreas

Reply via email to