-
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
Allow transition to ended if all tracks except subtitle track have ended #5896
Comments
Confirmed that |
ExoPlayer considers the end of the media to be the point at which all media has been played, including subtitles. Why is the subtitle longer than the video? It sounds like the media is kind of broken to me. I don't think we have any plans to provide an easy mechanism for working around this. |
You can also try to use a |
@ojw28 @tonihei Now I'll try to work on |
@tonihei I approached like this >> I got a DASH media source with Media plays well so as subtitle, all I need now is just clipping subtitle length.. (since MergedMedia doesn't focus on Video timeline but on longest MediaSource...) And I've set Any idea why...? |
I just confirmed that ClippingMediaSource works on @ojw28 I guess it's still a bug.. Feel free to close this issue if there's no updates ! |
Sorry, I forgot about #5317. Clipping text and metadata is not supported yet and implementation is tracked by the linked issue. |
Looks like you just found that out yourself :) |
Nah, I should have searched more- before I raise this issue, but hopped that this would be solved by now- hahah But...now my issue is that I cannot get event when the video is finished playing........until subtitle makers don't make mistake... |
Changed this to a feature request. I think it should probably be an option, possibly passed via the track |
|
EXOPLAYER_VERSION=2.10.0
I'm testing with a video and 2 subtitles, and 1 subtitle's timeline is 3seconds longer than a video.
What happens now is, video is finished, but I don't get
COMPLETED
event until subtitle finish playing... and also "current time" keep updates and "video play time" didn't updated.What I want to do is, I want to focus on Video play time and get the
COMPLETED
event when video is finished.... what should I do?Thank you !!!
The text was updated successfully, but these errors were encountered: