Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue google#4185 Shaka vs ExoPlayer behaviour difference. Multi-Peri…
…ods do not advance whilst media renderer has more data A static MPD with multiple Periods can play out differently between Shaka (e.g. PC/Chromecast) vs Android and AndroidTV devices. Looking further it seems that the logic in library/core/src/main/java/com/google/android/exoplayer2/ExoPlayerImplInternal.java::updatePeriods() is the reason for this because Periods will not advance to the next Period when there might still be some audio/video data remaining to be rendered.
- Loading branch information