osmf plugin and swf verification

214 Views Asked by At

My flash player is osmf based. It loads a osmf plugin and in this plugin it calls "DefaultMediaFactory.createMediaElement(...)" to create a VideoElement and starts to play it. The cdn that hosts the content requires swf verification. Is that the osmf plugin or the player that needs to be swf verified?

2

There are 2 best solutions below

0
On

I guess this can depend on the cdn you're using and how they implement swf verification.

As far as I can tell from working with some cdns, you need to verify the module that requests the stream, so the rule of thumb is to verify the module actually doing the playback.

With this said, even if your plugin is the one triggering the request, it is more than possible that if the MediaElement class is in the player, that's what you'd need to verify.

0
On

swf verification should happen on the player, not the plugin.