I need to create a radio website which plays the audio files. So the requiremet is dat
The audio file shudn't download to the local system, it shud play directly from the server.
Is there ayway to do it?
I'd say look at some samples of File Streaming.... never tried but should work the same way.
Personally though, it's a huge hassle. If you're doing it only to protect the files then you're almost wasting your time, there's always a way to get the file. Also, be wary....if you are streaming copyrighted material you'll be in for LOTS of trouble.
Otherwise, looks at what users are doing out there for Video streaming also, it's probably similar.
Have you read the book? - ASP.Net 3.5 CMS Development (now on Kindle)
v5.1 of iTracker (Inventory Tracker Starter Kit) is out, Download it now!
cool.ranjith...
Member
16 Points
6 Posts
Radio site
Aug 24, 2010 06:21 AM|LINK
HI guys!
I need to create a radio website which plays the audio files. So the requiremet is dat The audio file shudn't download to the local system, it shud play directly from the server. Is there ayway to do it?
Audio streaming
Ranjith
Curt_C
All-Star
66017 Points
7639 Posts
Moderator
Re: Radio site
Aug 24, 2010 12:05 PM|LINK
Did I miss how this applies to VS Web Deployment Projects? or did you just post to the wrong forum?
As for your question, you'll want to look into Streaming Audio to prevent the file downloads.
v5.1 of iTracker (Inventory Tracker Starter Kit) is out, Download it now!
cool.ranjith...
Member
16 Points
6 Posts
Re: Radio site
Aug 25, 2010 05:11 AM|LINK
i didnt find ay suitable forum to post this so i posted it here. Can u suggest me few links for audio streaming in asp.net ??
Ranjith
Curt_C
All-Star
66017 Points
7639 Posts
Moderator
Re: Radio site
Aug 25, 2010 05:52 PM|LINK
I'd say look at some samples of File Streaming.... never tried but should work the same way.
Personally though, it's a huge hassle. If you're doing it only to protect the files then you're almost wasting your time, there's always a way to get the file. Also, be wary....if you are streaming copyrighted material you'll be in for LOTS of trouble.
Otherwise, looks at what users are doing out there for Video streaming also, it's probably similar.
v5.1 of iTracker (Inventory Tracker Starter Kit) is out, Download it now!