Posts Tagged ‘ FLV ’
myVideoPlug Wordpress Plugin
Sunday, April 26th, 2009What is it?
It’s a wordpress plugin that enables you to easily add video content to your posts.
Great, how easily?
All you need do is install the plugin then add a single line to your post:
[video ]http://www.mywebsite.com/myvideo.flv[/video ]
So where do I get the myVideoPlug plugin?
You can download it from here:
http://www.mediamodus.com/download/myvideoplug/myvideoplug.zip 4.5Mb
How do I install it?
Get and extract the zip file above, copy the contents to your wordpress plugins directory, activate in wp-admin. That’s it.
Version History
0.0.1: First Release
Tags: FLV, plugin, video player, Wordpress
Posted in
R & D |
No Comments »
How to add progressive video to your site
Wednesday, April 22nd, 2009Adding video to your site is cool, ok!
So you want to get with the program and add some video to your website, and who would blame you, video is cool and everyone knows it. But how “Jason”? I hear you mumble, well I hope to show you below
Progressive download via HTTP (supported in Flash Player 7 and later). This method uses ActionScript to include an externally hosted Flash Video file client-side for playback. Progressive download has several advantages, including buffering, use of generic HTTP servers, and the ability to reuse a single SWF player for multiple Flash Video sources. Flash Player 8 includes support for random access within video files using the partial download functionality of HTTP, sometimes this is referred to as streaming. However, unlike streaming using RTMP, HTTP “streaming” does not support real-time broadcasting. Streaming via HTTP requires a custom player and the injection of specific Flash Video metadata containing the exact starting position in bytes and timecode of each keyframe. Using this specific information, a custom Flash Video player can request any part of the Flash Video file starting at a specified keyframe. For example, Google Video and Youtube support progressive downloading and can seek to any part of the video before buffering is complete. The server-side part of this “HTTP pseudo-streaming” method is fairly simple to implement, for example using our myFLV Ispai filter you can choose almost any scripting language as long as it allows you to embed objects. For more visit http://en.wikipedia.org/wiki/Flash_Video#Delivery_options
Tags: Flash, FLV, Progressive, Publish, Streaming, Video
Posted in
News |
No Comments »




Say what?