Questions tagged [youtubeplayer]

88 questions
3
votes
0 answers

Edit Youtube Player Flutter - Custom - Flutter

I use youtube_player_flutte, YouTube API for mobile app. How can I remove the red circles on the main screen player of my app (as you can see in the photo below ) or is there another way I can do this?
bustoip
  • 31
  • 1
3
votes
1 answer

youtube_player_flutter: ^7.0.0+6 not enabling full Screen on iOS

Hello friends i am using youtube plugin youtube_player_flutter: ^7.0.0+6 for playing youtube videos the problem is thats its working fine on android device but on ios device its not enable full sacreen mode i test it on ios real device but not…
Aneel Illyas
  • 185
  • 1
  • 2
  • 12
3
votes
1 answer

Error in Flutter App while implementing youtube player

Please find the below Error: Compiler message: ../lib/youtube_player.dart:1175:31: Error: No named parameter with the name 'isInitialRoute'. settings: RouteSettings(isInitialRoute: false), …
Jansaida
  • 41
  • 4
3
votes
2 answers

YouTubePlayer - change background colour iOS

I am using the YouTubePlayer from here. Everything works fine except on loading and changing of orientation there is some showing of white view. On loading there is a white screen before the player is ready. On changing of orientation while the…
surToTheW
  • 772
  • 2
  • 10
  • 34
2
votes
0 answers

Unable to play video with Youtube player in web app on IOS devices

I built a web app which plays Youtube videos, using Angular YouTube Player with a standard setup. It was working fine, however in last few month several IOS users reported, that video is not playing from my app. No errors appear in logs, Youtube…
2
votes
0 answers

Android YouTubePlayer pauses in PIP mode

I'm using YouTubePlayerFragment to play YouTube videos. When the activity goes to PIP mode the PLAYER_VIEW_TOO_SMALL error. Any idea how to fix it? Layout
2
votes
1 answer

How to fix 'YoutubePlayer stuck on landscapeMode after encountering network error'

I have implemented YouTubePlayer.OnFullscreenListener and when playing in landscape mode and if error comes due to network or anything else, I want to exit landscape mode. For this I use: youTubePlayer?.setFullscreen(false) But, youtube does not…
Varun Naik
  • 42
  • 1
  • 3
2
votes
1 answer

YouTubePlayerView Picture in Picture android

I'm making an application that implements the picture in picture functionality in android. When you click on the image, open a new activity with the picture in picture functionality. if I activate the function without giving play to the video, the…
1
vote
2 answers

How to implement YouTube IFrame Player API in Android using kotlin and jetpack compose?

YouTube Android Player API SDK has been fully deprecated. It is no longer supported or maintained by YouTube. So need to implement YouTube IFrame Player API in Android. When play an YouTube video "An error occurred while initializing YouTube player"…
1
vote
1 answer

How to Lazy load webView in react native?

I have Implemented using React.lazy and Suspense in react-native but it seems it does not working with react-native. I had followed This Youtube Video Basicaly I want to embed Youtube Player in react native app using react-native-youtube-iframe…
1
vote
0 answers

Is there any way to hide the share and watch functionality from the player view or YouTube 3rd party player. Also long press sharing option

I'm using YoutubePlayerView library to play the YouTube mp4 videos and live streams. Using this player I'm able to play YouTube content but I want to hide the three dots in right corner which shows share and watch later option, also long press copy…
Satish Thakur
  • 184
  • 1
  • 14
1
vote
1 answer

Watch YouTube video with youtube_player_iframe Flutter

I would like to know how to open a YouTube video and showing it on my Flutter app with a video player that allow the user to stop the video, moving forward, backward just dragging the finger on the bottom line of the video. I was thinking to use…
1
vote
1 answer

Youtube video keeps goint to Start when seeking

I am using this youtube player flutter package. but whenever move the seek bar the video restarts. also sometimes the total video duration is also wrong... need a suggestion.. thanks in advance YoutubePlayer( controller: _controller, …
Why_So_Ezz
  • 160
  • 1
  • 7
1
vote
0 answers

Can't play multiple youtube live at same time with react native(iOS)

I am developing an ios app that allows users to watch multiple youtube streams at the same time. I am using react-native as the framework. It works without any problem on the simulator. However, when I test the app on my real device, it just can't…
FWF
  • 11
  • 1
1
vote
0 answers

Youtube embed loads with low resolution thumbnails and looks blurry

we are using YouTube Player API to embed youtube videos in our app and right now we are facing an issue where when the video is loaded and ready to play, it loads with low resolution thumbnails and because of that it looks blurry. We found that this…
KunalK
  • 1,904
  • 4
  • 22
  • 40