php - Need to disable auto downloader from site -
locally, have developed music site means of wordpress theme, , it's running well. problem once media file streaming in browser, internet download manager(idm) detects , generates download link (that's nature of idm) .
so, want build site such visitors able play , listen music, not allowed download streaming media downloader.
is there php code, wordpress or jquery plugin this?
thanks in advance.
if allow visitors listen file, there no way prevent them downloading it. drm broken if determined enough. if can play it, can save it.
that said, have several options.
use flash stream file.
still pretty easy download unless file embedded in swf or uses drm. common solution, , works unless need support mobile browsers without flash support.only allow 1 download per ip address.
has major usability problems , not work in many browsers. don't recommend it.send file encrypted , decrypt javascript.
slow, still doesn't stop determined users, depends on javascript, requires either dataurl support or newer html5 audio apis.don't worry it.
do.
Comments
Post a Comment