streaming mp3 files in websites

  • Thread starter Thread starter Andy B
  • Start date Start date
A

Andy B

I need to stream mp3 files from my website (asp.net 2.0). Is there a good
way to to do this besides flash?
 
This will actually play on the clients browser if it is in a web page? That
is interesting and I will have to experiment with that. The other question I
would have is can you make the folder the mp3 files are in totally
inaccessable from the outside world (other than ftp and the MediaPlayer of
course)? If so, how?
 
Andy,

No, you can't. If media player is going to access it, then it will have
to be available VIA http.

You could go through the trouble of setting up a media server which will
stream the content to players. That might make it a little easier to keep
others from accessing the content outside of the server, but it also adds a
pretty decent layer of complexity to your project.
 

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