RE: protecting streaming mp3 files with asp.net?

  • From: "Andy B" <a_borka@xxxxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Tue, 30 Oct 2007 15:20:31 -0400

How did you do this? was just wondering. I don't have the money to get flash
or anything like that. I use asp.net and c#...
 
 

-----Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Bryan Garaventa
Sent: Tuesday, October 30, 2007 3:14 PM
To: programmingblind@xxxxxxxxxxxxx
Subject: Re: protecting streaming mp3 files with asp.net?


Does your server run PHP?
 
I've done something similar at http://gutterstar.net/streaming , however,
I've used both Flash and PHP separately. 
 
For instance, for the online player, I'm using the Wimpy Player, which isn't
mine, but a Flash mp3 streaming utility that uses PHP to run.
 
For the default player streaming, I'm using a standard m3u playlist. The url
for each of the audio files within the m3u playlist point to a particular
PHP file, which then redirects the header to the proper audio file. 
When someone tries to open the url manually though, it gives an error
message.
 
Hope this helps,
 
Bryan

----- Original Message ----- 
From: Andy  <mailto:a_borka@xxxxxxxxxxxxx> B 
To: programmingblind@xxxxxxxxxxxxx 
Sent: Tuesday, October 30, 2007 11:06 AM
Subject: protecting streaming mp3 files with asp.net?

Hi...
 
I have to stream mp3 files from an asp.net 2.0 website. I am trying to
figure out how you can let any visiter to the site play them but not
download them. Most of the examples out there show how in flash, but is
there another way?
 
 

Other related posts: