Questions tagged [youtubeplayer]
88 questions
0
votes
0 answers
Youtube Player Flutter infinity loading after release
I’m using youtube_player_flutter package it works on emulator
But when release the video goes in infinity load
I tried to add permissions on Android file directly “didn’t ask user”
but that wasn’t helpful
If there any thing you can help
Or specific…

Joe
- 1
- 1
0
votes
0 answers
How to use YuotubePlayer View in Recyclerview without Extending YoutubeBase Activity
I want to play youtube videos in recycler view. I don't want to use Youtubase Activity. Because there are other components that are not available in YoutubBase activity.
0
votes
1 answer
Youtube Player API: Not working in nested iframes
I have an application that shows Youtube videos using YTPlayer API, People can log in to my application and add some comments to the Video via messages and replies.
It is working fine without any issues, the problem I am having now is if I embed my…

Nani
- 41
- 6
0
votes
0 answers
Youtube iframe not playing within a certain domain - why?
We are a motorsport media outlet (the biggest in Germany). When embedding videos (any video!) from youtube, for some reason, this doesn’t work anymore.
"debug_error": "{"errorCode":"auth","errorDetail":"0","errorMessage":"Video nicht…

PapuaQ
- 23
- 2
0
votes
1 answer
how can I change the startSeconds of Youtube dynamically in Angular
what I expected is that whenever the startSeconds property of youtube-player changes, the youtube-player would jump to the new startSeconds.
However, although I had changed the variable bound to startSeconds property,
the youtube video didn't play…

Yu Chuan
- 1
0
votes
1 answer
YoutubePlayerAPI not working in android 11 and 12
YoutubeplayerAPI is not working in Android 11. After player is successfully initialized, on loadvideo video keeps loading.
This issue is present in Xiaomi, Realme, and Oppo devices with Android 11.
Manifest…

Rushi Dalvi
- 1
- 4
0
votes
0 answers
Reverse engineering JavaScript to get a Request function?
For my Project i use the youtube-player api and i need the Transcript of an Video and Video id's of an playlist
I would like to get the Standard Youtube Transcript, which you get when you click "show transcript" on youtube.com. (either native…

Merlin Blatterer
- 13
- 4
0
votes
1 answer
How to play you tube video in react-js without share option?
I am trying to play some unlisted videos through my academy portal and only paid users can access it. But while I'm using you tube player it can share to anyone from a paid user. How I solve this issue..? Thanks in advance

Afsal N k
- 1
- 2
0
votes
0 answers
How to detect YTPlayerState in objective c
How can I get the YTPlayerState in objective c? I need to check the state of the video alone.

sejn
- 2,040
- 6
- 28
- 82
0
votes
1 answer
i want to play youtube player in fragment but i dont understand how to extend youtube base Activity with fragment this player correctly working on act
i want to play youtube player in fragment but i don't understand how to extend youtube base Activity with fragment this player correctly working on activity but i want to play in fragment
VideoPlayer extends YouTubeBaseActivity implements…
0
votes
0 answers
Unable to Play Video Links in React
I am trying to play video links in react, at the moment only youtube player plays. How can I add wistia, vimeo, and loom? I have tried using the VLC player but it throws an error regarding the dependencies.
import ReactPlayer from…
0
votes
1 answer
Angular youtube player not displaying videos when app is deployed
guys!
Ran into interesting behaviour when using angular youtube player(ngx-youtube-player
). The video displays perfectly fine when app is running on localhost, but when deployed app is running, video simply doesn't show up in the component. Console…

Kateryna
- 56
- 6
0
votes
2 answers
android studio java mapping function for multiple IDs
I'm a beginner in android development with java and I have some code that inserts and plays a youtube video in a fragment .
private YouTubePlayerView youTubePlayerView;
public View onCreateView(@NonNull LayoutInflater inflater,
…

Βαρβάρα Ξιάρχου
- 99
- 1
- 9
0
votes
1 answer
Angular - I'm using YouTube player API. I want refresh component with reloading page
I created a simple application about my work and I am using YouTube player API to play/embed my work videos. All I want is to play random videos every time I visit my portfolio page without reloading. And also I want use play/pause events provided…

welkro
- 105
- 9
0
votes
1 answer
Is there any way we can play YouTube video on AR Core augmented image in Android?
I have a requirement of playing a YouTube video on augmented image. I'm trying to play a YouTube video on a augmented image using YouTube player API. But, the issue is video is not showing only audio is playing. Can anyone help me achieve my…

Rajesh
- 135
- 7