Thanks Mbuni Team, Sorry! I have no plan to purchase DRM module at this moment.
Regards. Mohammad Abu-Karim On Mon, Aug 25, 2008 at 10:55 PM, Mbuni Team <[EMAIL PROTECTED]> wrote: > Hi Mohammad, > > > > The DRM module is $4,000 USD. You will have to purchase the license and we > will provide you the module, unlock code and instructions. > > > > Rich Eicher > > Mbuni/Skycore > > [EMAIL PROTECTED] > > > > ********************** > "Mbuni Commercial" is a joint venture between Skycore LLC in the United > States & Digital Solution in Uganda, Africa. Our goal is to provide a cost > effective open-source multi-media messaging solutions funded through > consulting and support to further the advancement of MMS in both the > industrialized and developing world. Financial contributions are used to > support and improve the Mbuni product. > > > > *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On > Behalf Of *Mohammad Abu Karim > *Sent:* Monday, August 25, 2008 3:43 PM > *To:* Mbuni Team; [EMAIL PROTECTED] > > *Cc:* [email protected] > *Subject:* Re: [Users] Adding DRM (Digital Rights Management) to smil MMS > > > > Dear Mbuni Team, P. A. Bagyenda, > > > Thanks alot for the valuable replies. > > You must apply DRM to the MM7 envelopes based on what DRM and encoding the > phone supports (X-DRM or OMA Forward Lock) > > > How I can apply that, Please give me the any document or tutorial to > explain this in more details, If you have. > > > Thank you for your effort and patience. > > Regards. > > Mohammad Abu-Karim > > > On Mon, Aug 25, 2008 at 6:31 PM, Mbuni Team <[EMAIL PROTECTED]> wrote: > > Mohammad, > > > > DRM will not work on the majority of phones by implanting a .DM file into > an MM7 SMIL. That technique is used mainly for WAP downloads. You must > apply DRM to the MM7 envelopes based on what DRM and encoding the phone > supports (X-DRM or OMA Forward Lock). In addition, many phones have trouble > with displaying certain mime types which have been Forward locked which work > perfectly unlocked. Content providers will often have to discover the device > through MM5 or MM7 6.8.0 and trans-code these files to mime types which the > device can play while locked. > > > > Rich Eicher > > Mbuni/Skycore > > [EMAIL PROTECTED] > > > > ********************** > "Mbuni Commercial" is a joint venture between Skycore LLC in the United > States & Digital Solution in Uganda, Africa. Our goal is to provide a cost > effective open-source multi-media messaging solutions funded through > consulting and support to further the advancement of MMS in both the > industrialized and developing world. Financial contributions are used to > support and improve the Mbuni product. > > > > *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On > Behalf Of *P. A. Bagyenda > *Sent:* Monday, August 25, 2008 10:59 AM > *To:* Mohammad Abu Karim > *Cc:* [email protected] > *Subject:* Re: [Users] Adding DRM (Digital Rights Management) to smil MMS > > > > DRM is a long and sometimes scary story. Yes in general you must do as the > archive mail says. In practice, you need to adapt the DRM wrapper to each > type of device (based on device capabilities). Mbuni doesn't handle this for > you. There is a commercial module from Skycore (www.skycore.com) that does > however do DRM wrapping based on matching UAProf strings and such. > > On Aug 25, 2008, at 15:52, Mohammad Abu Karim wrote: > > > > Hi Guys. > I have question about adding the DRM to the smil file content. > > I am trying to add the DRM to the smil file content (images, audio, video), > I have searched in the mailing list and I got this thread > > http://www.mail-archive.com/[email protected]/msg01173.html > > *and the following is the smil file:* > > <?xml version="1.0" encoding="UTF-8"?> > <!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 1.0//EN" " > http://www.w3.org/TR/REC-smil/SMIL10.dtd"> > > <smil xmlns="http://www.w3.org/TR/REC-smil"> > <head> > <meta > name="title" > content="Test Smil MMS with DRM"/> > <meta > name="author" > content="Author"/> > <meta > name="copyright" > content="Copyright"/> > <layout > type="text/smil-basic-layout"> > <root-layout > id="rootLayout" > width="176" > height="208"/> > <region > id="image_reg" > background-color="white" > left="9" > top="9" > width="163" > height="192" > fit="fill"/> > <region > id="text_reg" > left="18" > top="78" > width="144" > height="48"/> > </layout> > </head> > <body > id="body"> > <seq> > <img > dur="3s" > src="http://webserver/serving_files.php?file=img_1.jpg" > region="image_reg" > id="img_1" > begin="0ms"/> > <text > dur="4s" > src="http://webserver/text_file.txt" > region="text_reg" > id="text_1" > begin="0ms"/> > <img > dur="4s" > src="http://webserver/serving_files.php?file=img_2.jpg" > region="image_reg" > id="img_2" > begin="0ms"/> > </seq> > </body> > </smil> > > And I added the DRM Headers to the images through such script. > > Is this the only way to add the DRM to the smil MMS? > Is there anybody used this way and success? > Is there any tutorial or manual to explain adding the DRM to a smil MMS? > > Regards. > > Mohammad Abu-Karim > > > > > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.mbuni.org/mailman/listinfo/users > > > > >
_______________________________________________ Users mailing list [email protected] http://lists.mbuni.org/mailman/listinfo/users
