Search Results For "cloud"

Loading ...

Amazon S3 Expiring Link

On February 8, 2013, in Amazon Cloud EC2 S3, Cloud, HTML5, LAMP, Learning, PHP, Tips, by Sandeep Verma

Hits: 1817  I was working on Amazon S3 Cloud HTML5 MP3 Player for S3 Bucket security and Expiring Media links. <?php   if(!function_exists(‘el_crypto_hmacSHA1′)){       /**       * Calculate the HMAC SHA1 hash of a string.       *       * @param string $key The key to hash against       * @param string $data The data to hash       * @param int $blocksize Optional blocksize [...]

Backup Disk Snapshot on Google Compute Engine

On February 1, 2013, in Cloud, Google Compute Engine, Tricks, Ubuntu, by Sandeep Verma

Hits: 986  Snapshots are stored in Google Cloud Storage, which is secure, incredibly large, and remarkably inexpensive. You might want to think about whether the labor involved in saving snapshots on your local PC, with all the attendant risks of data loss. For pricing, see https://cloud.google.com/pricing/cloud-storage. For example, if you have a 10 GB snapshot, that’s [...]

Tagged with:  

Install Admin Panel in Red5

On January 23, 2013, in Flex, Learning, Open Source, Red5, Tricks, Web Streaming, by Sandeep Verma

Hits: 1387  Hope you already read our previous articles for installing Red5 on different cloud based servers… You can access Red5 Admin Panel after successful install of Red5 Server using http://your-ip-address:5080/demos/adminPanel.html Check if you have access to http://your-ip-address:5080/admin/ ?? You must double check admin application is installed in Red5 Home (i.e. /usr/share/red5/webapps) or not? If you [...]

Install Apache, PHP, MySQL on HP Cloud

On January 16, 2013, in API, CentOS, Cloud, HP Cloud, LAMP, Launch, Learning, Linux, by Sandeep Verma

Hits: 1075  I am playing with all cloud services these days, so today we will try to setup Apache, PHP, MySQL on HP Cloud. HP Cloud is based on OpenStack Compute Hope you already read our old article “Installing Apache, MySQL, PHP in CentOS 5.5 on Rackspace Cloud”? In the HP Cloud Console Area you can [...]

Tagged with:  

Install Apache, PHP, MySQL on Google Compute Engine

On January 7, 2013, in Google Compute Engine, LAMP, Launch, Learning, Ubuntu, by Sandeep Verma

Hits: 1342  I am so happy to get access for Google Compute Engine Limited Preview Google Compute is a service that provides virtual machines on Google infrastructure. Google Compute (virtual machines with distributed computing power) provides some options that enable to configure, deploy, and manage multiple virtual machines in multiple data centers. – Command-line tool called [...]

Free Cloud Storage Services

On December 31, 2012, in Amazon Cloud EC2 S3, Cloud, Google Cloud Platform, Launch, Tricks, Ubuntu, by Sandeep Verma

Hits: 1248  Cloud Storage is really a buzz word for people who are facing troubles for backups and data loss. Cloud Storage can provide tension free management of data on the fly. You can choose any cloud program below as free storage. I really like Dropbox, it is available for all devices Dropbox – Free for [...]

Tagged with:  

Free Cloud Server Hosting

Hits: 2009  Benefits of Free Cloud Hosting * Self-Managed with Console * Free storage * Easy application deployment * Production ready apps * Cloud hosts (IaaS) * Automatic backup & recovery * Server resizing * Migration facility * Portability * Cloud portability * Free bandwidth * Enhanced performance * High availability of resources * Data storage [...]

Tagged with:  

Upload Large Files from Amazon S3 Bucket to Dropbox Folder

On December 21, 2012, in Amazon Cloud EC2 S3, Amazon Web Services, API, Cloud, CURL, Learning, Linux, Node JS, by Sandeep Verma

Hits: 1607  Dropbox Uploader is a BASH script (only needs cURL) which can be used to upload, download, list or delete files from Dropbox, an online file sharing, synchronization and backup service. Usage: ./dropbox_uploader.sh COMMAND [PARAMETERS]… Secure:It’s not required to provide your username/password to this script, because it uses the official Dropbox API for authentication process. [...]

Build your business on Google Cloud Platform

Hits: 1061  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 – [...]

Amazon S3 Cloud HTML5 MP3 Player

On December 15, 2012, in Amazon Cloud EC2 S3, Amazon Web Services, Cloud, HTML5, Javascript, jQuery, PHP, Wordpress, by Sandeep Verma

Hits: 1262  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 [...]

Tagged with:  

Amazon S3 Error Handling

On December 7, 2012, in Amazon Cloud EC2 S3, Amazon Web Services, API, Cloud, CURL, LAMP, Learning, PHP, by Sandeep Verma

Hits: 1513  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, [...]

Tagged with:  

HTML5 MP3 Lyrics Player

On November 28, 2012, in Android, HTML5, Imagine, iOS, jQuery, Learning, PHP, Web Application, Web Streaming, Wowza, by Sandeep Verma

Hits: 1021   HTML5 Lyrics Karaoke Player Plugin enable wordpress users to sing and play song text lyrics. Free Features Supports MP3 formats Supports Text Song Lyrics Social Links Facebook / Twitter Works in IE, Safari, Firefox, Chrome, Opera Player have shortcode for post/page [html5lyrics id=ID] i.e. [html5lyrics id=1] Paid Features Supports MP3 formats Supports Text [...]

Tagged with:  

VOD to iOS

On July 18, 2012, in CentOS, HTML5, iOS, LAMP, Learning, Web Streaming, by Sandeep Verma

Hits: 2290  FFMpeg to encode and segment input video stream in the correct format for HTTP streaming protocol. Download & Install HTTP Live Video Stream Segmenter and Distributor # /usr/local/bin/live_segmenter <segment length> <output location> <filename prefix> <encoding profile>   M3U8 File: #EXTM3U #EXT-X-TARGETDURATION:10 #EXT-X-MEDIA-SEQUENCE:1 #EXTINF:10, http://ip-address/streamingvideo/test.m3u8-00001.ts #EXTINF:10, http://ip-address/streamingvideo/test.m3u8-00002.ts … …. #EXTINF:10, http://ip-address/streamingvideo/test.m3u8-00011.ts #EXT-X-ENDLIST Errors: Segmenter error: Could [...]

WordPress 3.4.2

On June 29, 2012, in , by Sandeep Verma

Hits: 923  We offers Product Engineering and Technology R&D services for software product development. We focus on product development, high level of technical expertise, ongoing investments in research, and an elegance approach give us a competitive edge in building software products better and faster. Our expertise in large data analytics, SaaS, cloud computing, performance engineering, and [...]

 

Amazon SES integration with Joomla

On May 24, 2012, in Amazon Web Services, Cloud, Joomla, Linux, PHP, Web Application, by Sandeep Verma

Hits: 1450  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 [...]

Get Remote Host Client IP Behind Load Balancers (ELB)

Hits: 6914  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 [...]

Tagged with:  

Data Transfer from Amazon S3 to Web Server

Hits: 1280  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 [...]

Tagged with:  

PHP Bulk Emailer

On March 25, 2012, in Amazon Cloud EC2 S3, Cloud, LAMP, Learning, Linux, Open Source, PEAR, PHP, Web Application, Web Services, Zend, by Sandeep Verma

Hits: 1741  If you send email to 5,000 people using standard PHP tools, your ISPs might be blocked in seconds. I think you already read below articles… Theory About Bulk Emails Emails are not working on server? Amazon SES – Emails In Cloud Open source – Port25 Linux Mail Servers Email’s Major Sections Header – From, [...]

Tagged with:  

Make Own CDN

Hits: 3858  Well… I am working on alternatives to make OWN CDN… I have few options to create such CDN * Google App Engine http://24ways.org/2008/using-google-app-engine-as-your-own-cdn http://www.digitalistic.com/2008/06/09/10-easy-steps-to-use-google-app-engine-as-your-own-cdn/ * Amazon EC2 Building your own CDN using Amazon EC2 from Sergey Chernyshev * Wowza http://www.wowza.com/forums/content.php?81-How-to-achieve-the-lowest-latency-from-capture-to-playback * GeoIP, NGinx, Bind, Varnish http://blog.unixy.net/2010/07/how-to-build-your-own-cdn-using-bind-geoip-nginx-and-varnish/ http://www.caraytech.com/geodns/ https://www.varnish-cache.org/ * ONApp http://onapp.com/cdn/pricing/ http://cdn.onapp.com/files/datasheets/onapp_cdn_datasheet.pdf Some Open [...]

Tagged with:  

Webisode

Hits: 1417  The webisode is simply a web episode, this is a new medium called web television that stream live broadcast, dramas, serial storyline, media events online over the Internet The webisode is web episode especially viewed at a Web site for TV show have been telecast. Technologies Used * HTTP * RSS/JSON * RTSP/RTMP * SMIL [...]

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...