Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

aac+latm

koby_s_
Beginner
493 Views

Hi

I tried to decode AAC/LATM mpeg-ts stream type 0x11) stream with the audio decoder but got MFX_ERR_NOT_SUPPORTED.

AAC with ADTS header stream (mpeg-ts stream type 0xF) is working fine.

is there any way to make the decoder decode AAC/LATM stream?  

Thank you

Koby

0 Kudos
1 Reply
Jeffrey_M_Intel1
Employee
493 Views

As with the rest of Media SDK, only elementary (raw) formats are supported.  Demuxing (in this case, from the mpeg-ts container) is external and must be handled by another framework.  While in some cases media sdk parsing fault tolerance can handle container inputs this does not indicate that container format input is expected to work in all cases.  As I understand, this implementation covers AAC only, not LATM. 

0 Kudos
Reply