-
Notifications
You must be signed in to change notification settings - Fork 575
Description
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:
tracks [eventTime=0.03, mediaPos=0.00, window=0, period=0
group [
[X] Track:0, id=101, mimeType=audio/mp4a-latm, bitrate=31424, codecs=mp4a.40.2, channels=2, sample_rate=22050, language=und, supported=YES
]
Metadata [
TSSE: description=null: values=[SUPER © v2022.Build.80+3D+Recorder (December 12, 2022) by eRightSoft]
TDRC: description=null: values=[2023-02-23_22-10-48]
TPE1: description=null: values=[-.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.-]
TALB: description=null: values=[MP4[H.263, HE-AAC] - Stereo, 28 kbps, 44100 Hz]
TCON: description=null: values=[-.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.-]
USLT: description=null: values=[-.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.--.-]
TCOM: description=null: values=[encoded by ]
Mp4Timestamp: creation time=3760031469, modification time=3760031469, timescale=600
]
]
Media
Testcontent.MP4
Bug Report
- You will email the zip file produced by
adb bugreport
to android-media-github@google.com after filing this issue.