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" <[email protected]>
An: "'[email protected]'" <[email protected]>
Betreff: RE: kurento media server debian 10

cid:banner1.jpg

 

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:[email protected]]
Envoyé : 26 mai 2020 09:25
À : [email protected]
Cc : Openmeetings user-list <[email protected]>
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, <[email protected]> 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

Reply via email to