ExoPlayer icon indicating copy to clipboard operation
ExoPlayer copied to clipboard

Enable CastPlayer to report live stream duration

Open ptsekov opened this issue 2 years ago • 3 comments

ptsekov avatar Nov 26 '22 15:11 ptsekov

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Nov 26 '22 15:11 google-cla[bot]

@marcbaechinger, there is an issue with the PR - I will fix it and update the PR. Apparently RemoteMediaClient.requestStatus() triggers RemoteMediaClient.ProgressListener when the remote client is in the BUFFERING state. This could lead to infinite status polling if the client remains in the BUFFERING state.

ptsekov avatar Nov 29 '22 16:11 ptsekov

I've moved requestStatus() out of the progress listener.

ptsekov avatar Nov 29 '22 23:11 ptsekov

Closing all PRs on this deprecated project. We are now unable to merge PRs from here. If you would like us to consider this change again please file a new PR on the media3 project: https://github.com/androidx/media/pulls

icbaker avatar Apr 15 '24 09:04 icbaker