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.

Not able to connect "Intel Media SDK AAC Decoder"

raghavendrahegde
Beginner
948 Views
Hi,

I am trying to build an application which play back AAC files.

I am connecting ---> --->
0 Kudos
1 Solution
Nina_K_Intel
Employee
948 Views
Hi Raghavendra,
Such usage model of AAC decoder filter is not supported.

Media SDK is a product for video processing and audio filters are provided for compatibility sake. They are intended to be used in chains with Intel Media SDK Splitters - to decode and encode the audio stored in containers together with video.
A filter (Source, Splitter) connecting to the AAC decoder must support "push" model of data flow. FileSource likely has different model. You may try experimenting with other Source Filters and maybe find something like SourcePush. Another option is to wrap the video into container and use with a Splitter.
Regards,
Nina

View solution in original post

0 Kudos
3 Replies
raghavendrahegde
Beginner
948 Views
Still facing the same problem...

Any help is appreciated....

Thanks,
raghavendra
0 Kudos
Nina_K_Intel
Employee
949 Views
Hi Raghavendra,
Such usage model of AAC decoder filter is not supported.

Media SDK is a product for video processing and audio filters are provided for compatibility sake. They are intended to be used in chains with Intel Media SDK Splitters - to decode and encode the audio stored in containers together with video.
A filter (Source, Splitter) connecting to the AAC decoder must support "push" model of data flow. FileSource likely has different model. You may try experimenting with other Source Filters and maybe find something like SourcePush. Another option is to wrap the video into container and use with a Splitter.
Regards,
Nina
0 Kudos
raghavendrahegde
Beginner
948 Views
Nina,

Thanks for your input. I will try to decode with push source.

Regards
Raghavendra
0 Kudos
Reply