Install Admin Panel in Red5

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

Install Streaming Audio Server With Icecast 2.3.3

I need to install streaming audio server with Icecast (OGG/MP3) for one of my great client in service of http://html5.svnlabs.com/. Icecast was designed to stream any audio file using ices and icegenerator for MP3 and OGG/Vorbis audio files. I already did lot of work using Shoutcast, SAMCast and SAM Broadcaster, Its very easy to use … Read more

Kaltura Red5 iOS Live Streams Setup

We have a plugin that can be used for streaming kaltura live red5 rtmp to mobile devices. Kaltura Red5 Live Plugin take below data to segment live video stream – Red5 Live Video RTMP Stream Link – Red5 Stream Name – Publishing Folder – Publishing Link The Main feature of this plugin to show live … Read more

Create Website Thumbnails using PhantomJS

Hope you read my old article “Create WebThumb using LAMP”, it used for creating web thumbnails from Xvfb virtual framebuffer that is more time and resource consuming. Shell Script with Xvfb try to open web browsers in real remote server to capture web-thumbs… That whole setup might take a full day and image quality is … Read more

Free Cloud Server Hosting

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

Cross Browser Flash Detection in Javascript

Option 1: <script type=”text/javascript”> $(document).ready(function(){ if (navigator.mimeTypes [“application/x-shockwave-flash”] == undefined) { alert(“Flash is not insalled on your Web browser.”); } else { alert(“Flash is insalled on your Web browser.”); } }); </script>   Option 2: JavaScript Flash Detection Library (Flash Detect) <script src=”flash_detect.js”></script> <script type=”text/javascript”> if(!FlashDetect.installed){ alert(“Flash is not insalled on your Web browser.”); }else{ … Read more

Audio Video Formats

You might have problem understanding audio video formats. All formats vary from size and quality. Audio Formats WAV This is a uncompressed format used for CD quality audio. MP3 This is compressed format, it remove some frequency to optimize music files. WMA This format is developed by Microsoft used for DRM (copy protection) facility. AAC … Read more

Wowza Live Audio Video Mixing

Wowza doesn’t do transcoding. So, we highly recommend to use FOSS solutions Where we need Wowza Live Audio Video Mixing? 1) Live event is broadcasting through Wowza 2) We need a multi lingual setup somewhere and comment or transcode that live event with voice. 3) Flash client might receive the stream where Output Video Stream … Read more

Best JavaScript Obfuscator

JavaScript Obfuscator- Compress JavaScript. Minification is the practice of removing unnecessary characters from code to reduce its size, thus improving load times. JavasScript minification made easy The JavaScript compressor can compress your JavaScript. Compress formats: high ASCII, numeric encoding, normal encoding and even no encoding at all. JavaScript-Obfuscator.com’s JavaScript Compressor works with all sort of … Read more

Best HTML5 JavaScript Frameworks for Mobile Development

A unified, HTML5-based user interface system for all popular mobile device platforms, built on the rock-solid jQuery and jQuery UI foundation. Its lightweight code is built with progressive enhancement, and has a flexible, easily themeable design. jQuery mobile framework takes the “write less, do more” mantra to the next level: Instead of writing unique apps … Read more