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
710 stars 825 forks source link

Suddenly Leaves video [BUG] #234

Open EnricoSignoriWeDoc opened 4 years ago

EnricoSignoriWeDoc commented 4 years ago

Describe the bug Im playing a live video, with the isLive = true and i allow the user to rotate the screen to resize the video. But even if i don't rotate de video suddenly the player leaves the video and shows youtube account page.

To Reproduce Steps to reproduce the behavior:

  1. Get any live video id, like SkyNews Live.
  2. Use the videoId and set isLive to true.
  3. Rotate OR just wait it to happen...

Expected behavior The video should keep running or stop, no problem. But it just leaves...

Screenshots

Screen Shot 2020-05-29 at 21 41 55

Technical Details:

sarbagyastha commented 4 years ago

Can you test with v7.0.0 ?

EnricoSignoriWeDoc commented 4 years ago

@sarbagyastha ok i will test it, thanks.