Andreas
Von: "Chamberland, Martin" <martin.chamberl...@fadq.qc.ca>
An: "'user@openmeetings.apache.org'" <user@openmeetings.apache.org>
Betreff: RE: RE: kurento media server debian 10
Hi there,
Any « apt install » command somewhere ?
De : prel...@web.de [mailto:prel...@web.de]
Envoyé : 26 mai 2020 13:14
À : user@openmeetings.apache.org
Cc : 'user@openmeetings.apache.org' <user@openmeetings.apache.org>
Objet : Aw: RE: kurento media server debian 10
Hello everybody,
this is about the installation of the kurento-media-server under debian 10.
1) add the ubuntu (!) sources to your sources.list (or better: in a new file as follows)
su
touch /etc/apt/sources.list.d/kurento.list
nano /etc/apt/sources.list.d/kurento.list
#add the following lins in kurento.list
deb [arch=amd64] http://ubuntu.openvidu.io/6.13.2 bionic kms6
deb [arch=amd64] http://mirror.yandex.ru/ubuntu/ bionic main restricted
deb [arch=amd64] http://mirror.yandex.ru/ubuntu/ bionic universe
#2) add the following two lines to /etc/default/kurento-media-server
DAEMON_MAX_THREADS=1024
DAEMON_MAX_FILES=4096
#start the server in order to test it:
/etc/init.d/kurento-media-server start
ps -A | grep kurento
#you will get a line with a pid -> i.e. kurento-media-server is running
#stop it again
/etc/init.d/kurento-media-server start
#exit su
exit
That's it
Best Regards
Andreas
Gesendet: Dienstag, 26. Mai 2020 um 15:28 Uhr
Von: "Chamberland, Martin" <martin.chamberl...@fadq.qc.ca>
An: "'user@openmeetings.apache.org'" <user@openmeetings.apache.org>
Betreff: RE: kurento media server debian 10
HI there,
Can you provide how exactly you succesfully install Kurento-Media-Server on Debian 10.3
We are working on a installation of OpenMeetings 5.x on Debian Buster, but we had to run Kurento-Media-Server with Docker.
Thank’s in advance.
De : Maxim Solodovnik [mailto:solomax...@gmail.com]
Envoyé : 26 mai 2020 09:25
À : prel...@web.de
Cc : Openmeetings user-list <user@openmeetings.apache.org>
Objet : Re: kurento media server debian 10
Thanks for the hint Andreas!
Please write to the user@ list (in CC), so all OM users can benefit
You need to subscribe before posting: https://openmeetings.apache.org/mailing-lists.html :)
On Tue, 26 May 2020 at 00:24, <prel...@web.de> wrote:
Hi Maxim,
I tried to start the kurento-media-server under debian 10 and faced the following issue:
"Pipe call failed"
I guess debian has more restrictions than Ubuntu and thus there are not enough file descriptors available to start the server (you find out through ulimit -a)
solution: add the following two lines to /etc/default/kurento-media-server
DAEMON_MAX_THREADS=1024
DAEMON_MAX_FILES=4096
May be you find this hint a kind of useful when you try to set up openmeetings on debian 10.
Best regards
Andreas
--
Best regards,
Maxim