Nowadays, the easiest way to upload videos to the web is via Google Video, YouTube, Metacafe, Vimeo, and the like.
If, for some reason, you want to host your videos on your own server, here are 4 steps to easily do this in Linux:
You should end up with something like this:ffmpeg -i your.avi -s 320x240 your.flv
<embed src="mediaplayer.swf" allowfullscreen="false" allowscriptaccess="always" flashvars="&file=your.flv&autostart=false" height="240" width="320"></embed>
or the more standards-compliant<object type="application/x-shockwave-flash" data="mediaplayer.swf" width="320" height="240">
<param name="allowfullscreen" value="false" />
<param name="allowscriptaccess" value="always" />
<param name="flashvars" value="&file=your.flv&autostart=false" />
</object>
Note that the latter is not viewable in the Nokia Internet Tablets.
Hosting your own videos allows you to avoid any branding that a third-party host might impose -- perfect for intranet/corporate use. You should also check out the various features, such as playlists, that JW FLV Media Player offers.
Enjoy!
Showing posts with label video. Show all posts
Showing posts with label video. Show all posts
Friday, February 1, 2008
Self-hosted Flash Video
Posted by
Unknown
at
11:30 PM
0 comments
Labels: nokia internet tablet, video
Subscribe to:
Posts (Atom)