androidx / media

Jetpack Media3 support libraries for media use cases, including ExoPlayer, an extensible media player for Android
https://developer.android.com/media/media3
Apache License 2.0
1.73k stars 414 forks source link

AC-3 is not detect - part 2 #999

Open FongMi opened 10 months ago

FongMi commented 10 months ago

Version

Media3 1.2.1

More version details

This url exo can detect AC-3 packet and have two audio tracks (mpeg-L2 and AC-3) but into getMappedTrackOutput can't mapping Unmapped track with id 129 of type 1 Beacuse id = 3 has been insert image

Devices that reproduce the issue

Xiaomi 13

Devices that do not reproduce the issue

No response

Reproducible in the demo app?

Yes

Reproduction steps

Play this url Need to set mineType to hls

Expected result

Can see two audio tracks

Actual result

Only one audio track

Media

url

Bug Report

FongMi commented 10 months ago

I think that id=null is ac-3 track image

JaroslavHerber commented 2 weeks ago

Any progress on this? :)