-
Notifications
You must be signed in to change notification settings - Fork 6k
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
608 captions will not appear without seeking back #3250
Labels
Comments
are there any news about possible causes? |
I'll have a look. |
ojw28
pushed a commit
that referenced
this issue
Sep 19, 2017
1- Avoid dropped buffers by using a PriorityQueue instead of a set. 2- Process the end of stream after non-EOS buffers. Issue:#3250 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=169077365
This is fixed in |
Awesome, thanks! |
ojw28
pushed a commit
that referenced
this issue
Sep 19, 2017
1- Avoid dropped buffers by using a PriorityQueue instead of a set. 2- Process the end of stream after non-EOS buffers. Issue:#3250 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=169077365
ojw28
pushed a commit
that referenced
this issue
Sep 20, 2017
1- Avoid dropped buffers by using a PriorityQueue instead of a set. 2- Process the end of stream after non-EOS buffers. Issue:#3250 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=169077365
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue description
After I load the video with 608 captions and select the right text track, the captions will not show. I need to seek back (before completing the video playback) in order for the captions to appear.
The expected behavior is that the 608 captions must always appear when they're enabled.
Reproduction steps
I added the below HLS video to the Demo Samples using the latest ExoPlayer version 2.5.1.
The video has 608 captions, and you can see them at ~2 seconds, ~8 seconds and ~9 seconds.
Steps
There are some steps I follow to make the captions to appear.
Link to test content
http://solutions.brightcove.com/jwhisenant/hls/608_exoplayer_captions_issue/bipbop/bipbop_4x3_variant_1seg.m3u8
Version of ExoPlayer being used
ExoPlayer version used: 2.5.1
Device(s) and version(s) of Android being used
Tested with Google Pixel with Android 7.1.2
A full bug report captured from the device
Bug report:
bugreport-NJH47F-2017-09-07-16-45-03.zip
The text was updated successfully, but these errors were encountered: