The issue arises when the first video in the playlist is scheduled, then freeze (even with Latest) Library as I would prefer it to automatically skip the scheduled video and proceed to the next one #1101
@PierfrancescoSoffritti
I have utilized a library for playing YouTube videos, and it has been functioning adequately. However, I have encountered a minor bug even in the latest version (12.1.0). The issue arises when the first video in the playlist is scheduled, the black screen would shown and freeze but as I would prefer it to automatically skip the scheduled video and proceed to the next one. I appreciate your ongoing efforts and support. Thank you.
Kind regards
@PierfrancescoSoffritti I have utilized a library for playing YouTube videos, and it has been functioning adequately. However, I have encountered a minor bug even in the latest version (12.1.0). The issue arises when the first video in the playlist is scheduled, the black screen would shown and freeze but as I would prefer it to automatically skip the scheduled video and proceed to the next one. I appreciate your ongoing efforts and support. Thank you. Kind regards
youTubePlayerView = findViewById(R.id.youtube_player_view); IFramePlayerOptions iFramePlayerOptions = new IFramePlayerOptions.Builder() .controls(1) .listType("playlist") .list(PLAYLIST_ID) .build();