Code Block player = new Player(); player.playlist = new Playlist(); audio = new MediaItem('audio', stream); audio.title = title; audio.artworkImageURL = artwork; audio.subtitle = subtitle; audio.description = description; player.playlist.push(audio); player.play();
How can i make the image and subtitle appear again with tvOS 14.0.1 and 14.2?
The same thing happens when playing audio with this sample project:
https://developer.apple.com/documentation/tvmljs/playing_media_in_a_client-server_app