Re: protecting streaming mp3 files with asp.net?

  • From: "Bryan Garaventa" <bgaraventa11@xxxxxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Tue, 30 Oct 2007 12:43:06 -0700

MessageHere is the link to the Wimpy Player, it works off the shelf so to 
speak, so Flash programming or even PHP programming isn't required to use it. 
This might be the best solution.
http://www.wimpyplayer.com/products/wimpy_mp3.html

Best wishes,

Bryan
  ----- Original Message ----- 
  From: Andy B 
  To: programmingblind@xxxxxxxxxxxxx 
  Sent: Tuesday, October 30, 2007 12:20 PM
  Subject: RE: protecting streaming mp3 files with asp.net?


  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 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: