Steaming to Anti Media Server using ffmpeg
To team a video io Anti Media Server using ffmpeg command line, use ffmpeg -re -i VIDEO_FILE.mp4 -codec copy -f flv ANT_MEDIA_SERVER_RTMP_URL…
To team a video io Anti Media Server using ffmpeg command line, use ffmpeg -re -i VIDEO_FILE.mp4 -codec copy -f flv ANT_MEDIA_SERVER_RTMP_URL…
To enable firewal for Ant Media Server on Ubnuntu server, use following rules ufw allow ssh ufw allow http ufw allow https…
When adding custom SSL on Nginx Proxy Manager, i get following error. Upload failed: Certificate Key is not valid (Command failed: openssl…
On an Ubuntu server, when i login, i get following error -bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) To fix this,…
I installed OpenLiteSpeed on a server. The default PHP version was 7.3. I wanted PHP 7.4 on this server. To install PHP…
You can download webp from https://developers.google.com/speed/webp/community To install webp, run cd /usr/local/src git clone https://chromium.googlesource.com/webm/libwebp cd libwebp ./autogen.sh ./configure make make install…
You can download gifsicle from https://www.lcdf.org/gifsicle/ To install gifsicle, run cd /usr/local/src wget https://www.lcdf.org/gifsicle/gifsicle-1.92.tar.gz tar xvf gifsicle-1.92.tar.gz cd gifsicle-1.92 ./configure make make…
You can download optipng from http://optipng.sourceforge.net To install optipng, run cd /usr/local/src wget -O optipng-0.7.7.tar.gz http://prdownloads.sourceforge.net/optipng/optipng-0.7.7.tar.gz?download tar xvf optipng-0.7.7.tar.gz cd optipng-0.7.7/ ./configure…
jpegoptim is an open source image optimizer for JPEG image format. https://github.com/tjko/jpegoptim You can download latest version of from https://www.kokkonen.net/tjko/projects.html To install…
To enable logging in SFTP, edit file vi /etc/ssh/sshd_config Find Subsystem sftp /usr/libexec/openssh/sft Replace wih Subsystem sftp /usr/libexec/openssh/sftp-server -l INFO Restart sshd…
On a Virtualizor server, when starting virtnetwork, i get the following error This is because the network interface configuration doesn’t have GATEWAY…