#wget http://h264.code-shop.com/download/apache_mod_h264_streaming-2.2.7.tar.gz #tar -zxvf apache_mod_h264_streaming-2.2.7.tar.gz #cd /apache_mod_h264_streaming-2.2.7 #./configure –with-apxs=`which apxs2` #make #make install #LoadModule h264_streaming_module /usr/lib/apache2/modules/mod_h264_streaming.so #AddHandler h264-streaming.extensions .mp4 #service apache2 restart The file is attached below in case the main link goes down. The link to the original download location : http://h264.code-shop.com/download/ Working on Apache/2.4.41 (Ubuntu) on day of writing. apache mod h264… Continue reading Media Streaming (MP4 file streaming) with Apache2
Google FCM all Push Notification parameters
All Firebase Push Notification parameters are available from the Google API test console. The direct link to the Send method test console – https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages/send From the above URL other details can be navigated to. To open the console click on the “Try it!” blue button on right. Now clicking the blue dots in the basic… Continue reading Google FCM all Push Notification parameters
PHP QR Code Generate
In one of my projects I suddenly needed to generate QR code. I tried searching for some free QR Code generator Library, but didn’t find anything suitable and reliable except the PEAR package which I had used many years back. I was not willing to use the package as the last Alpha release was about… Continue reading PHP QR Code Generate
Outgoing email problem with Roundcube, ISPConfig 3.2 and Ubuntu 20.04 on AWS
I had setup an ISPConfig system with Roundcube on Ubuntu 20.04 hosted with AWS EC2. The setup was all fine, logged in into Roundcube and tried to send a mail. There was the problem – Roundcube says Error 250: Authentication failed. It seems others also faced the same issue and different solutions worked for different… Continue reading Outgoing email problem with Roundcube, ISPConfig 3.2 and Ubuntu 20.04 on AWS
ISPConfig 3 Showing Default Site
After a fresh install of ISPConfig 3 I added some site. Now the strange problem was HTTP version was always opening the default Apache page. But the HTTPS version was opening the proper site. Solution: Disable the default website a2dissite 000-default.conf The reason for HTTP version opening default site and HTTPS opening proper site: When… Continue reading ISPConfig 3 Showing Default Site