I’m using the plugin and it works well on android but on ios device/emulator the player appears with a black screen and nothing to play.
import { YoutubeVideoPlayer } from ‘@ionic-native/youtube-video-player’;
constructor(private youtube: YoutubeVideoPlayer) {…}
and start it like this:
this.youtube.openVideo(video.snippet.resourceId.videoId);
I’m getting this xcode warnings:
[MediaRemote] [AVOutputContext] WARNING: AVF context unavailable for MRAVOutputContextCreateIndependentRoutingContext
[BoringSSL] Function boringssl_context_get_peer_sct_list: line 1754 received sct extension length is less than sct data length
Any ideas why it is not working on ios?