MP3 Streaming on my web site
-
- KVRian
- 649 posts since 30 Oct, 2004 from Brighton, UK
As I must have said a dozen times in the last couple of days, I'm building a web site.
Is there a way to display Mp3s so they stream but can't be downloaded?
Cheers
I've just edited this title as I'm also interested in getting a simple, esasy to use mp3 stream that doesn't involve downloading a m3u link and then opening the track in iTunes or WMP
Is there a way to display Mp3s so they stream but can't be downloaded?
Cheers
I've just edited this title as I'm also interested in getting a simple, esasy to use mp3 stream that doesn't involve downloading a m3u link and then opening the track in iTunes or WMP
Last edited by Ocean Zen on Thu Jan 27, 2005 1:38 pm, edited 1 time in total.
-
- KVRian
- 735 posts since 13 Jun, 2003 from Shrewsbury, UK
As far as I know that'll be a big fat no.
There are several products out there that will save streaming audio to the hard drive. (e.g. Total recorder)
It just depends how determined people are to keep your music.
As long as the song can be sent out of the soundcard it can be pirated.
The good thing about streaming it is that if the song is crap you can stop the stream, whereas if you have already downloaded it, you have to manually delete the file....
Rollasoc
http://www.hairthieves.com
There are several products out there that will save streaming audio to the hard drive. (e.g. Total recorder)
It just depends how determined people are to keep your music.
As long as the song can be sent out of the soundcard it can be pirated.
The good thing about streaming it is that if the song is crap you can stop the stream, whereas if you have already downloaded it, you have to manually delete the file....
Rollasoc
http://www.hairthieves.com
-
- KVRian
- 735 posts since 13 Jun, 2003 from Shrewsbury, UK
Additional: The only safe way to protect your music is to never let anyone hear it.
If you don't want people to download your track, don't put the whole thing on the net, just put a snippit of it (say 30 seconds at most).
DRM at present just won't work without hardware dongles......
Rollasoc
http://www.hairthieves.com
If you don't want people to download your track, don't put the whole thing on the net, just put a snippit of it (say 30 seconds at most).
DRM at present just won't work without hardware dongles......
Rollasoc
http://www.hairthieves.com
-
- KVRian
- Topic Starter
- 649 posts since 30 Oct, 2004 from Brighton, UK
Thanks for the tips.
In fact, I've got no idea of even how you do streaming.
I've got my page layouts sorted. They were based on templates from www.elated.com
Can you point out a good resource for Streaming mp3??
In fact, I've got no idea of even how you do streaming.
I've got my page layouts sorted. They were based on templates from www.elated.com
Can you point out a good resource for Streaming mp3??
-
- KVRist
- 42 posts since 2 Apr, 2004 from Melbourne, Aus...
Ask the guys who run bleep.com how they do it. They have a full track to preview, but it fades out every twenty secs or so. Works great, and have bought lots that I'd probably bypass if the system didn't work so good...
____
...™
-----
...™
-----
-
- KVRAF
- 2083 posts since 8 Apr, 2004
The simplest way of streaming an mp3 file is...
- create a text file using your normal text editor (e.g. notepad).
- In the text file add the url of the mp3
- save the text file as [name].m3u .
- Upload the text file.
- when the text file is downloaded it will cause the mp3 player to stream the file rather than download it.
easy peasy..
Ben
- create a text file using your normal text editor (e.g. notepad).
- In the text file add the url of the mp3
- save the text file as [name].m3u .
- Upload the text file.
- when the text file is downloaded it will cause the mp3 player to stream the file rather than download it.
easy peasy..
Ben
- Beware the Quoth
- 35482 posts since 4 Sep, 2001 from R'lyeh Oceanic Amusement Park and Funfair
Mebbe you could use Flash to play the MP3's (thus hiding the links), and do the fading thing from there.
An idiot on Set Theory:
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate."
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate."
-
- KVRAF
- 2139 posts since 15 Jul, 2003 from ex-NJ, PA
Thanks for the tip!!Glooper wrote:The simplest way of streaming an mp3 file is...
- create a text file using your normal text editor (e.g. notepad).
- In the text file add the url of the mp3
- save the text file as [name].m3u .
- Upload the text file.
- when the text file is downloaded it will cause the mp3 player to stream the file rather than download it.
easy peasy..
Ben
-
- KVRian
- Topic Starter
- 649 posts since 30 Oct, 2004 from Brighton, UK
Cheers Glooper.
I'm not so bothered about the fading thing.
I read an example of writing an m3u thingy,
but when I clicked on their example, it first downloaded the m3u file to my desktop and then opened up in iTunes.
I prefer the style that most people have in the Music Cafe, where you just click on the link and it plays in the browser window. Is that much different to implement?
I'm not so bothered about the fading thing.
I read an example of writing an m3u thingy,
but when I clicked on their example, it first downloaded the m3u file to my desktop and then opened up in iTunes.
I prefer the style that most people have in the Music Cafe, where you just click on the link and it plays in the browser window. Is that much different to implement?
-
Stupid American Pig Stupid American Pig https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=4753
- KVRAF
- 7065 posts since 25 Nov, 2002 from not sure
I agree with rabbyt- if you use flash to stream your mp3s, they become imbedded in the .swf file so they would have to resort to capturing the stream- which you could use fade in/out tricks or noise bursts to prevent. The only caveat(though this may be a benefit) is that Flash's Mp3 encoder/decoder is not great, and can make mp3s that sound swishy. I only recently got Flash Mx(was using version 5) and havent tried using Mp3s with it yet, so things may have improved.
-
- KVRian
- 864 posts since 9 Jul, 2001 from Chester County PA, USA
The only problem with this is, if they simply download the M3U file (right-click, "Save Link As...") and open it in Notepad...they'll see the full URL for the MP3 file itself. Knowing that, they can then just as easily download the MP3 file for themselves, defeating the stream.Glooper wrote:The simplest way of streaming an mp3 file is...
- create a text file using your normal text editor (e.g. notepad).
- In the text file add the url of the mp3
- save the text file as [name].m3u .
- Upload the text file.
- when the text file is downloaded it will cause the mp3 player to stream the file rather than download it.
easy peasy..
Ben
I also agree with whyterabbyt and S_A_P: using Flash can be a great way to "lock away" the file's path information, especially as you can do things like ensure that the SWF cannot be opened in something like MXStudio without a password.
Last edited by Har on Thu Jan 27, 2005 1:31 pm, edited 1 time in total.
-
- KVRist
- 346 posts since 6 Sep, 2002 from Sydney, Ausralia
Why do you want to protect your music? Is the idea to let people hear it, but encourage them to buy a CD for example?
If so, you're far better off to offer only previews rather than full tracks. And/or encode your MP3s at a low quality rate, say 64 or even 96k, so that people who like the music will want to hear a decent quality version. This has the added advantage of lowering how much bandwidth you use and making the streaming more accessible to people with slow connections.
Other than that, any clever trickery you try (including flash) can be worked around using stream recorders or download managers or other tools.
G.
If so, you're far better off to offer only previews rather than full tracks. And/or encode your MP3s at a low quality rate, say 64 or even 96k, so that people who like the music will want to hear a decent quality version. This has the added advantage of lowering how much bandwidth you use and making the streaming more accessible to people with slow connections.
Other than that, any clever trickery you try (including flash) can be worked around using stream recorders or download managers or other tools.
G.
-
- KVRian
- Topic Starter
- 649 posts since 30 Oct, 2004 from Brighton, UK
I want to display my music primarily to film makers who are interested in using my music for films.
And also so all of you guys can listen and comment on WIP.
My concern now is not so much about people keeping the tracks, but having a good quality stream, that is easy and simple and quick.
I'll be using 128kbps mp3s as anything less, sounds too horrible for me to bear.
I think I should change the name of this thread.
And also so all of you guys can listen and comment on WIP.
My concern now is not so much about people keeping the tracks, but having a good quality stream, that is easy and simple and quick.
I'll be using 128kbps mp3s as anything less, sounds too horrible for me to bear.
I think I should change the name of this thread.
-
- KVRAF
- 3723 posts since 17 Apr, 2002 from Scotland
actually, it's easier than that.Har wrote:The only problem with this is, if they simply download the M3U file (right-click, "Save Link As...") and open it in Notepad...they'll see the full URL for the MP3 file itself. Knowing that, they can then just as easily download the MP3 file for themselves, defeating the stream.Glooper wrote:The simplest way of streaming an mp3 file is...
- create a text file using your normal text editor (e.g. notepad).
- In the text file add the url of the mp3
- save the text file as [name].m3u .
- Upload the text file.
- when the text file is downloaded it will cause the mp3 player to stream the file rather than download it.
easy peasy..
Ben
once wmp has streamed the whole track, you can just select file..save as to save the mp3 to your hard drive.
