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

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

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

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

Adobe Flash ExternalInterface issues with Internet Explorer

I was working for HTML5 Audio.js Player… I really like calling ExternalInterface when using SWFObject on Windows XP IE 8. You can’t use an actionscript callback for a certain set of keywords (“play”, “stop”, “tags”, “item”, “length” etc.) will break in IE and cause a javascript error. Object doesn’t support this property or method public … Read more

Online Gaming

Games on Demand for WordPress helps to integrate Game’s data using MySQL Data and API. Features: 1. Free Online Games 2. Multiplayer flash games 3. Cricket games online 4. Free racing games 5. Online sports games 6. Action games 7. Arcade games 8. strategy and puzzle games 9. Free download games PartyPoker.com is one of … Read more

Compare Flash Media Server, Wowza and Red5

Feature Flash Media Server Wowza Media Server Red5 Protocols RTMP RTMPT RTMPS RTMPE RTMPTE RTMFP RTMP RTMPT RTMPS RTMPE RTMPTE RTMP RTMPT RTMPS RTMPE RTMPTE Pricing Find here Find here Free (Open Source) Platforms Microsoft® Windows Server® 2003 with Service Pack 2 or Windows Server 2008 Linux® Red Hat® 4 or 5.2 Runs as a … Read more

Kaltura Video Platform

How to install 2 different Kaltura Video Platform on same server? 1. Community Edition v5.0.0 eagle-10-02 2. Community Edition v4.0.0 Goto kalturaCE_v5.0.0 if kalturaCE_v4.0.0 already installed Rename old databases to prefix _4 like kaltura_4 # php install.php Thank you for installing Kaltura Video Platform – Community Edition A previous installation attempt has been detected, do … Read more

VideoWhisper in Drupal

VideoWhisper.com provides web based video communication software that can be installed and integrated on virtually any type of website. VideoWhisper Live Streaming Integration in Drupal VideoWhisper Live Streaming provides web based live video streaming: http://www.videowhisper.com/?p=Drupal+Live+Streaming+Module Before installing this make sure all hosting requirements are met: http://www.videowhisper.com/?p=Requirements Install the RTMP application using these instructions: http://www.videowhisper.com/?p=RTMP+Applications Server … Read more