Build your business on Google Cloud Platform

Hope you already read my old article “Application Setup on Google App Engine” Google Cloud Platform allows to build applications and websites, store and analyze data on Google’s infrastructure. Features of Google Cloud Platform * Scale your app – Take advantage of the speed and scale of Google’s applications. * Focus on building – Deal … Read more

Amazon S3 Cloud HTML5 MP3 Player

Amazon S3 Cloud HTML5 Player plugin that allows you to link to your amazon S3 bucket and sets up a HTML5 Player playlist (horizontal or vertical). This plugin will support MP3 files only. Amazon S3 Cloud HTML5 MP3 Player is not associated in any way to amazon.com Get Self Hosted Amazon S3 Cloud HTML5 MP3 … Read more

Amazon S3 Error Handling

Amazon S3 PHP Class A standalone Amazon S3 (REST) client for PHP 5.2.x using CURL that does not require PEAR. AMAZON S3 (Scalable Storage in the Cloud) PHP CLASS // AWS access info if (!defined(‘awsAccessKey’)) define(‘awsAccessKey’, ‘CHANGE-KEY’); if (!defined(‘awsSecretKey’)) define(‘awsSecretKey’, ‘CHANGE-KEY’); OO method (e,g; $s3->getObject(…)): $s3 = new S3(awsAccessKey, awsSecretKey); Statically (e,g; S3::getObject(…)): S3::setAuth(awsAccessKey, awsSecretKey); … Read more

Install rtmpdump in CentOS

I was compiling FFmpeg with RTMP support, but it requires librtmp >= 2.2.f [root@svnlabs ffmpeg]# ./configure –enable-gpl –enable-nonfree –enable-libmp3lame –enable-libfaac –enable-librtmp –enable-libtheora –enable-libvorbis –enable-libx264 –enable-shared –enable-postproc –disable-yasm Package librtmp was not found in the pkg-config search path. Perhaps you should add the directory containing `librtmp.pc’ to the PKG_CONFIG_PATH environment variable No package ‘librtmp’ found ERROR: … Read more

Radio Stream Playlist

  HTML5 MP3 Player with Playlist Windows Playlist: playlist.asx <asx version = “3.0”> <Title>Radio Title</Title> <Author>https://www.svnlabs.com</Author> <Copyright>SVN Labs</Copyright> <PARAM name=”HTMLView” value=”https://www.svnlabs.com” /> <MoreInfo href=”https://www.svnlabs.com” /> <entry> <ref href=”http://stream-ip:port/stream” /> <Title>Radio Title</Title> <Author>https://www.svnlabs.com</Author> </entry> </asx>   Quicktime Playlist: playlist.qtl <?xmlversion=”1.0″?> <?quicktime type=”application/x-quicktime-media-link”?> <embed src=”icy://stream-ip:port/stream” autoplay=”true” />   Winamp Playlist: playlist.pls numberofentries=1 File1=http://stream-ip:port/stream Title1=Radio Title Length1=-1 version=2 … Read more

Amazon SES integration with Joomla

Amazon Simple Email Service (Amazon SES) is a highly scalable and cost-effective bulk and transactional email-sending service for businesses and developers. Amazon SES eliminates the complexity and expense of building an in-house email solution or licensing, installing, and operating a third-party email service. The service integrates with other AWS services, making it easy to send … Read more

Get Remote Host Client IP Behind Load Balancers (ELB)

I was working on “Private AWS Cloudfront Distribution” for AWS Elastic Load Balancer (ELB), allowing our application servers private access to our AWS cloudfront. But PHP Server Environment Variable $_SERVER[“REMOTE_ADDR”] is displaying suspicious results, it really tedious to get remote host client IP behind ELB 🙁 Now we have 2 options… 1. mod_rpaf and Amazon … Read more

Data Transfer from Amazon S3 to Web Server

We can transfer / copy Amazon S3 bucket with GB of data to EC2 machine and then transfer the data to the dedicated server. We need Amazon S3 details: Access Key: ? Secret Key: ? We need Web Server details: Host: ? User: ? Password: ? One option would be to run an Amazon EC2 … Read more

Install Wowza Examples

Wowza Media Server 3 have 2 option to install * Developer Edition (up to 10 Connections) license and all free premium AddOns. * Paid Wowza Server Install # yum install sun-java6-jre sun-java6-plugin # wget http://www.wowza.com/downloads/WowzaMediaServer-3-0-4/WowzaMediaServer-3.0.4.rpm.bin # chmod +x WowzaMediaServer-3.0.4.rpm.bin # ./WowzaMediaServer-3.0.4.rpm.bin Wowza Location /usr/local/WowzaMediaServer-3.0.4 Enter License # cd /usr/local/WowzaMediaServer-3.0.4/bin # chmod +x startup.sh # ./startup.sh … Read more

Plesk Security Vulnerability

Install “Parallels Plesk Panel Upgrade to v.10.4.4” to protect your dedicated server from potential security breaches. If you’re already running 10.4, you’re already protected from this vulnerability. Step1: Step2: Step3: Parallels offers free upgrade support. Click here [https://www.parallels.com/support/plesk/free10assistance/] for more information. Update will patch security holes outdated versions have opened…   # /usr/local/bin/perl /usr/local/cpanel/3rdparty/quickinstall/scripts/checkupdates.pl