save streaming content to local resources

  • Thread starter Thread starter Michael Nemtsev
  • Start date Start date
M

Michael Nemtsev

Hello Daniel,

Firstly, could u explain what's the "online streams", how do u get them and
work with?

DM> Hi,
DM>
DM> I'm looking for a .Net/COM component which would allow a .Net
DM> programmer with no streaming experience to be able to save online
DM> streams to local resources (files or to DB).
DM>
DM> I know that if I read this post I would surely think - pick up a
DM> manual and start reading, however we have no time for this since
DM> this is one of several demands a customer added on the last minute
DM> of a projecct.
DM>
DM> Any help would be appreciated
DM>
DM> Thanks,
DM> Daniel
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Hi,

I'm looking for a .Net/COM component which would allow a .Net programmer
with no streaming experience to be able to save online streams to local
resources (files or to DB).

I know that if I read this post I would surely think - pick up a manual and
start reading, however we have no time for this since this is one of several
demands a customer added on the last minute of a projecct.

Any help would be appreciated

Thanks,
Daniel
 
Hello Daniel,

It's not too easy task. You need to use WMFSDK. I recomend to ask/google
into microsoft.public.windowsmedia.sdk group. There were several threads
releting to your question

DM> Hi Michael,
DM>
DM> Our customer will supply us with links to microsoft media streaming
DM> links (mms://...) and we are supposed to save those links to local
DM> files (or DB) and allow access to them on the company portal
DM> (anybody said proxy?). The reason they are doing so is that they
DM> only allow access from their internal network to a white list of
DM> sites.
DM>
DM> Daniel
DM>
DM> DM>---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Hi Michael,

Our customer will supply us with links to microsoft media streaming links
(mms://...) and we are supposed to save those links to local files (or DB)
and allow access to them on the company portal (anybody said proxy?). The
reason they are doing so is that they only allow access from their internal
network to a white list of sites.

Daniel
 
Daniel,
This is not a trivial task as the mms:// protocol is a custom media
streaming protocol. At least, I have not seen any .NET class libraries that
can do this, and the only freely available program I know that can capture
and save MMS streams is a program called "SDP Downloader". However, it is not
a class library.
Best of luck in your challenge.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
 

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

Back
Top