Re: kurento-media-server for 32bit systems

2020-03-25 Thread Maxim Solodovnik
Well, you can see the video because video from your camera is being displayed to you :) WebRTC is P2P and should work without central server BUT this automatically means you should have enough bandwidth to send your audio/video to all parties (outbound bandwidth is usually much smaller than inbound

Re: kurento-media-server for 32bit systems

2020-03-25 Thread df8oe
Docker images are only available for 64 bit systems. I do not have another server at my hoster. It is 64bit capable - but the server image was grown on a 32 bit installation. As the 32 bit hardware has died 2 years ago I copied the working 32 bit system (which has tons of individual configured s

Re: kurento-media-server for 32bit systems

2020-03-25 Thread Maxim Solodovnik
Or maybe you can have KMS on the separate 64bit server in the same LAN? On Wed, 25 Mar 2020 at 14:46, Maxim Solodovnik wrote: > Maybe you can use docker? (I'm using it for development need, seems to > work :))) ) > > On Wed, 25 Mar 2020 at 14:34, wrote: > >> After digging through huge installat

Re: kurento-media-server for 32bit systems

2020-03-25 Thread Maxim Solodovnik
Maybe you can use docker? (I'm using it for development need, seems to work :))) ) On Wed, 25 Mar 2020 at 14:34, wrote: > After digging through huge installation tutorials it seems that > kurento-media-server is > only available for 64bit systems using debian package system or docker. So > I mus

kurento-media-server for 32bit systems

2020-03-25 Thread df8oe
After digging through huge installation tutorials it seems that kurento-media-server is only available for 64bit systems using debian package system or docker. So I must get another solution :(