Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

AVPlayerItemStatusUnknown after several player.reset() and player.setUrl() #48

@callmewa

Description

@callmewa

Issue Summary

A brief but thorough description of the issue.

Reproduction Steps

repeat the following code several times

playerView.player.reset()
self.playerView.player.setURL(#validUrl)
playerView.player.play()

Expected Behavior

after setURL player status becomes AVPlayerItemStatusReadyToPlay regardless of repetition

Actual Behavior

player status permanently becomes AVPlayerItemStatusUnknown and will not recover with reset

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions