MrJai / flutter_to_airplay

Flutter plugin that offers two widgets, one to play a video for a given URL or file path using native AVPlayer and second with an option to airplay it on available Apple devices.
MIT License
30 stars 24 forks source link

Get current time from video player #11

Open MeshkaniMohammad opened 3 years ago

MeshkaniMohammad commented 3 years ago

Hi. Could you make it in a way to get the current time and the total time of video or make it in a way to sync with other video player plugins?

vanlooverenkoen commented 2 years ago

I don't think that is something that needs to be done by this plugin. I am using video_player and it worked like a charm. Everything is reported correctly as long as you did the initial video_player configuration correctly.