newtaDev / pod_player

Video player for flutter web & mobile devices, Play video from youtube or vimeo or network in flutter using pod player
https://pub.dev/packages/pod_player
MIT License
106 stars 203 forks source link

youtube live supported for latest version? #150

Closed wilson0506 closed 1 year ago

wilson0506 commented 1 year ago

===== YOUTUBE API ERROR: Invalid argument (urlOrUrl): Invalid YouTube video ID or URL: "https://www.youtube.com/live/XXXXXXXX"

can it be auto detected with setting ,live: true

newtaDev commented 1 year ago

Yes you can set live = true to play live videos

wilson0506 commented 1 year ago

but can it be, if there is live, then use live:true, if the live is finished, then use live:false automatically?