简体   繁体   English

在AVPlayerViewController中播放受DRM保护的视频问题

[英]Playing DRM protected video issues in AVPlayerViewController

I'm developing an iOS application of playing video app, some of the videos are DRM protected and not played in AVPlayerViewController. 我正在开发一个播放视频应用的iOS应用程序,其中一些视频受DRM保护,而不是在AVPlayerViewController中播放。 Please help me out in playing those videos. 请帮我播放这些视频。 I have referred FairPlay Streaming notes but unable to get anything out of it. 我已经提到了FairPlay Streaming笔记,但无法从中获取任何信息。

If you are streaming Fairplay DRM, you will need to implement Apple's Fairplay implementation for this: https://developer.apple.com/streaming/fps/ 如果您正在使用Fairplay DRM,您需要实现Apple的Fairplay实现: https//developer.apple.com/streaming/fps/

If you are using other types of encryption I would recommend going to something 3rd party. 如果您正在使用其他类型的加密,我建议您去第三方。 Example Playready for Smooth Streaming use something like Inside Secure's solution. 示例Playready for Smooth Streaming使用Inside Secure的解决方案。 For more info about the natively supported drm and adaptive stream types per platform check this: http://www.drmtoday.com/platforms 有关每个平台本机支持的drm和自适应流类型的详细信息,请访问http//www.drmtoday.com/platforms

Additional info: The trend is for developers to adopt DRM on a platform by platform basis, rather than one DRM for all. 附加信息:趋势是开发人员在平台的基础上采用DRM,而不是一个DRM。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM