Hello,
for our current project we need to decode and display up to 4 h.264 streams on a monitor.
So I tried to init more than 1 "h264dec" decoder, but the second decoder init fails with this message:
@0,550,360us: [+6 T:0x4001db60 S:0xbedca96c] CE - Engine_createNode> Remote node creation FAILED (0x80008008).
A simple test program for loading 2 deocders:
http://pastebin.com/Ez9NkP2J
Output with "export CE_DEBUG=3":
http://pastebin.com/3rtx6Git
cmemk was loaded with this command:
modprobe cmemk allowOverlap=1 phys_start=0x85000000 phys_end=0x86800000 pools=15x4096,5x368640,8x829440,2x52500
00,4x1572864,2x256000
Is it possible lo load more than one h.264 video decoder?
What have I done wrong?
Thanks
Sandro