Hi,
I am trying to decode mpeg4 raw data with CMMFDevVideoPlay. I have used mime type video/mp4v-es. However, when I copy the packets into the decoder it leaves with KErrCurrupt.
Do the packets need to have RTP headers/footers for this mime type? I have configured the decoder with this header:
TVideoPictureHeader header = {0};
header.iProfile = 0;
header.iLevel = 3;
header.iVersion = -1;
header.iSizeInMemory.iWidth = 320;
header.iSizeInMemory.iHeight = 240;
header.iDisplayedRect.SetRect(TPoint(0,0),TSize(320,240));
Any ideas?





