Re: No possibility to access camera and microphone

2020-03-25 Thread Maxim Solodovnik
Answered in separate thread :))

On Wed, 25 Mar 2020 at 13:43,  wrote:

> Not yet solves because my server runs a 32 bit system and migration to 64
> bi is a massive task now
> I cannot do. So I must investigate how I can get kurento-media-server for
> 32 bit.
>
>
>

-- 
WBR
Maxim aka solomax


Re: No possibility to access camera and microphone

2020-03-24 Thread df8oe
Not yet solves because my server runs a 32 bit system and migration to 64 bi is 
a massive task now
I cannot do. So I must investigate how I can get kurento-media-server for 32 
bit.




Re: No possibility to access camera and microphone

2020-03-24 Thread Maxim Solodovnik
This network calculator was written for `OM3`
This version (as well as OM4) is based on Red5 and audio/video stream
options can be set via parameters

OM5 uses WebRTC which chooses stream parameters based on it's own
algorithms (it also chooses cam resolution, you can provide a hint for it)
It also uses different codecs (and most probably sort of dynamic FPS)
So it is near to impossible to provide realistic calculator :(((

I would say current calculator perform some basic math on previously
measured bandwidth for single steam with different resolutions
This measurements need to be done for recent version

@Denis maybe you can help?

On Wed, 25 Mar 2020 at 13:09, Andrea Croci  wrote:

> Well, Maxim, sorry if I hijack this thread, but I would be interested in
> hearing you opinion on the bandwidth. Are the numbers on the Website
> realistic? It seems to me that the requirements are too high. Doesn't
> IPv6 have a multicast-type address on purpose for this, that send one
> packet out and all the computers in the group will receive it? Or do I
> understand it wrong?
>
> Thank you.
>
> On 25.03.20 06:37, Maxim Solodovnik wrote:
> > Hello All,
> >
> > It seems you solve all the problems while I was sleeping?
> > Are there any open questions remain?
> >
>
>

-- 
WBR
Maxim aka solomax


Re: No possibility to access camera and microphone

2020-03-24 Thread Andrea Croci

Well, Maxim, sorry if I hijack this thread, but I would be interested in
hearing you opinion on the bandwidth. Are the numbers on the Website
realistic? It seems to me that the requirements are too high. Doesn't
IPv6 have a multicast-type address on purpose for this, that send one
packet out and all the computers in the group will receive it? Or do I
understand it wrong?

Thank you.

On 25.03.20 06:37, Maxim Solodovnik wrote:

Hello All,

It seems you solve all the problems while I was sleeping?
Are there any open questions remain?





Re: No possibility to access camera and microphone

2020-03-24 Thread Maxim Solodovnik
Hello All,

It seems you solve all the problems while I was sleeping?
Are there any open questions remain?

On Wed, 25 Mar 2020 at 03:19, Marcus Schulz  wrote:

> That's my /etc/apt/sources.list.d
>
> deb [arch=amd64] http://ubuntu.openvidu.io/6.10.0 bionic kms6
> deb [arch=amd64] http://mirror.yandex.ru/ubuntu/ bionic main restricted
> deb [arch=amd64] http://mirror.yandex.ru/ubuntu/ bionic universe
>
> apt update
>
> then it worked. just installed it
>
> Am Dienstag, den 24.03.2020, 18:18 +0100 schrieb df...@gmx.de:
>
> yes - already done.
>
>
> $ apt-get install kurento-media-server
>
> Paketlisten werden gelesen... Fertig
>
> Abhängigkeitsbaum wird aufgebaut.
>
> Statusinformationen werden eingelesen Fertig
>
> E: Paket kurento-media-server kann nicht gefunden werden.
>
>
> $ apt-cache search kurento
>
> kms-cmake-utils - Kurento CMake utils
>
> kurento-module-creator - Kurento Module Creator
>
>
> There is no kurento-media-server.
>
>
> Am Dienstag, 24. März 2020, 18:01:50 CET schrieb Maxim Solodovnik:
>
> The steps for Ubuntu 18.04
>
>
> sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83
>
>
> sudo tee "/etc/apt/sources.list.d/kurento.list" >/dev/null <
> # Kurento Media Server - Release packages
>
> deb [arch=amd64]
>
> http://ubuntu.openvidu.io/6.13.0
>
>  $DISTRO kms6
>
>
> EOF
>
>
>
>
>
>

-- 
WBR
Maxim aka solomax


Re: No possibility to access camera and microphone

2020-03-24 Thread Marcus Schulz
That's my /etc/apt/sources.list.d
deb [arch=amd64] http://ubuntu.openvidu.io/6.10.0 bionic kms6deb [arch=amd64] 
http://mirror.yandex.ru/ubuntu/ bionic main restricteddeb [arch=amd64] 
http://mirror.yandex.ru/ubuntu/ bionic universe
apt update
then it worked. just installed it
Am Dienstag, den 24.03.2020, 18:18 +0100 schrieb df...@gmx.de:
> yes - already done.
> $ apt-get install kurento-media-serverPaketlisten werden gelesen... 
> FertigAbhängigkeitsbaum wird aufgebaut.   Statusinformationen werden 
> eingelesen FertigE: Paket kurento-media-server kann nicht gefunden werden.
> $ apt-cache search kurentokms-cmake-utils - Kurento CMake 
> utilskurento-module-creator - Kurento Module Creator
> There is no kurento-media-server.
> Am Dienstag, 24. März 2020, 18:01:50 CET schrieb Maxim Solodovnik:
> > The steps for Ubuntu 18.04
> > sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83
> > sudo tee "/etc/apt/sources.list.d/kurento.list" >/dev/null < > Media Server - Release packagesdeb [arch=amd64] 
> > http://ubuntu.openvidu.io/6.13.0 $DISTRO kms6
> > EOF
> 
> 
> 


Re: No possibility to access camera and microphone

2020-03-24 Thread Stefan Kühl
Aah, ok... 

take a look at the installtion guide -> KMS has explicit support for two
Long-Term Support (_LTS_) versions of Ubuntu: UBUNTU 16.04 (XENIAL) and
UBUNTU 18.04 (BIONIC) (64-BITS ONLY).

Greetings 

Stefan 

Am 24.03.2020 19:38, schrieb df...@gmx.de:

> No - 32 bit OS.
> 
> Am Dienstag, 24. März 2020, 19:22:20 CET schrieb Stefan Kühl: 
> 
>> Hey @all
>> 
>> sudo apt-get update && sudo apt-get install --no-install-recommends
>> --yes \gnupg
>> 
>> sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83
>> 
>> sudo tee "/etc/apt/sources.list.d/kurento.list" >/dev/null <> # Kurento Media Server - Release packages
>> deb [arch=amd64] http://ubuntu.openvidu.io/6.13.0 bionic kms6
>> EOF
>> 
>> sudo apt-get update && sudo apt-get install --yes kurento-media-server
>> 
>> worked for me. 
>> 
>> @Andreas, please try it from scratch and by the way -> 64bit OS ?

Re: No possibility to access camera and microphone

2020-03-24 Thread Marcus Schulz
Hi,
I just subscribed  to this list. I had the same problems and managed to get it 
works after tweo nights. I needed it also for a virtual classroom (who does not 
at the moemnt?? ) and for office.Please don't blame me, if i did not follow 
some rules here at the moment.I just want to help.
My set up: ubuntu 18.04 lts image at a Strato VServer. OpenMeeting M3.
First steps:I took the installation guide for ubuntu I found at the open 
meetings project site. Worked like a charm.Then I saw green bars when someone 
spoke, but no sound and no video except my own.
first i had to run kurento not as user nobody as decribed, but I used default 
kurento. Otherwise there where exceptions cause home folder is "/nonexistent" 
and gstreamer caches failed to work.Not sure if it's important, but I fixed it 
for me. My openmeeting installation runs with user kurento also. Just change it 
in the /etc/init.d/tomcat3 skript and chown -R kurento /opt/open503 of 
course.When the compilation of ffmpeg that is made by the skript provided 
fails, just install the missing dev packages. Don't remeber all. But's that's 
easy to find out, because "make " complains about.
Then I saw in the logs that connection to kurento server fails for web sockets.
I read in the net and found that a turnserver is needed, when clients accessing 
kurento are located behind NAT. Guess almsot every home dial has such a setup, 
so I did it.If I am wrong with it, and that's only needed, If openmeetings is 
behind NAT, please tell me. Than I remove it again.
if needed:
apt-get install coturn
vi /etc/turnserver.conf
configure 
this:realm=kurento.orguser=kurento:somepasslog-file=/var/log/turnserver/turnserver.log
I think that has been all.


Then:
vi 
/etc/kurento/modules/kurento/WebRtcEndpoint.conf.iniedit:turnURL=kurento:somepass@:3478
restart everything.
Than didn't work very much better also, so I took a look at iptables log file.
I added this rules:
iptables -A INPUT -p udp -m udp  --dport 1:65535 -j ACCEPTiptables -A 
OUTPUT -p udp -m udp  --sport 1:65535 -j ACCEPTiptables -A INPUT -p udp -m 
udp --dport 3478 -j ACCEPTiptables -A OUTPUT -p udp -m udp --sport 3478 -j 
ACCEPT
Now it works for me.
There is may be missing something or useless. But finally I got a working 
solution.I am no WebRTC expert... just a JEE Developer with loves Linux for 
years :)
Any suggestions or hints if somhing is wrong or useless are welcome.
Kind regards
Marcus
Am Dienstag, den 24.03.2020, 19:22 +0100 schrieb Stefan Kühl:
> Hey @all
> sudo apt-get update && sudo apt-get install --no-install-recommends --yes \   
>  gnupg
> sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83
> 
> 
> sudo tee "/etc/apt/sources.list.d/kurento.list" >/dev/null < Media Server - Release packagesdeb [arch=amd64] 
> http://ubuntu.openvidu.io/6.13.0 bionic kms6EOF
> 
> 
> sudo apt-get update && sudo apt-get install --yes kurento-media-server
>  
> worked for me.
> @Andreas, please try it from scratch and by the way -> 64bit OS ?
> Greetz
> Stefan
> Am 24.03.2020 18:49, schrieb df...@gmx.de:
> > Am Dienstag, 24. März 2020, 18:33:34 CET schrieb Maxim Solodovnik:
> > > have you replaced $DISTRO with `bionic` ?
> > 
> >  yes, I have done so.
> >  
> > 
> > > If yes and still no luck: the only option to use docker ...
> > 
> >  seems so. Very sad: I want to go the way "use as much out of repos as
> >  possible" - but that seems to stuck here.
> >  
> >  I want to set up a possibility to serve virtual classrooms here in Germany 
> > with OM.
> >  I am an employee of a school and most commercial servers have reached their
> >  limit so education is a good that is highly needed. I will try docker 
> > solution.
> >  
> >  In parallel I am developing a server solution which is Arch-based. Here 
> > kurento-media-server
> >  is in the AURS - but I am not ready to switch from Debian to Arch at the 
> > moment...
> >  
> >  Thanks for all your efforts. You are supporting menkind :)
> >  
> >  Greetings
> >  
> >  
> >  


Re: No possibility to access camera and microphone

2020-03-24 Thread df8oe
No - 32 bit OS.


Am Dienstag, 24. März 2020, 19:22:20 CET schrieb Stefan Kühl:
> Hey @all
> 
> sudo apt-get update && sudo apt-get install --no-install-recommends
> --yes \gnupg
> 
> sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83
> 
> sudo tee "/etc/apt/sources.list.d/kurento.list" >/dev/null < # Kurento Media Server - Release packages
> deb [arch=amd64] http://ubuntu.openvidu.io/6.13.0 bionic kms6
> EOF
> 
> sudo apt-get update && sudo apt-get install --yes kurento-media-server
> 
> worked for me. 
> 
> @Andreas, please try it from scratch and by the way -> 64bit OS ? 





Re: No possibility to access camera and microphone

2020-03-24 Thread df8oe
Hi Andrea,

I do use a root server which is hosted at Hetzner, Nuernberg and I do have
a bandwidth of ~2GBit/s. Enough for our school - if the videos are reduced
to a small level. Also i Want to investigate if it is possible (and I am nearly
sure it is) to get asymmetrical video sizes (teachers % students).

But I am using to go this step-by-step. I think the situation will persist for
a longer time and solutions are fast enough if they are available in the next
weeks. My thoughts are you cannot provide it for all schools using one server.
There must be isle-solutions for each school. I know: there is a lack of 
knowledge
which is grown in the past. But I do not want to think about "why something does
not  work" but "make it possible".

But - of course - the quicker the better :)

Greetings
Andreas Richter, OBS Sulingen


Am Dienstag, 24. März 2020, 19:21:10 CET schrieb Andrea Croci:
> Excuse me if I step in the conversation, but this interests me because
> I'm also a school teacher from Germany and I obviously have the same
> problem like my colleague.
> 
> First of all let me join in thanking Maxim and all others at Apache who
> are doing a great job, giving us a great product, answering our
> questions in real time and all of this for free. You guys deserve at the
> very least the Nobel Prize.
> 
> Now to the question: I read in the bandwidth calculator that for 35
> people with audio-only (camera set to 0) you need an outbound server
> bandwidth of 52.360 kbit/s (that's 52 Mbit/s in upload!). And that is
> only one class (34 students plus the teacher). Can you imagine if the
> whole school wants to do it and has 150-200 people connected at the same
> time? (For 100 people the calculator gives 435.600 kbit/s). Does anyone
> other than Google, Cisco (with WebEx), Zoom and co. have that kind of
> bandwidth? I think for a school it's way too much. Are those numbers
> realistic or am I reading something wrong? There over 33.000 schools in
> Germany! I hope they don't all come up with the idea to use this for
> their lessons. There must be a better way.





Re: No possibility to access camera and microphone

2020-03-24 Thread Stefan Kühl
Well, 

CISCO, GOOGLE, ZOOM etc. using "tons" of balanced servers to fullfil
their tasks with at least (and at minimum) gb connection each.
But I've already got your point. It's quite impossible to get a school
ready for online learning with inbound servers without a redundant fibre
connection.
A possible solution could be, that you place the meeting server into the
internet (maybe a vps). Yes, they are not for free, but even they are
not very expensive. 

Greetings 

Stefan

Am 24.03.2020 19:21, schrieb Andrea Croci:

> Excuse me if I step in the conversation, but this interests me because
> I'm also a school teacher from Germany and I obviously have the same
> problem like my colleague.
> 
> First of all let me join in thanking Maxim and all others at Apache who
> are doing a great job, giving us a great product, answering our
> questions in real time and all of this for free. You guys deserve at the
> very least the Nobel Prize.
> 
> Now to the question: I read in the bandwidth calculator that for 35
> people with audio-only (camera set to 0) you need an outbound server
> bandwidth of 52.360 kbit/s (that's 52 Mbit/s in upload!). And that is
> only one class (34 students plus the teacher). Can you imagine if the
> whole school wants to do it and has 150-200 people connected at the same
> time? (For 100 people the calculator gives 435.600 kbit/s). Does anyone
> other than Google, Cisco (with WebEx), Zoom and co. have that kind of
> bandwidth? I think for a school it's way too much. Are those numbers
> realistic or am I reading something wrong? There over 33.000 schools in
> Germany! I hope they don't all come up with the idea to use this for
> their lessons. There must be a better way.
> 
> Thank you.
> 
> Andrea
> 
> On 24.03.20 18:49, df...@gmx.de wrote: Am Dienstag, 24. März 2020, 18:33:34 
> CET schrieb Maxim Solodovnik: have you replaced $DISTRO with `bionic` ? yes, 
> I have done so.
> 
> If yes and still no luck: the only option to use docker ... seems so. Very 
> sad: I want to go the way "use as much out of repos as
> possible" - but that seems to stuck here.
> 
> I want to set up a possibility to serve virtual classrooms here in Germany 
> with OM.
> I am an employee of a school and most commercial servers have reached their
> limit so education is a good that is highly needed. I will try docker 
> solution.
> 
> In parallel I am developing a server solution which is Arch-based. Here 
> kurento-media-server
> is in the AURS - but I am not ready to switch from Debian to Arch at the 
> moment...
> 
> Thanks for all your efforts. You are supporting menkind :)
> 
> Greetings

Re: No possibility to access camera and microphone

2020-03-24 Thread Stefan Kühl
Hey @all

sudo apt-get update && sudo apt-get install --no-install-recommends
--yes \gnupg

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83

sudo tee "/etc/apt/sources.list.d/kurento.list" >/dev/null  64bit OS ? 

Greetz 

Stefan 

Am 24.03.2020 18:49, schrieb df...@gmx.de:

> Am Dienstag, 24. März 2020, 18:33:34 CET schrieb Maxim Solodovnik: 
> 
>> have you replaced $DISTRO with `bionic` ?
> 
> yes, I have done so.
> 
>> If yes and still no luck: the only option to use docker ...
> 
> seems so. Very sad: I want to go the way "use as much out of repos as
> possible" - but that seems to stuck here.
> 
> I want to set up a possibility to serve virtual classrooms here in Germany 
> with OM.
> I am an employee of a school and most commercial servers have reached their
> limit so education is a good that is highly needed. I will try docker 
> solution.
> 
> In parallel I am developing a server solution which is Arch-based. Here 
> kurento-media-server
> is in the AURS - but I am not ready to switch from Debian to Arch at the 
> moment...
> 
> Thanks for all your efforts. You are supporting menkind :)
> 
> Greetings

Re: No possibility to access camera and microphone

2020-03-24 Thread Andrea Croci

Excuse me if I step in the conversation, but this interests me because
I'm also a school teacher from Germany and I obviously have the same
problem like my colleague.

First of all let me join in thanking Maxim and all others at Apache who
are doing a great job, giving us a great product, answering our
questions in real time and all of this for free. You guys deserve at the
very least the Nobel Prize.

Now to the question: I read in the bandwidth calculator that for 35
people with audio-only (camera set to 0) you need an outbound server
bandwidth of 52.360 kbit/s (that's 52 Mbit/s in upload!). And that is
only one class (34 students plus the teacher). Can you imagine if the
whole school wants to do it and has 150-200 people connected at the same
time? (For 100 people the calculator gives 435.600 kbit/s). Does anyone
other than Google, Cisco (with WebEx), Zoom and co. have that kind of
bandwidth? I think for a school it's way too much. Are those numbers
realistic or am I reading something wrong? There over 33.000 schools in
Germany! I hope they don't all come up with the idea to use this for
their lessons. There must be a better way.

Thank you.

Andrea

On 24.03.20 18:49, df...@gmx.de wrote:

Am Dienstag, 24. März 2020, 18:33:34 CET schrieb Maxim Solodovnik:

have you replaced $DISTRO with `bionic` ?

yes, I have done so.


If yes and still no luck: the only option to use docker ...

seems so. Very sad: I want to go the way "use as much out of repos as
possible" - but that seems to stuck here.

I want to set up a possibility to serve virtual classrooms here in Germany with 
OM.
I am an employee of a school and most commercial servers have reached their
limit so education is a good that is highly needed. I will try docker solution.

In parallel I am developing a server solution which is Arch-based. Here 
kurento-media-server
is in the AURS - but I am not ready to switch from Debian to Arch at the 
moment...

Thanks for all your efforts. You are supporting menkind :)

Greetings







Re: No possibility to access camera and microphone

2020-03-24 Thread df8oe
Am Dienstag, 24. März 2020, 18:33:34 CET schrieb Maxim Solodovnik:
> have you replaced $DISTRO with `bionic` ?

yes, I have done so.

> If yes and still no luck: the only option to use docker ...

seems so. Very sad: I want to go the way "use as much out of repos as
possible" - but that seems to stuck here.

I want to set up a possibility to serve virtual classrooms here in Germany with 
OM.
I am an employee of a school and most commercial servers have reached their
limit so education is a good that is highly needed. I will try docker solution.

In parallel I am developing a server solution which is Arch-based. Here 
kurento-media-server
is in the AURS - but I am not ready to switch from Debian to Arch at the 
moment...

Thanks for all your efforts. You are supporting menkind :)

Greetings





Re: No possibility to access camera and microphone

2020-03-24 Thread Maxim Solodovnik
have you replaced $DISTRO with `bionic` ?
If yes and still no luck: the only option to use docker ...

On Wed, 25 Mar 2020 at 00:18,  wrote:
>
> yes - already done.
>
> $ apt-get install kurento-media-server
> Paketlisten werden gelesen... Fertig
> Abhängigkeitsbaum wird aufgebaut.
> Statusinformationen werden eingelesen Fertig
> E: Paket kurento-media-server kann nicht gefunden werden.
>
> $ apt-cache search kurento
> kms-cmake-utils - Kurento CMake utils
> kurento-module-creator - Kurento Module Creator
>
> There is no kurento-media-server.
>
> Am Dienstag, 24. März 2020, 18:01:50 CET schrieb Maxim Solodovnik:
> > The steps for Ubuntu 18.04
> >
> > sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83
> >
> > sudo tee "/etc/apt/sources.list.d/kurento.list" >/dev/null < > # Kurento Media Server - Release packages
> > deb [arch=amd64] http://ubuntu.openvidu.io/6.13.0 $DISTRO kms6
> >
> > EOF
>
>
>
>


-- 
WBR
Maxim aka solomax


Re: No possibility to access camera and microphone

2020-03-24 Thread df8oe
yes - already done.

$ apt-get install kurento-media-server
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.   
Statusinformationen werden eingelesen Fertig
E: Paket kurento-media-server kann nicht gefunden werden.

$ apt-cache search kurento
kms-cmake-utils - Kurento CMake utils
kurento-module-creator - Kurento Module Creator

There is no kurento-media-server.

Am Dienstag, 24. März 2020, 18:01:50 CET schrieb Maxim Solodovnik:
> The steps for Ubuntu 18.04
> 
> sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83
> 
> sudo tee "/etc/apt/sources.list.d/kurento.list" >/dev/null < # Kurento Media Server - Release packages
> deb [arch=amd64] http://ubuntu.openvidu.io/6.13.0 $DISTRO kms6
> 
> EOF






Re: No possibility to access camera and microphone

2020-03-24 Thread Maxim Solodovnik
The steps for Ubuntu 18.04

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83

sudo tee "/etc/apt/sources.list.d/kurento.list" >/dev/null 
> Hi Maxim,
>
> thanks for your reply. I already have read this document. I cannot find
> a debian (or ubuntu) repository that contains kurento-media-server.
> utopic and xenial gets 503 error and bionic works but does not have
> kurento-media-server...
>
> Greetings
>
> Am Dienstag, 24. März 2020, 17:46:40 CET schrieb Maxim Solodovnik:
> > https://doc-kurento.readthedocs.io/en/stable/user/installation.html
>
>
>
>


-- 
WBR
Maxim aka solomax


Re: No possibility to access camera and microphone

2020-03-24 Thread df8oe
Hi Maxim,

thanks for your reply. I already have read this document. I cannot find
a debian (or ubuntu) repository that contains kurento-media-server.
utopic and xenial gets 503 error and bionic works but does not have
kurento-media-server...

Greetings

Am Dienstag, 24. März 2020, 17:46:40 CET schrieb Maxim Solodovnik:
> https://doc-kurento.readthedocs.io/en/stable/user/installation.html






Re: No possibility to access camera and microphone

2020-03-24 Thread Maxim Solodovnik
https://doc-kurento.readthedocs.io/en/stable/user/installation.html

On Tue, 24 Mar 2020 at 23:37,  wrote:
>
> ...but now next struggling starts:
> Installing kurento-media-server locally on Debian 9 using .deb package.
> I have not found any repo containig that. I got a repo that contains
> kms-cmake-utils and kurento-module-creator - but not kurento-media-server...
>
> Greetings
>
>
> Am Dienstag, 24. März 2020, 17:24:50 CET schrieb Stefan Kühl:
> > Great!
> >
>
>
>
>
>


-- 
WBR
Maxim aka solomax


Re: No possibility to access camera and microphone

2020-03-24 Thread df8oe
...but now next struggling starts:
Installing kurento-media-server locally on Debian 9 using .deb package.
I have not found any repo containig that. I got a repo that contains
kms-cmake-utils and kurento-module-creator - but not kurento-media-server...

Greetings


Am Dienstag, 24. März 2020, 17:24:50 CET schrieb Stefan Kühl:
> Great! 
> 







Re: No possibility to access camera and microphone

2020-03-24 Thread Stefan Kühl
Great! 

Stefan 

Am 24.03.2020 17:07, schrieb df...@gmx.de:

> Hi Stefan,
> 
> many thanks for removing my black hole from my eyes. I forgot to enable
> SSL support in rewriting.
> 
> Now everything is looking fine!
> 
> Am Dienstag, 24. März 2020, 16:38:25 CET schrieb Stefan Kühl: 
> 
>> Hey Andreas, 
>> 
>> using OM 5.x you need https to get access to mic and cam. Do you have an
>> certificate?

Re: No possibility to access camera and microphone

2020-03-24 Thread df8oe
Hi Stefan,

many thanks for removing my black hole from my eyes. I forgot to enable
SSL support in rewriting.

Now everything is looking fine!

Am Dienstag, 24. März 2020, 16:38:25 CET schrieb Stefan Kühl:
> Hey Andreas, 
> 
> using OM 5.x you need https to get access to mic and cam. Do you have an
> certificate? 






Re: No possibility to access camera and microphone

2020-03-24 Thread Stefan Kühl
Hey Andreas, 

using OM 5.x you need https to get access to mic and cam. Do you have an
certificate? 

Greetz 

Stefan

Am 24.03.2020 16:03, schrieb df...@gmx.de:

> I have installed OM 5.0.0-M1 on Debian 9. I previously have had OM
> in very old configurations that were working fine. But now I cannot access
> camera and/or mic on any browser. There is no popup that there is a request 
> for
> accessing camera, I cannot select camera (I have different ones installed) - 
> I only
> get message "enumerateDevices() not supported.". But cameras are working on 
> other
> webpages fine so I think it is a settings problem. As I see other functions 
> of  OM
> seem to work (I have not completely tested yet because camera and microphone
> access is the basic function that must work first).
> 
> Any hints where to look?
> 
> Best regards
> Andreas

No possibility to access camera and microphone

2020-03-24 Thread df8oe
I have installed OM 5.0.0-M1 on Debian 9. I previously have had OM
in very old configurations that were working fine. But now I cannot access
camera and/or mic on any browser. There is no popup that there is a request for
accessing camera, I cannot select camera (I have different ones installed) - I 
only
get message "enumerateDevices() not supported.". But cameras are working on 
other
webpages fine so I think it is a settings problem. As I see other functions of  
OM
seem to work (I have not completely tested yet because camera and microphone
access is the basic function that must work first).

Any hints where to look?

Best regards
Andreas