Forum Moderators: phranque
I am desperately trying to find out how to stream video.
I have short .avi files that I can have compressed into Real Video, Quicktime or WPM, but then what?
I can't get hold of this very basic information!
Do I need a special software or do I have to type some HTML or Javascript? I really don't get it.
And what about the "embed" object which seems to simulate a streaming but is not actually one?
It would be great if any of you could help me by explaining or sending me to the right website.
Thanks a lot!
Still Learning
Microsoft, as part of IIS, does have a Streaming Media plug-in which you can install and then stream the wmv files.
I don't recall the way to simu-stream video, as I only simu-streamed audio files several years ago. Perhaps someone here does.
Change the file path to reflect filename and url.
Some servers are only able to serve Real Media or Windows Media.
Hope it helps
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash6/cabs/swflash.cab#version=6,0,0,0"
id="yourwicketsfilemovie.wmv" width=700 height=420>
<param name=movie value="http://www.yoursite/moviefolder/yourwicketsmovie.wmv">
<param name=quality value=autohigh>
<param name=bgcolor value=#000000>
<param name=wmode value=window>
<embed src="http://www.yoursite/moviefolder/yourwicketsemovie.wmv" quality=autohigh bgcolor=#000000
width=700 height=420 wmode=window type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed></object>