
Setup Your Own STUN/TURN Server using Coturn
OVERVIEW It is easy to find free STUN servers but there are no free TURN servers available. We are lucky that the people at Coturn […]
OVERVIEW It is easy to find free STUN servers but there are no free TURN servers available. We are lucky that the people at Coturn […]
OVERVIEW We shall look at setting up a functional WebRTC VideoChat server using the PeerJS Library. The application will be running on Node.js on a […]
One of the biggest problems that web developers face is to run a website on their local machines under https. Using OpenSSL to generate a […]
1.Install Python3 and PIP sudo apt-get install python3 python3-pip Check Python version by typing python3 -V Check PIP version by typing pip3 -V 2.Install Django […]
In some Linux installations, installing mysql-server does not prompt for a root password for mysql, thus creating the problem where you either run mysql under […]
wget https://www.imagemagick.org/download/ImageMagick.tar.gz tar xvzf ImageMagick.tar.gz cd ImageMagick-* ./configure make sudo make install sudo ldconfig /usr/local/lib
Once you have set up a website under Apache, you would need FTP access to the website to be able to upload files. The steps […]
A lot of applications and websites incorporate face detection features , specially social network sites and photo/image databases. Using OpenCV, it is very easy to […]
The instructions given below are to be run from the terminal. This is the only list of instructions which actually worked. I have reproduced the […]
OpenCV is the best open source solution for computer vision and image recognition applications. It exists for all the major platforms. In this post, we […]
Copyright © 2021 | WordPress Theme by MH Themes