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.
This should install ffmpeg, mplayer, mencoder, flvtool2, yamdi, x264, theora, mp3lame, vorbis, ogg, faac, faad2, xvid . These tools will enable on your server:
video conversion
thumbnail generation
FLV meta injection (flvtool2, yamdi)
extra codecs (x264, theora, mp3lame, vorbis, ogg, faac, faad2, xvid)
This is functional and we update it each time we configure a new server.
Installation is done using the “root” account.
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).
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.
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
VideoWhisper Video Consultation is a premium high definition video communication software designed for online video consultations, trainings, webinars, coaching and online collaboration.
It was designed for few to many 2 way moderated video communication. Moderators control what participant is displayed on main screen (speaker) and can also add an additional participant (inquirer) to ask questions or assist. Participants can change their public status (i.e. request to speak), upload and download room files, text and video chat.