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

PHP Bulk Emailer

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… Amazon Simple Notification Service Command Lines Theory About Bulk Emails Emails are not working on server? Amazon SES – Emails In Cloud Open source – Port25 Linux Mail Servers Email’s … Read more

Install MovieMasher

Movie Masher open source flash based online video editing software and media player is free code to white label on your web site. Movie Masher Feature Adobe Flash™ applets that provide front-end tools for common video editing tasks: * Trim, composite and timeshift video * Mix and fade multiple audio tracks * Add effects, transitions … Read more

Webisode

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 * … Read more

Install OpenMeetings

OpenMeetings – An Open Source Web Conferencing Solution that share microphone or webcam, share documents on a white board, share your screen or record meetings. Install Development Tools # yum groupinstall “Development Libraries” -y # yum groupinstall “Development Tools” -y IPTables – Make sure the following firewall ports are open 1935 (RTMP), 8088 (RTMP-Over HTTP), … Read more

Stream Live Event Using VLC Media Player

Windows Media Encoder is a media encoder developed by Microsoft which convert or capture or broadcast both prerecorded & live media like audio, video and computer screens to WMV formats for live and on-demand service. But if you are on Linux you must have some questions in mind… 1. How to Stream Online Using Internet … Read more

Advanced Stream Redirector

The Advanced Stream Redirector (ASX) format is used to store playlist of Windows Media files for a multimedia presentation using HTTP, RTSP and MMS streaming protocols. ASF (Advanced Streaming Format) is a streaming media format developed by Microsoft. ASF files contain video, audio, slide shows and synchronized events for WMV files. * The ASF file … Read more

SoundCloud Application

Connect the World of Sound * Share : http://developers.soundcloud.com/blog/sharing-sounds * Stream : http://developers.soundcloud.com/blog/stream-and-download * Customize : http://developers.soundcloud.com/blog/custom-players SoundCloud Widgets http://soundcloud.com/pages/widgets http://soundcloud.com/svnlabs API | Javascript SDK | Widget | Custom Player | oEmbed API Wrapper for SoundCloud written in PHP with support for authentication using OAuth 2.0 <?php try {     $response = json_decode($soundcloud->get(‘me’), true); } catch … Read more

PHP Proxy Script

Glype web-based proxy provides a proxy service to users via a web browser. A proxy service downloads requested web pages bypassing censorship and restrictions and forwards to the user.. Free for personal use and affordable licensing options for commercial use. Source Viewable and webmasters may modify the source code subject to the terms of the license. … Read more

BigBlueButton API in PHP

BigBlueButton supports sharing of slides (PDF and PPT), video, whiteboard, chat, voice (using Asterisk or FreeSWITCH), and desktops. It’s built using over many open source components, runs on Mac, Unix, and PC computers, and is supported by a community that cares about good design and a streamlined user experience. BigBlueButton is built using the following … Read more