Hello,
Welcome to our Microsoft Q&A platform!
The AVPlayerViewController provides a simple way of displaying a player with some standard controls. If you want to display the thumbnails, you have to Customize the tvOS Playback Experience.
You could try using AVPlayerLayer and creating an array whose item type is AVMutableMetadataItem
and whose value
is the image . Then set this array to playerItem.ExternalMetadata
.
Pay attention to AVMutableMetadataItem
, the value of AVMetadataItem
is read-only.
Best Regards,
Wenyan Zhang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.