Cast Extension: Detecting track changes while casting
Open
- Dominant language
- Java
- Stars
- 21.9k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
How to detect that track has finished or has changed for CastPlayer? For normal player I use onTracksChanged which detect that I skip to another track and onPositionDiscontinuity with reason == 0 to detect that track is finished.
For CastPlayer onTracksChanged is never called and onPositionDiscontinuity with reason == 0 is called very often when I connect to Chromecast and when I skip to another track.
Version: 2.7.0
Contributor guide
Assessment
This issue has not been assessed yet.