We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! Sometimes, when I stream a live stream (HLS) to chromecast, I get a 'playPosition can not be negative when playing a live stream' Exception.
If I edit the FullScreenExoPlayerFragment.java and replace
castPlayer.setMediaItem(mediaItem, videoPosition);
with
castPlayer.setMediaItem(mediaItem);
on onCastSessionAvailable (currently on line 1331)
then this bug is mostly gone.
The text was updated successfully, but these errors were encountered:
@PhantomPainX Can you deal with that one
Sorry, something went wrong.
@jepiqueau roger that 👍🏻
No branches or pull requests
Hi! Sometimes, when I stream a live stream (HLS) to chromecast, I get a 'playPosition can not be negative when playing a live stream' Exception.
If I edit the FullScreenExoPlayerFragment.java and replace
with
on onCastSessionAvailable (currently on line 1331)
then this bug is mostly gone.
The text was updated successfully, but these errors were encountered: