[
https://issues.apache.org/jira/browse/OPENMEETINGS-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16798805#comment-16798805
]
Maxim Solodovnik commented on OPENMEETINGS-2039:
------------------------------------------------
DockerĀ is sort of pre-configured mini-VM (might be not "mini")
when you type {{docker run ....}} you running this pre-configured VM with
default options
So in case of recording:
# you start a recording
# Kurento writes file *inside* VM
You need to provide additional configuration so written files will be available
on your host machine *outside* KMS docker VM
By default recordings are being saved into
${OM_HOME}/webapps/openmeetings/data/streams
Since OPENMEETINGS-2033 you can change the default location
So you have to run KMS docker container as
{code}
docker run -d --name kms -p 8888:8888 --mount
type=bind,source=${OM_HOME}/webapps/openmeetings/data,target=${OM_HOME}/webapps/openmeetings/data
kurento/kurento-media-server:xenial-latest
{code}
${OM_HOME} need to be replaced with *real* path
The above command need to be corrected in case you have changed OM *DATA_DIR*
PS full list of {{docker run ...}} options can be found here:
https://docs.docker.com/engine/reference/run/
> When recording the video file have errors
> ------------------------------------------
>
> Key: OPENMEETINGS-2039
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2039
> Project: Openmeetings
> Issue Type: Bug
> Affects Versions: 5.0.0
> Environment: Server and Client in the same OS: Ubuntu 18.04 - OM
> 5-2785 - Docker-kurento
> Reporter: Alvaro
> Assignee: Maxim Solodovnik
> Priority: Major
> Attachments: logs-7 OM 5-2785.zip, room recording OM 5-2785.txt
>
>
> After recording at Conference room and stopped the video have errors.
> Attached logs and recording log:
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)