Board index » delphi » mms stream

mms stream


2007-08-23 08:01:38 PM
delphi1
hi there all Koderz
Can anyone help me on how to save or download an mms stream.
I am using Delphi 2007
thx
Sotiris/Greece
 
 

Re:mms stream

hi there all Koderz
Can anyone help me on how to save or download an mms stream or give me a
hint from where to startup or how mms works (some readin to do)?
I am using Delphi 2007
thx
Sotiris/Greece
 

Re:mms stream

are you wanting to render the stream or just save to disk?
rendering can be done with DirectShow wrappers like DSPack.
for saving stream in original format you might need to use a download
manager with a COM/ActiveX interface as don't know of any Delphi
components that will do mms - only http and ftp.
cheers, harrie
Sotiris Karanasios writes:
Quote
hi there all Koderz

Can anyone help me on how to save or download an mms stream.
I am using Delphi 2007

thx
Sotiris/Greece

 

Re:mms stream

Quote
hi there all Koderz
Can anyone help me on how to save or download an mms stream.
I am using Delphi 2007
koti.mbnet.fi/akini/delphi/dspack/
file: ASFStream.zip
Playback asf streams (video+audio, video-only or audio-only) from the
internet, Delphi 2006 example using DSPACK components.