阻止用户下载音乐 [英] prevent users from downloading music

查看:65
本文介绍了阻止用户下载音乐的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在使用ASP.NET为我的客户编写一个音乐网站.一切都很酷,只是我不知道如何防止用户下载正在播放的歌曲.例如,我单击治愈世界"来播放,而在播放歌曲时,我不希望IDM下载管理器或其他下载程序出现下载对话框


对我的问题有帮助吗?我使用此代码播放了歌曲

 < embed type ="application/x-mplayer2"src ="files/funring/15.mp3" align ="absbottom"/> 

而且我不希望IDM下载出现在以下机翼图像中

解决方案

正在播放歌曲===正在下载歌曲

习惯它.

编辑 (一个更有用的答案)

在您所描述的情况下,它很可能是Flash Media Server/Red5/Wowza,以RTMP格式传输音频(是的,有可以下载这些程序的程序),或者是Windows Media,它几乎是不可渗透的DRM(且受众群体有限)).实际上,FMS路线将是我将音乐传送到浏览器时需要采取的路线,并且需要将最大覆盖范围与某种程度的混淆处理很好地融合在一起,但是请注意,如果可以听的话,它最终还是可以解决的.可以复制.

i have been writing a music website for my customer using ASP.NET. Everything has been cool except I don't know how to prevent the users from downloadng the song which is being played. For example, I click "Heal the world" to play and while the song is playing, I dont't want the IDM download manager or other download programs appear the download dialog


any help for my question? I used this code to play the song

<embed type="application/x-mplayer2" 
src="files/funring/15.mp3" align="absbottom" />

And I don't want the IDM download appears as shown in the followwing image

解决方案

The song is being played===The song is being downloaded

Get used to it.

EDIT (A more useful answer)

In all likelihood, in the case you describe, it's either a Flash Media Server/Red5/Wowza delivering audio as RTMP (yes, there are programs that can download these) or Windows Media and it's near inpenetrable DRM (and limited audience). Effectively the FMS route would be the one I would take were I shipping music to the browser and needed a good blend of max reach versus some level of obfuscation, however be aware that at the end of the day if it can be listened to, it can be copied.

这篇关于阻止用户下载音乐的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆