473,396 Members | 2,090 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

save streaming content to local resources

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
Oct 9 '06 #1
4 2225
Hello Daniel,

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

DMHi,
DM>
DMI'm looking for a .Net/COM component which would allow a .Net
DMprogrammer with no streaming experience to be able to save online
DMstreams to local resources (files or to DB).
DM>
DMI know that if I read this post I would surely think - pick up a
DMmanual and start reading, however we have no time for this since
DMthis is one of several demands a customer added on the last minute
DMof a projecct.
DM>
DMAny help would be appreciated
DM>
DMThanks,
DMDaniel
---
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
Oct 9 '06 #2
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
"Michael Nemtsev" <ne*****@msn.comwrote in message
news:17***************************@msnews.microsof t.com...
Hello Daniel,

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

DMHi,
DMDMI'm looking for a .Net/COM component which would allow a .Net
DMprogrammer with no streaming experience to be able to save online
DMstreams to local resources (files or to DB).
DMDMI know that if I read this post I would surely think - pick up a
DMmanual and start reading, however we have no time for this since
DMthis is one of several demands a customer added on the last minute
DMof a projecct.
DMDMAny help would be appreciated
DMDMThanks,
DMDaniel
---
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


Oct 9 '06 #3
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

DMHi Michael,
DM>
DMOur customer will supply us with links to microsoft media streaming
DMlinks (mms://...) and we are supposed to save those links to local
DMfiles (or DB) and allow access to them on the company portal
DM(anybody said proxy?). The reason they are doing so is that they
DMonly allow access from their internal network to a white list of
DMsites.
DM>
DMDaniel
DM>
DM"Michael Nemtsev" <ne*****@msn.comwrote in message
DMnews:17***************************@msnews.micros oft.com...
DM>
>Hello Daniel,

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

DMHi,
DMDMI'm looking for a .Net/COM component which would allow a .Net
DMprogrammer with no streaming experience to be able to save online
DMstreams to local resources (files or to DB).
DMDMI know that if I read this post I would surely think - pick
up a
DMmanual and start reading, however we have no time for this since
DMthis is one of several demands a customer added on the last
minute
DMof a projecct.
DMDMAny help would be appreciated
DMDMThanks,
DMDaniel
---
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
---
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
Oct 9 '06 #4
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


"Daniel Marious" wrote:
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
"Michael Nemtsev" <ne*****@msn.comwrote in message
news:17***************************@msnews.microsof t.com...
Hello Daniel,

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

DMHi,
DMDMI'm looking for a .Net/COM component which would allow a .Net
DMprogrammer with no streaming experience to be able to save online
DMstreams to local resources (files or to DB).
DMDMI know that if I read this post I would surely think - pick up a
DMmanual and start reading, however we have no time for this since
DMthis is one of several demands a customer added on the last minute
DMof a projecct.
DMDMAny help would be appreciated
DMDMThanks,
DMDaniel
---
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


Oct 9 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: EC | last post by:
I am trying to save a file to an end users desktop from the Server on the click of a button. This works when run the application on my local but does not work when the application is running on the...
4
by: David W. Simmonds | last post by:
Is there a way I can have a button on a ASP.NET form that when clicked will allow the user to save the image to a file on the client side? I know that the user can simply rclick the image and...
1
by: M Pearson | last post by:
Hello there all, am very new to asp.net programming and am struggling with this problem. What I trying to achieve. On a button click I want the standard web save as dialog to display. The user...
3
by: A.M-SG | last post by:
Hi, I have a ASP.NET aspx file that needs to pass large images from a network storage to client browser. The requirement is that users cannot have access to the network share. The aspx file...
6
by: | last post by:
Hi all, is there a better way to stream binary data stored in a table in sql 2005 to a browser in .net 2.0? Or is the code same as in .net 1.1? We noticed that in certain heavy load scenarios,...
3
by: Laith Zraikat | last post by:
I need to set the page title for a content page in a master page, and do that using local reources so that I can have my page title in different languages. I can do that easily using global...
2
by: hzgt9b | last post by:
Using VS 2003, VB.NET and/or ASP.NET 2.0, BACKGROUND I have a window forms based application that contains a TreeView control and a WebBroswer (AxSHDocVw.AxWebBrowser) control. The TreeView is...
3
by: Angus | last post by:
I have a web page with a toolbar containing a Save button. The Save button can change contextually to be a Search button in some cases. Hence the button name searchsavechanges. The snippet of...
3
by: Cuong Tong | last post by:
Hi All, I'd like to start up a personal coding for fun project which performs some desktop movement recording/(then)streaming. Basically all i want to do is to have few users on LAN to be able...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.