-Fixed bad window timeline caused by reusing media source on unblocking.
-Fixed timeline recovery skipping. -Fixed timeline updates resumes playing when player is paused.
This commit is contained in:
parent
e9cdb28a06
commit
6b16b08712
8 changed files with 112 additions and 63 deletions
|
|
@ -72,7 +72,7 @@ public class NavigationHelper {
|
|||
.putExtra(BasePlayer.INTENT_TYPE, VideoPlayer.PLAYER_INTENT)
|
||||
.putExtra(VideoPlayer.PLAY_QUEUE, instance.getPlayQueue())
|
||||
.putExtra(VideoPlayer.RESTORE_QUEUE_INDEX, instance.getCurrentQueueIndex())
|
||||
.putExtra(BasePlayer.START_POSITION, instance.getPlayer().getCurrentPosition())
|
||||
.putExtra(BasePlayer.START_POSITION, instance.getPlayerCurrentPosition())
|
||||
.putExtra(BasePlayer.PLAYBACK_SPEED, instance.getPlaybackSpeed());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue