Skip to content
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

Update the End of a Live Clip During Playback #1517

Closed
Xlcghs opened this issue Jul 1, 2024 · 1 comment
Closed

Update the End of a Live Clip During Playback #1517

Xlcghs opened this issue Jul 1, 2024 · 1 comment
Assignees

Comments

@Xlcghs
Copy link

Xlcghs commented Jul 1, 2024

I need to update my DashMediaSource during playback, given that this media source is a live ClippingMediaSource with a start position. I want to update the end of this clip based on an event detected in the manifest and insert a new item into the player at the end of this clip without impacting the user interface. In other words, I want the modification of the mediaSource's endTime and the transition to the next item to be seamless. Is this possible with the APIs provided by Media3, such as updateMediaItem? Do you have any idea how to achieve this?

Thank you

@tonihei
Copy link
Collaborator

tonihei commented Jul 2, 2024

Updating the clipping mid-playback is unfortunately not yet supported. The feature is tracked by google/ExoPlayer#3163.

@tonihei tonihei closed this as completed Jul 2, 2024
@androidx androidx locked and limited conversation to collaborators Sep 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants