82 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
30
votes
21
answers
38k
views
YouTube Error 153: Video Player Configuration Error when embedding YouTube videos
When embedding YouTube videos using the IFrame API or direct embed URLs, the player occasionally displays the message "Error 153: Video Player Configuration Error" instead of loading the video. This ...
0
votes
0
answers
149
views
Android YouTube player button to change video
Context
I'm building my first android app and one view in the app is supposed to be a YouTube Player at the top with a list of videos (that come from an API end point that I don't have control over). ...
0
votes
2
answers
2k
views
How to embed YouTube videos into Flutter app to start from a specified timestamp?
If you click on a YouTube video besides letting you copy the link, YouTube lets you to copy the link to start from the current time of playing. How can I do that on Flutter with YouTube embedded ...
4
votes
2
answers
6k
views
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 &...
0
votes
1
answer
219
views
Youtube player crashes when switching between landscape and portrait
I am using Android Youtube Player as
<com.google.android.youtube.player.YouTubePlayerView
android:id="@+id/youtube_player"
android:layout_width="match_parent"
...
7
votes
4
answers
16k
views
YouTube Android Player API deprecated in 2023 so how can Implement youtube player in android studio
I want to play youtube video inside viewpager, I ready documentation where mentioned that download the youtube android player api sk . But in the documentation
youtube player documentation showing it ...
1
vote
1
answer
829
views
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 ...
-2
votes
2
answers
418
views
Get rid of domain ban for youtube iframe
Somehow we managed to get a domain ban for iframe embeds of youtube videos - and find NO WAY to get it lifted!
The error is this:
"debug_error": "{"errorCode":"auth",...
9
votes
4
answers
8k
views
Looking for a Jetpack Compose YouTube Video Player wrapper dependency
Intro
I'm new to Jetpack Compose and it is not that easy for me to understand or get everything correct on my first try.
That's why I love to have a look at other's open-source work to understand the ...
0
votes
1
answer
403
views
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 ...
0
votes
0
answers
563
views
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&...
0
votes
1
answer
307
views
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 ...
0
votes
1
answer
146
views
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.
...
0
votes
0
answers
302
views
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 "...
0
votes
1
answer
298
views
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 ...