Saving Windows Media Video files

S

sean.j.gage

I'm attempting to download a windows media video file from a remote
server and I would like to start playing it as soon as it starts
downloading. Is there some special way to save the file that will
allow Windows Media Player to play the file as I transfer it?

Cheers!
 
N

Nicholas Paldino [.NET/C# MVP]

Sean,

How are you playing the file? Are you embedding Windows Media Player in
your app? If so, why not just let WMP handle the downloading for you?
 
C

Charles

Hello Sean,
I'm attempting to download a windows media video file from a remote
server and I would like to start playing it as soon as it starts
downloading. Is there some special way to save the file that will
allow Windows Media Player to play the file as I transfer it?


I have been playing around with Windows Media Service in Windows 2003
Server quite a bit lately. Generally when a publishing point on the
server is setup by the publisher they configure the point to be either
for streaming media or as a download with local playback. This
configuration is what controls what Windows Media Player's behavior.

If you are trying to write an application in C# that has an embedded
Windows Media Player I would take a look at the DirectShow.NET Library
Project as it is a very well written and freely available project.
That wraps most of the original unmanaged code and allows for it to be
used in C#.

http://directshownet.sourceforge.net

Hope this helps,
Charles Green
charlesdotmdotgreenatgmaildotcom
 
A

Anil Gupte

You have to stream it from the server using RTSP, MMS or HTTP streaming
protocols.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top