问题描述
我是一个Android开发者,我现在开发一个Android应用程序,它可以下载并使用DRM阅读EPUB文件。
I am an android developer and I am developing now an android application that can download and read epub files with drm.
我现在正在努力理解如何DRM作品和我从RMSDK信息,如无设备提供者实现...
I am now struggling to understand how this drm works and I got messages from the RMSDK such as "No device provider implementation" ...
有没有人通过这个来了?任何人都可以向我解释如何使用DRM的Android系统上运行?
Has anybody came through this? Can anybody explain to me how to work with the DRM on an android system?
感谢提前
推荐答案
开始四处寻找Android的一个很好的和可靠的DRM客户端:
Starting looking around for a good and reliable DRM client for Android:
和之后,下载文档了解如何连接code /加密与数字版权管理软件的内容的DRM。
and after that, download the documentation the DRM on how to encode/encrypt your content with the DRM software.
有关原则背后DRM一个很好的解释:
For a good explanation of the principles behind DRM:
有关具体实施DRM我喜欢这个图(非Android相关的):
For a specific DRM implementation I like this diagram (non-Android related):
和它的新手必看这里:
的细节可能不同的DRM软件虽然不同而有差异。
The details may differ among the different DRM software though.
这篇关于Android的DRM问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!