Hello,
I would like to make some videos for the web that will start playing before they are totally downloaded into RAM, but I do not need to use real time streaming. I would like someone using WMP to be able to click on a video from my web page, wait for a short buffer, then see the video start as the rest is still being downloaded, instead of having to download the whole thing before they can watch it. From what I have read this is called: Progressive Download.
How do you make this happen? Is it a property of the encoding, or the websever? Or the browser?
Since it will be buffered, can you use a huge bitrate?
Thank You for the help
+ Reply to Thread
Results 1 to 6 of 6
-
-
You don't do nothing, just put a link to the file, last time I tried direct link doesn't work for MPG... something about apatent or along those lines. It will work for WMV files though.
You can embed it in the page as well, this works for any type of file AFAIK providing of course the user has the codec.
<embed width="640" height="405" src="http://www.40lbhead.com/headfiles/albums/video/rockfest2005_empire_wandt.wmv" autostart="true" showstatusbar="true" >
There's a lot of parameters you can set as to how the player looks and what is available. you can even make it just the video if you want with no visible player.
You can use whatever bitrate you want, if it's huge they will still have to wait until it bufferes enough. The above file is linked to 500kbps file. As you can see that is about allyou need for good quality. I can play that full screen and it looks pretty good. Not as good as the original but at 500kbps who's going to complain.Originally Posted by teamdork
-
I think he wants it to display as it's downloading. I think that's a streaming option in Windows .wmv encoder
Good tut here:
http://www.microsoft.com/windows/windowsmedia/howto/articles/enclfc.aspx -
It does for a direct link or if you embed it with the code I used above. You can for example also set autostart="false" and it won't begin playing until the user hits the play button.Originally Posted by zoobie
Click this link, it should open up in WMP providing you have WMV associated with WMP, buffer and begin playing. It's all done by the player and is automatic unless the user has changed the defaults. With the code it should work regardless of what the user has set...
http://www.40lbhead.com/headfiles/albums/video/rockfest2005_empire_wandt.wmv -
Ahh...
Seems I read all kinds of streaming options in wmv encoder
I just have them right click and save target as
The Empire, baby... ha ha
Some good chord changes in there -
You need to do that with MPEG (possibly other formats) unless you embed it in the page.Originally Posted by zoobie
That song (and a few others) gets some local air play on one station that actually plays local music.The Empire, baby... ha ha
Some good chord changes in there
Even during prime air play time during the day. The second one hit the top 100 on the alternative charts on the original MP3 many moons ago.
http://www.garageband.com/song?%7Cpe1%7CS8LTM0LdsaSlaVi1ag
Similar Threads
-
Would you stream or progressive download given my needs??
By Remi T in forum Video Streaming DownloadingReplies: 5Last Post: 12th Dec 2010, 10:10 -
FLV progressive download problem
By BeckyD in forum Video ConversionReplies: 5Last Post: 27th Jun 2010, 16:20 -
How to progressive Upload video & progressive download
By video909 in forum Video Streaming DownloadingReplies: 1Last Post: 6th Mar 2010, 06:17 -
Progressive download/"fast start"
By ChetWesley in forum ffmpegX general discussionReplies: 3Last Post: 14th Oct 2008, 13:56 -
Can progressive video be saved as DV without losing progressive advantages?
By boblin2 in forum Video ConversionReplies: 7Last Post: 22nd Jul 2007, 15:35



Quote