-
Notifications
You must be signed in to change notification settings - Fork 460
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
HLS Iframe only track can't be played since 1.2.0.alpha01 #1150
Comments
The specific comment thread where we discussed HLS in the context of that PR is here: #419 (comment) |
Let me take a look at this. |
Sorry for the delay. I think I've got a solution for H264 which would include general cases of byterange and I-Frame only HLS streams, which I had not personally tested when on #419. If an interim solution is required asap, then I suggest to disable "Send a synthesised empty pusi" if mode==MODE_HLS, @icbaker please let me know. |
@icbaker possible fix here https://github.com/v-novaltd/androidx-media/tree/dsparano-exo245 shall I open a PR? |
@dsparano Given the update seems to fix all reported issues, please go ahead and open the PR. We can continue any further detailed discussion in there. |
Sorry, ignore me, thanks for the PR ;) |
Version
Media3 1.2.0
More version details
The HLS IFrame only track can be played on r1.1.1, same track can't be played since media3 r1.2.0-alpha01.
Devices that reproduce the issue
On android mobile, tablet and STB.
Tested on mobile: pixel 7, pixel tablet. amazon fireTV 4k stb.
Devices that do not reproduce the issue
No response
Reproducible in the demo app?
Yes
Reproduction steps
Add Iframe only track stream into demo media.exolist.json, and play the demo app to play the iframe only track.
Any version before (include) r1.1.1, can play IFrame only track.
But since r1.2.0-alpha01, the stream can't be played, and no exception to throw.
Expected result
The IFrame only track can be played.
Actual result
Segment downloaded, but nothing rendered.
Media
iframe_only_xmap.zip
iframe_only.zip
Here are two Iframe only tracks.
Bug Report
adb bugreport
to android-media-github@google.com after filing this issue.The text was updated successfully, but these errors were encountered: