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
708 stars 820 forks source link

[BUG] Video pauses when open full screen mode #403

Open ozandem opened 3 years ago

ozandem commented 3 years ago

Describe the bug While watching live video from app, whenever I clicked full screen mode, video stops and I have to start again.

To Reproduce Open the full screen mode while watching video.

Expected behavior Video should continue where it was.

Screenshots Before full screen the video plays, ss90 Then whenever I clicked fullscreen video stops.I have to start again. ss92

Technical Details:

Additional context

I wrap YoutubePlayer with YoutubePlayerBuilder for full screen support

YoutubePlayerBuilder(
          player: YoutubePlayer(
            controller: _controller,
            liveUIColor: Colors.red,
            showVideoProgressIndicator: true,
          ),
          builder: (context, player) {
return 
 }
stvhrs commented 3 years ago

same here

mustafa-707 commented 3 years ago

same here

Bwolfs2 commented 3 years ago

No Workaround?

App-Designer2 commented 3 years ago
            First of all thank you so much 😊,One question, can it be implemented even in SwiftUI ?In advance thank youBest greeting.Enviado con la aplicación WEB.DE MailAm 11.03.21 um 14:18 schrieb Vilson Blanco Dauinheimer

                Von: "Vilson Blanco Dauinheimer" ***@***.***>Datum: 11. März 2021An: "sarbagyastha/youtube_player_flutter" ***@***.***>Cc: "Subscribed" ***@***.***>Betreff: Re: [sarbagyastha/youtube_player_flutter] [BUG] Video pauses when open full screen mode (#403)

No Workaround?

—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe. [ { @.": "http://schema.org", @.": "EmailMessage", "potentialAction": { @.": "ViewAction", "target": "https://github.com/sarbagyastha/youtube_player_flutter/issues/403#issuecomment-796729224", "url": "https://github.com/sarbagyastha/youtube_player_flutter/issues/403#issuecomment-796729224", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { @.": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

anup-geeky commented 3 years ago

@ozandem have you got a solution for this?