sarbagyastha / youtube_player_flutter

A Flutter plugin for inline playback or streaming of YouTube videos using the official iFrame Player API.
https://youtube.sarbagyastha.com.np
BSD 3-Clause "New" or "Revised" License
701 stars 810 forks source link

Initiative to discover new projects: Youtube Player for Flutter #404

Open zxl777 opened 3 years ago

zxl777 commented 3 years ago

youtube_player_flutter and youtube_player_iframe have not been updated for several months, and it looks like they have stopped maintenance. Currently, there is no complete YouTube Player project on pub.dev, Are you interested in reopening a project to continue its healthy development?

I have tried to play YouTube url with VLC Player or video_player. Although it can be played, this method cannot be approved by Apple and will be rejected.

Using iFrame Player API should be the most appropriate solution.

sarbagyastha commented 3 years ago

youtube_player_iframe was just updated two days back. I'll update youtube_player_flutter too once i get free.

zxl777 commented 3 years ago

@sarbagyastha

Good news, I almost thought you gave up such this useful project.

youtube_player_flutter It is basically usable in development, but not available for productization. The main problem is that Example fails to load the video for the first time on an Android 6.0 device. When I do a Hot restart, then app load and play correctly.