Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Broadcasting streaming media > Streaming servers
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 07-09-2006, 01:57 AM
outstandingrecords
 
Posts: n/a
Default

How to stream without downloading ability


I can use Windows Media files, but in this example I've used a .mp3 file.

I've added a mp3 to the following directory path: http://paulsmithpianist.com/mp3/112-06.mp3

And I know how to create a href so that a user can click and play the file:
<a href="http://paulsmithpianist.com/mp3/112-06.mp3" target="_blank" rel="enclosure">Cumana</a>

However, not only can they play the file, they can download it as well! That defeats the purpose of my selling CDs, right, if they can download it for free. See my problem? I want users to be able to listen to the sample as above, but I do not want them to be able to download it.

Which leads me to my questions: is there a way to stream via http like the above example but also prevent someone from being able to download it? If so, how do I write you the href statement?

I've seen the following on another site and perhaps it will provide a clue as to how to do it. Not being techie I'm not sure what this means and how to go about it, which I why I am asking for help.


Streaming Audio Files
Instructions vary based on file type. Please see below for specifics for different file types. General Instructions follow:

1. Upload media file to public_html
2. Create playlist file in public_html
3. Edit .htaccess file (or mime types) in public_html (show system files in preferences)
4. Create link to playlist file

-- mp3 --
2. create text file file.m3u with following text: http://www.domainname.com/file.mp3
3. Add the following line to the .htaccess file: AddType audio/x-mpgurl mp3 m3u
4. Create a hyperlink (chain icon) in webbuilder (or file manager). Insert the following: http://www.domainname.com/file.m3u

-- rm --
2. create text file file.ram with following text: http://www.domainname.com/file.rm
3. Add the following line to the .htaccess file: AddType audio/x-pn-realaudio ram rm
4. Create a hyperlink (chain icon) in webbuilder (or file manager). Insert the following: http://www.domainname.com/file.ram

-- wma --
2. Create text file file.asx and insert the following text
<ASX VERSION="3.0">
<Title>xyz</Title>
<ENTRY>
<REF HREF="http://www.my_site.com/xyz.wma" />
</ENTRY>
</ASX>
3. Add the following line to the .htaccess file: AddType audio/x-ms-wma wma wax asx
4. Create a hyperlink (chain icon) in webbuilder (or file manager). Insert the following: http://www.domainname.com/file.asx
Reply With Quote
  #2  
Old 07-09-2006, 10:54 PM
Stream Recorder
 
Posts: n/a
Default

Re: How to stream without downloading ability


You can't just use a special link to protect media content from downloading.

Streaming servers were invented to prevent media downloading. However the most popular formats can be downloaded with Stream recorders.

Possible solutions:
1. Use DRM (Digital Rights Management) protection
2. Use streaming format/protocol that can't be downloaded ATM (such as RTMP protocol Flash files)

How the above mentioned solutions can be abused :
1. Using DRM removal tools (exist not for all formats)
2. Record by Video screen capture software and direct sound recording software. Hardware and software must be changed to prevent the usage of such programs. Windows Vista may bring a new solution. Will see how viable it will be.

IMHO the solutions of your problem:
1. Use low-quality free media files
2. Use 15-30 second previews
Reply With Quote
Reply Post New Thread
Tags: , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 06:13 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons