Live Video, Web2.0, Rich Media, Custom Content
Posts tagged embed
Load/Embed PowerPoint PPT, PDF, PPS, DOC in Flash
May 25th
Posted by VideoChat Scripts in Video Chat
Flash is limited to loading files in certain formats.
To include something else in your flash chats and presentations you need to convert these files to supported formats. Most can be converted to swf.
See these tools below:
authorPOINT Lite Free PowerPoint to Flash Converter for PPS, PPT to SWF
iSpring Free PowerPoint, YouTube to SWF
Google Docs Viewer for PowerPoint, PDF, Tiff
SWFtools : PDF2SWF, SWFcombine, WAV2SWF, AVI2SWF
PDFcreator : Convert any windows printable document (i.e. DOC) to PDF
Use JW Player to play VideoWhisper application streams
Aug 28th
Posted by VideoChat Scripts in Scripts
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
Live Streaming on WordPress by VideoWhisper
Mar 19th
Posted by VideoChat Scripts in Video Chat
The VideoWhisper Live Streaming software can now be easily used to add video broadcasting to WordPress sites and live video streams on blog pages.
To test a live demo of software on WordPress, just register a free account on this site and use the widget link from the right menu to start broadcasting.
If the user is not logged into WordPress a warning message is shown and the visitor can click that to get back to the main WordPress website for registration/login. We also included a plugin that provides a linking widget. You can use that or directly add a link to “http://www.your-site.com/videowhisper_streaming/” .
The widget also displays online broadcasters and their show names.

The watch screen logs in wordpress logged in users by adding a @ at end of username (so broadcaster can see & test his own video as a different user). Blog visitors will be able to participate in chat by providing a temporary username right in the chat application.

A free version of this component can be downloaded for free from the WordPress Live Streaming Software page.
Video Conference
Video Broadcast

