up vote 0 down vote favorite
share [g+] share [fb]

What is the difference between .f4v and .f4p flash video formats. Only information I have found on Adobe website is that f4p is "Protected media for Flash Player". Well my question is: how is it protected? ehat type of protection is that? Ways of encoding? Anything really...

Cheers.

link|improve this question
This isn't really programming related and I have to ask why you need, or want, to know what protection is being used. If you want to play this back within your application then you'll almost certainly need to use the Adobe Flash player plug-in. – Lazarus May 12 '09 at 11:35
But I want to use flash player. I want to write video player in AS3 (thats why i have put actionscript3 tag) and I need it to be as secure as possible because this is clients requirement. That's why i need to know what type of protection f4p is using? Is it some sort of DRM or what? – rapha May 12 '09 at 11:45
feedback

1 Answer

Have a look here (PDF), a white paper on video protection and DRM solutions using Flash Media Server.

Flash player by itself, while it can play f4p which I believe just offers extraction and modification protection, doesn't offer a DRM solution.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown