Hi
I have the private version of the Smart TV SDK and am having trouble installing an emulator package that gives me access to Playready DRM functionality.
Here are the steps I have taken from a dos box:
sdb root on
sdb push playready-0.2.5-1.i586.rpm /tmp
sdb shell
$cd /tmp
$rpm -ivh playready-0.2.5-1.i586.rpm
Everything works until I issue the rpm command, which gives the following error.
"
Preparing... ########################################### [100%]
package playready-0.2.5-1.i586 is already installed
file /usr/apps/tee/ta_sec_playready from install of playready-0.2.5-1.i5
86 conflicts with file from package playready-0.2.5-1.i586
file /usr/lib/libplayready.so.0.1.0 from install of playready-0.2.5-1.i5
86 conflicts with file from package playready-0.2.5-1.i586
sh-3.2# rpm -ivh playready-0.2.5-1.i586.rpm
"
After Googling, I've tried using additional options such as --replacepkgs (which produces the same error) and --replacefiles (which tells me that the package is already installed but the API functionality still does not appear to work).
Does anyone know the correct way to ensure that I have installed this correctly?