mp3 player control.

  • Thread starter Thread starter havenrl
  • Start date Start date
H

havenrl

Hi,

I'm developing an application/web site in visual studio 2005.
I want to be able to play mp3 files that i pull from a sql server
database into my application/web site, and listen to these mp3.

I'm wondering if anybody knows how to do this?
 
You should look at Microsoft Media Server. It's made for streaming
media to clients (which is what you want on your website).
 
You should look at Microsoft Media Server. It's made for streaming
media to clients (which is what you want on your website).

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)


I'm developing an application/web site in visual studio 2005.
I want to be able to play mp3 files that i pull from a sql server
database into my application/web site, and listen to these mp3.
I'm wondering if anybody knows how to do this?

Thanks for the reply.

I don't seem to know what to do actually.
If there is some sort of player out there in C# that i can use in
studio 2005?
 
You can use windows media player, or real player, or quicktime. Those
are the options I can think of off the bat. The problem is that if you are
just going to stream MP3s to someone, you are going to have major issues
with bandwidth, and you are better off using something that streams the
music to the clients on the back end.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)


You should look at Microsoft Media Server. It's made for streaming
media to clients (which is what you want on your website).

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)


I'm developing an application/web site in visual studio 2005.
I want to be able to play mp3 files that i pull from a sql server
database into my application/web site, and listen to these mp3.
I'm wondering if anybody knows how to do this?

Thanks for the reply.

I don't seem to know what to do actually.
If there is some sort of player out there in C# that i can use in
studio 2005?
 
Hi,

One question, is this a personal project like to learn ASP.NET ?



You should look at Microsoft Media Server. It's made for streaming
media to clients (which is what you want on your website).

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)


I'm developing an application/web site in visual studio 2005.
I want to be able to play mp3 files that i pull from a sql server
database into my application/web site, and listen to these mp3.
I'm wondering if anybody knows how to do this?

Thanks for the reply.

I don't seem to know what to do actually.
If there is some sort of player out there in C# that i can use in
studio 2005?
 
Hi,

One question, is this a personal project like to learn ASP.NET ?


You should look at Microsoft Media Server. It's made for streaming
media to clients (which is what you want on your website).
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Hi,
I'm developing an application/web site in visual studio 2005.
I want to be able to play mp3 files that i pull from a sql server
database into my application/web site, and listen to these mp3.
I'm wondering if anybody knows how to do this?
Thanks for the reply.
I don't seem to know what to do actually.
If there is some sort of player out there in C# that i can use in
studio 2005?

yes, it is this exactly. that's what i'm trying to do.
 

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