You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to embed the YouTubeDefaultWidget from the example in my app without success:
flutter: onReady
flutter: onStateChange state = UNSTARTED
flutter: onStateChange state = BUFFERING
[VERBOSE-2:platform_view_layer.cc(19)] Trying to embed a platform view but the PrerollContext does not support embedding
[VERBOSE-2:platform_view_layer.cc(28)] Trying to embed a platform view but the PaintContext does not support embedding
Set autoplay to true, but i cannot even see the video frame.
The text was updated successfully, but these errors were encountered:
fxsalazar
changed the title
State stuck on BUFFERING
State stuck on BUFFERING - iOS
Sep 2, 2019
@hoanglm4 I'm having another issue. Why the widget is rebuilding itself twice, calling its parent to rebuild? I'm fetching data (the video url) with a StreamBuilder and this causing an infinite loop between the fetching and the building of the player.
Try to embed the
YouTubeDefaultWidget
from the example in my app without success:Set autoplay to true, but i cannot even see the video frame.
The text was updated successfully, but these errors were encountered: