You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, looks like the extractor is only reporting an audio track.
In BoxParser.parseStsd we check the childAtomType which in case of the skipped track has a value of 0x68323633 while Mp4Box.TYPE_H263 is 0x48323633. So the extractor doesn't recognize the H.263 video track.
When I add the following in BoxParser.parseStsd I can see the presentation of a design brand intro.
Version
Media3 1.3.1
More version details
No response
Devices that reproduce the issue
Pixel 4 running Android 13
Devices that do not reproduce the issue
If playing the test content video in android stock media player it is playing fine. Regardless of device.
Reproducible in the demo app?
Yes
Reproduction steps
Play the attached video in the exoplayer demo app (I tried version 1.3.1 and also 1.4.1)
Expected result
Video is playing fine.
Actual result
Exoplayer is only recognizing and playing the containing audio Track. Video track will not be recognized:
Media
Testcontent.MP4
Bug Report
adb bugreport
to android-media-github@google.com after filing this issue.The text was updated successfully, but these errors were encountered: