Closed defagos closed 6 years ago
I again tried to bind the same AVPlayer
to two AVPlayerLayer
instances at the same time. Only the layer to which the player has been assigned last displays the content.
Having several AVPlayerLayer
s bound to the same player (thus displaying the same content) is indeed possible.
It seems possible to have to player layers display the same content. In my tests, only the last layer could display the content, but maybe I did something wrong.
This possibility should be investigated again.