Not sure why do you need Dockerfile :) (it is available here [3]) As described at [1] You run KMS by installing Docker and running following command in console:
docker run -d --name kms -p 8888:8888 kurento/kurento-media-server:xenial-latest [3] https://github.com/Kurento/kurento-docker/tree/master/docker On Thu, 21 Mar 2019 at 17:53, Alvaro <[email protected]> wrote: > Thanks Maxim, > > The link in [1] page: kurento-media-server/Dockerfile > <https://github.com/kurento/kurento-docker/blob/master/kurento-media-server/Dockerfile> > is 404 > > > .................... > > El jue, 21-03-2019 a las 16:35 +0700, Maxim Solodovnik escribió: > > Hello All, > > As described here [1] you can run KMS inside Docker container > This way audio/video in the room will work as expected > To make recording also possible you have to mount OM data dir (please see > [2] to enable this feature) > > here is the example of such mount > `--mount type=bind,source=/opt/omdata,target=/opt/omdata` > > [1] > https://hub.docker.com/r/kurento/kurento-media-server/#start-a-kurento-media-server-instance > [2] https://issues.apache.org/jira/browse/OPENMEETINGS-2033 > > On Sat, 9 Mar 2019 at 10:03, Maxim Solodovnik <[email protected]> > wrote: > > Github doesn't contain any download links :) > It is just mirror of Apache server :) > > Binaries are available on sources build server: > https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/ > > There is no "official" download link for 5.0 due to it wasn't officially > released yet :) > > On Sat, Mar 9, 2019, 02:50 james judge <[email protected]> > wrote: > > So I've installed the prerequisits, but don't see a version 5 on github. > is there a super secret link? I'd love to have it. > > Thank you, > James Judge > www.JamesJudge.info <http://www.jamesjudge.info/> > (570) 230-4933 > > > On Wed, Mar 6, 2019 at 9:06 AM Maxim Solodovnik <[email protected]> > wrote: > > Hello All, > > I would like to start new mail thread on topic > So we can discuss setup and other related questions here > > Multimedia functions of OM5 will not work without Kurento Media Server > (KMS) > Previous versions of OM had Red5 multimedia server bundled > Unfortunately Red5 doesn't support WebRTC > > WebRTC multimedia server also requires STUN/TURN server to work in > partially closed networks > i.e. some or all users are behind the firewall > > KMS installation is described here: > https://doc-kurento.readthedocs.io/en/stable/user/installation.html > > There are several open source STUN/TURN servers available > I have some limited experience with `coturn` server > https://github.com/coturn/coturn > > I'll to answer your questions :) > > > > > -- WBR Maxim aka solomax
