This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

No timestamps in audio

Hello TI,


We have DM8148 based custom board and we are using ezsdk_dm814x-evm_5_05_01_04. We have designed our own application using the audio_encode and capture_encode demo provided in the ezsdk package.


We are using IL_ClientOutputBitStreamWriteTask thread to dump the data into the respective audio and video files. Now the problem I am facing is with the timestamps.

When I read the pBufferOut->nTimeStamp parameter I get the timestamp for video but in case of audio I always get '0' value for this parameter.


Further when I investigated the issue, I found out that for audio we don't assign any value to pBufHdr->nTimeStamp in AAC_Read_InputData.

So can anyone please guide me how can I have the timestamp values for the input buffer of audio?

For video we are assigning the value pBufferIn->nTimeStamp in IL_ClientProcessPipeCmdETB.

Please let me know if I am unable to explain the query and you need more information.

Thanks,

Krunal