Hello,
I created a codec server containing some of our algorithms as well as TI's mpeg2dec (from the object code in the codec evaluation pack). Our algorithms run correctly, however when attempting to create an instance of mpeg2dec, I get the following messages:
[DSP] @0,874,111tk: [+0 T:0x8fa49e44 S:0x8fa4dabc] ti.sdo.fc.rman - RMAN_assignResources> Enter (algHandle=0x8a000000, resFxns=0x8fa46bb8, scratchGroupId=0)
[DSP] @0,874,256tk: [+7 T:0x8fa49e44 S:0x8fa4dabc] ti.sdo.fc.rman - RMAN_assignResources> Resource protocol ti.sdo.fc.ires.hdvicp and version 0x8fa46b5c didn't match any registered protocol and version
[DSP] @0,874,372tk: [+7 T:0x8fa49e44 S:0x8fa4db0c] ti.sdo.ce.alg.Algorithm - Algorithm_create> Assignment of alg resources through RMAN FAILED (0x8)
In the document about IRES and RMAN (spraai5), there is this comment:
"Currently RMAN does a check to ensure that the versions are an exact match. It will raise an error when an algorithm is built with a different version of a resource protocol definition than the version used by the registered IRESMAN resource manager implementation."
How would I determine which version of RMAN we are using, and the version against which mpeg2dec was built?
Thanks, Olivier