Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Observed a MEDIA_ERR_DECODE (NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - Error creating decoder for audio/mp4a-latm) error while try to play the ondemand asset from the specific source (which has one audio with supplementary audio descriptor and another audio is normal audio without any supplementary audio descriptor in PMT)) #4568

Open
Ramajayadevi opened this issue Sep 16, 2024 · 1 comment
Labels

Comments

@Ramajayadevi
Copy link

This is the raw source file we used to create an ondemand asset and played in the dash reference player.

The source file has one Clean audio along with normal main audio.

mpd tried to play : http://hout-pl10d-c23.docroot.chn7fr1.eng.velocix.com/vod_edit2-1_new/vxfmt=dp/Manifest.mpd?device_profile=DASH_MT

When we played this mpd file, observed the below error,

“MEDIA_ERR_DECODE (NS_ERROR_DOM_M
Media_error_decode_hearing_impaired_main_audio
EDIA_FATAL_ERR (0x806e0005) - Error creating decoder for audio/mp4a-latm)“.

But when we played the live channel, shared copy/cutv mpd which is created from same source file, its started playing without any error.

I can see some tickets were raised already to rule out this error, but still am seeing this error with the attached source.

Could you please check and support to rule out this error?

@davemevans
Copy link
Contributor

Your browser does not support the MPD-signalled mimeType audio/mp4a-latm. The packager probably needs transcode the audio to a suitable format and signal a supported mimeType and codecs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants