Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 Flash 播放器是基于 osmf 的。它加载了一个 osmf 插件,在这个插件中它调用“DefaultMediaFactory.createMediaElement(...)”来创建一个 VideoElement 并开始播放它。托管内容的 cdn 需要 swf 验证。是osmf插件还是需要swf验证的播放器?
swf 验证应该发生在播放器上,而不是插件上。
我想这可能取决于您使用的 cdn 以及它们如何实现 swf 验证。
据我从使用某些 cdns 可以看出,您需要验证请求流的模块,因此经验法则是验证实际执行播放的模块。
话虽如此,即使您的插件是触发请求的插件,但如果 MediaElement 类在播放器中,那很有可能是您需要验证的。