apache / apache/cordova-plugin-media

I can't listen android 8.1 MPEG ADTS, AAC, v4 LC, 8 kHz, monaural

Open
#240 0 comments 0 reactions 0 assignees View on GitHub
platform: android support
Dominant language
JavaScript
Stars
391
Forks
762
PR merge metrics
No merged PRs in 30d

Description

I have two files:
adios.m4a: ISO Media, MP4 v2 [ISO 14496-14]
hola.m4a: MPEG ADTS, AAC, v4 LC, 8 kHz, monaural

I can listen boths on android 5.1
I can listen adios.m4a on Android 8.1 but I can't listen hola.m4a, the callback return err {code : 1}

I wrote
my_media = new Media( 'https://..........', onSuccess, onError);
my_media.play();

Thanks in advance

Contributor guide

Open the contributing guide

Research direction

Start by reproducing playback of hola.m4a on Android 8.1 with the JavaScript Media example and compare it with adios.m4a. Inspect the returned error code and the Android media path; done means establishing whether this AAC ADTS file should play or documenting a confirmed compatibility limitation.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, javascript
Domain
mobile-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.