Archive

Posts Tagged ‘rtmp’

Run Red5 & Wowza Flash Media Servers on Same Linux Server

January 13th, 2010
Comments Off

This post shows how to install Wowza on a server where there is another RTMP server, already installed, i.e. Red5. Run 2 rtmp servers at same time and allow applications to connect on both simultaneously.

Read more…

Bookmark and Share

Servers, Video Streaming , , , , , , , , , , , , , , , , , ,

VideoWhisper Video Recorder

October 31st, 2009
Comments Off

The video recorder allows site users to record webcam videos easily from website pages. This can be use on various sites to implement online features like:
+ video sharing, on demand video content
+ video messaging, video email
+ video content on member profiles, video teasers, video questionnaires
+ video comments for online posts and items, video discussions, video forums

Videos are recorded as flv files on the rtmp server and can be played trough the rtmp protocol or by http players as on youtube (if published to a web accessible location).

Web Video Recording Software

  • Live Webcam Preview
  • Select webcam/microphone, configure recording resolution, framerate, sound rate
  • Record Video
  • Timer, Maximum recording time limit
  • Accept / Discard recording
  • Instant recording preview, Replay preview

For more details check the home page of VideoWhisper web based Video Recorder.

Bookmark and Share

Scripts, Video Streaming , , , , , , , , , , , , , , , , ,

Install Red5 0.9 on Linux Ubuntu

October 7th, 2009
Comments Off

This post shows how to install latest Red5 from trunk on Linux Ubuntu.

For other linux flavors (i.e. Centos) see this comprehensive tutorial Install Red5 and JDK on Centos.

Read more…

Bookmark and Share

Servers , , , , , , , , , , , , , , , , , , , , , , , ,

Live Streaming v2 by VideoWhisper

September 11th, 2009
Comments Off

VideoWhisper.com upgraded the Live Streaming application bringing several improvements and optimizations requested by users.

Live Broadcast

Some of the improvements:

  • advanced webcam settings (change realtime resolution, framerate, audio rate)
  • fullscreen button for video watching interface
  • fullscreen on click for embedded plain video stream interface
  • generate updated jpg snapshots for each live stream
  • timers (displayed on each interface depending on settings) can be used to control access, integrate in pay per view systems
  • multiple new options and parameters passed from script side

Also some RTMP application improvements should be mentioned like external player support and live video archiving as FLV for the Red5 application.

Upgrades are available for download on VideoWhisper.com and do not involve any costs for free or paid licenses.

First edition available with the upgrade is the PHP edition. The rest should follow shortly.

Bookmark and Share

Scripts, Video Chat, Video Streaming , , , , , , , , , , , , , , , , , , , , , , , , , ,

Use JW Player to play VideoWhisper application streams

August 28th, 2009
Comments Off

With the latest VideoWhisper rtmp applications versions, webmasters can enable external player support (both for FMIS and Red5).  This can be enabled from  RTMP Application Settings.

You need to have allowPlayers=true for FMIS or acceptPlayers=true for Red5 . These settings are turned on by default.

This will allow playing a stream published by a VideoWhisper flash application like Live Streaming with an external player like JW Player.

Demo:

Publish a stream from Live Streaming Demo (i.e. Studio1) and then view it on JW Player. Update channel name in link if you’re using a different one.

Here is the code to embed JW Player:

<?
include(“settings.php”);
$stream=$_GET['n'];
?>
<object id=”player” classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ name=”player” width=”328″ height=”260″>
<param name=”movie” value=”player.swf” />
<param name=”allowfullscreen” value=”true” />
<param name=”allowscriptaccess” value=”always” />
<param name=”flashvars” value=”file=<?=
urlencode($stream)?>.flv&streamer=<?=urlencode($rtmp_server)?>&autostart=true” />
<object type=”application/x-shockwave-flash” data=”player.swf” width=”328″ height=”260″>
<param name=”movie” value=”player.swf” />
<param name=”allowfullscreen” value=”true” />
<param name=”allowscriptaccess” value=”always” />
<param name=”flashvars” value=”file=<?=
urlencode($stream)?>.flv&streamer=<?=urlencode($rtmp_server)?>&autostart=true” />
<p><a href=”http://get.adobe.com/flashplayer”>Get Flash</a> to see this player.</p>
</object>
</object>

Also this code could be used for playing a Studio1 stream broadcaster with VideoWhisper Live Streaming. Make sure you have swobject.js and player-viral.swf in that folder.

<script type='text/javascript' src='swfobject.js'></script>

<div id='mediaspace'>This text will be replaced</div>

<script type='text/javascript'>
  var so = new SWFObject('player-viral.swf','mpl','320','320','9');
  so.addParam('allowfullscreen','true');
  so.addParam('allowscriptaccess','always');
  so.addParam('wmode','opaque');
  so.addVariable('file','Studio1.flv');
  so.addVariable('volume','5');
  so.addVariable('streamer','rtmp://your-rtmp-server/videowhisper');
  so.addVariable('autostart','true');
  so.addVariable('quality','false');
  so.write('mediaspace');
</script>

JW Player Demo

Interesting Plugins:

  • Adtonomy Text Ads Plugin lets you run your own text ads within the JW FLV Player
  • Google Analytics plugin for the JW Player is designed to help you understand how well your video content is performing online
  • LongTail’s AdSolution allows you to run pre-roll, overlay mid-roll, and post-roll advertisements in your media player
  • LongTail Video’s Adtonomy Plugin lets you run your own FLV advertisements within the JW FLV Player
  • Viral, a video distribution plugin, supports three main functions: embed, link, and recommendations
  • The D-Related plugin allows you to load in list of the related clips in XML format
Bookmark and Share

Scripts, Servers, Video Streaming , , , , , , , , , , , , , , , , , , , , ,

VideoWhisper 2 Way Video Chat Script

July 28th, 2009
Comments Off

One on One 2 Way Video Chat Script
VideoWhisper 2 Way Video Chat is a premium high definition video communication software designed for instant 1 on 1 online video conferencing. It’s a solution for conducting easy to setup face to face meetings without leaving your office or home. It’s the easiest and most cost-effective way to meet somebody and discuss one on one. Here are 12 ways to use this:

  1. have meetings on short notice with individuals in faraway places
  2. conduct sales presentations without traveling
  3. manage employees remotely when you are not in the office
  4. bring any partner or specialist employee virtually to any meeting you physically attend to
  5. demonstrate products and software without traveling
  6. train customers, partners and employees on remote locations
  7. have employees work from home even if they are on another continent
  8. communicate from many business airlines that provide internet while mobiles are not functional
  9. talk face to face to new employees or business partners from far away locations before doing any travelling
  10. communicate face to face from anywhere you find an internet connection for your laptop
  11. remote professional consultations and advice
  12. avoid dangerous or just boring locations and persons

Read more about the 2 Way Video Chat software…

Bookmark and Share

Scripts, Video Chat , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Red5 Hosting for Video Chat Scripts

May 16th, 2009
Comments Off

VideoGirls BiZ offers premium red5 hosting plans for video chat scripts. The Red5 setup is 100% managed so you do not have anything to worry about as on vps hosts where you have to install each application yourself and restart the service or even configure, upgrade, install new linux software trough the shell.

Read more…

Bookmark and Share

Servers, Video Chat , , , , , , , , , , , , , ,

Red5 Support for VideoWhisper Projects

March 4th, 2009
Comments Off

VideoWhisper.com released a Red5 open source version for the RTMP application serving the VideoWhisper projects. This can be downloaded from the downloads section including java source code and eclipse project files. Application was tested with Red5 v7 Final.

Red5 is a free, open source, Java based, alternative to Adobe’s Flash Media Server. To install Red5 you need a dedicated server. You can not install Red5 on a shared hosting plan. Red5 is available both for Windows and Linux servers.

Red5 is the free solution to host RTMP if you have your own dedicated/semi-dedicated server or VPS: Download Red5 v7 Final .

VideoWhisper provides managed plans with full installation and setup including  premium rtmp hosting with dedicated ip, free installation of video streaming software (including standard fantastico scripts like wordpress/joomla), unlimited connections on Red5 starting from 10Gb space and 200Gb bandwidth at $50/month.

Bookmark and Share

Scripts, Video Chat, Video Streaming , , , , , , ,