Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

stream a mpeg clip 1

Status
Not open for further replies.

rewdee

Programmer
Aug 17, 2001
295
0
0
US
I want to play a clip from a hyperlink. However, when I write something like:
Code:
<a href=&quot;/video/Quest2.mpg&quot;><img src=&quot;images/Quest2.jpg&quot;></a>
IIS is downloading the whole file (which can take several minutes as it is 10 megs and then plays.

I would like where the video buffers and then plays. Anybody know how this is done?



Bill Nielsen
Programmer/Systems Analyst
 
dunno, but I would just download it and then place it on ther server but the link should be to the exact page that plays the clip. I think for pages that require the user to click on play cannot be used.
 
Rewdee,

If yo uwant to stream, you have to use a format for streaming.

Real Video (RAM)
Windows ASF
Quicktime Streaming Video (qtm/qtx)
And your server must support streaming video (streaming server) for either or all formats.

MPEG is not a stream format.

Check iwht your ISP for what types of streaming video you can host.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top