plz give me advices in drm
Hi, All
If i wanna users to download movie files to his/her mmc with locked.
and then must download key from internet to unlock it before playing.
Can DRM handle this? What i must implement?
Can it protect my video file to play only with specific devices that download key ( cannot copy to friend) ?
Please advice me ? thank so much
Re: plz give me advices in drm
check the documents about DCF, with it you can basically disable files untill users have downloaded right keys for them.
yucca
Re: plz give me advices in drm
Thanks , yucca
In my case, I want user to download DCF file to his/her MMC directly.
When he/she open DCF file, How it handle user to download key from
http connection?
like .dm It works if download through WAP . But If i download .dm to my mmc directly .It can't open. How can I use it?
Re: plz give me advices in drm
firstly you need to remember that thigs work differently between different devices. DCF for example doesn't work untill OS 8. With OS 9 also some functionalities with some phones are not working correctly, like with 3250 DCF with Videoa & SIS files are not working as they should.
Anyway, have a look into DRMCommon and Helper API's, you could use them to check if the content has keys alreay, and if not you could use them to retrieve keys.
yucca
Re: plz give me advices in drm
Thanks yucca.
Do you have any examples on DRMCommon api.
I found this thread that it doesn't work.
[url]http://discussion.forum.nokia.com/forum/showthread.php?t=60633&highlight=DRMCommon[/url]
Do you have more detail?
Thank you so much.
BoY
Re: plz give me advices in drm
it is documented at least in @nd edition FP3 SDK for S60.
yucca
Re: plz give me advices in drm
[QUOTE=symbianyucca] DCF for example doesn't work untill OS 8. With OS 9 also some functionalities with some phones are not working correctly, like with 3250 DCF with Videoa & SIS files are not working as they should.
[/QUOTE]
Thank very much yucca.
However, From the above quote . Do you mean that DCF file with video not support in 3250 ? I don't have real device to test.
But my job now is doing with dcf video file.
What's problem in 3250 and another os 9.0 devices ?
Re: plz give me advices in drm
I think it is propably firmware versio related problem, and in never ones it might work correctly already. Anyway, you could try finding a post written by nitin, he suggested using RFile while opening it, and he said that with that workaround DCF should also work with video files on 3250, though never got time to check that out yet.
yucca