Prevent Mp3 file to play in another Media player

倾然丶 夕夏残阳落幕 提交于 2019-12-12 01:34:03

问题


I am developing media player and my application download mp3 file from server .

So i want to prevent it from another media player to play it.

Case

User get file from server (music file1.mp3) in android phone ! User play it in our player but can't share it or download it in computer or play in another media player.

I try Below

I can encrypt a file and decrypt it again in my app (will take long time, it's a mobile cpu!), but then my application needs to have the decryption key inside. Basically anyone can read this key from my app so its not the good solution.

So please suggest me what i have to do ?

Thanks..


回答1:


So please suggest me what i have to do ?

Write some other app.

What you are describing is DRM. There is no known DRM system that is unbreakable. There are DRM systems that have been broken, and there are DRM systems that nobody has bothered trying to break yet.



来源:https://stackoverflow.com/questions/5800613/prevent-mp3-file-to-play-in-another-media-player

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!