948 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
55
views
react native youtube live stream unable to detect camera error
I a trying to integrate youtube live streaming feature in my reactnative app but the problem is when it runs it gives me an error below
[11:49:25] W | ReactNativeJS ▶︎ Warning: Error: Element type ...
1
vote
1
answer
117
views
Understanding Youtube Permissions for Android Applications
Imagine I am creating a Android app that use Youtube API to upload user data. Since I don't wish to be the unique user of this application, all other users, should upload all videos made within this ...
0
votes
0
answers
51
views
#youtube-v3-api Quota Increase Needed for multiple Sub-Accounts
Need help with the #youtube-v3-api Quota Increase Needed for multiple Sub-Accounts in our software for independent users that will be using their own google oAuth and Logins for YouTube channel API's
...
0
votes
1
answer
126
views
React Native Using React Native HTMLView and React Native Youtube Iframe is crashing when another component Touchable Opacity is clicked
I have this in my Render method:
<View style={{flexDirection:'row',}}>
<View style={{marginTop:15,}}>
...
0
votes
0
answers
129
views
Find recommended videos per user with or without YouTube API
For a mobile application, I need to access the list of videos that YouTube recommends to each of my users.
However, the documentation on this matter in the YouTube API doesn't seem to be up-to-date; ...
1
vote
0
answers
305
views
How can a user filter video results by language on YouTube?
If i searched for ( how to install "thing goes here") but it shows videos from channels that are from united states , would that be possible?
Tried changing my location in YouTube , didn't ...
0
votes
1
answer
59
views
Retrieving YouTube title, comments with users tokens increasing quota usage
In YouTube v3 API does using users tokens to retrieve video information like videos title, thumbnail, comments increase the daily usage quota of user which is 10000 per day. I am using test user's to ...
0
votes
0
answers
195
views
YouTubeStandalonePlayer is stopped working?
YouTubeStandalonePlayer.createVideoIntent(
activity,
getString(R.string.places_api_key),
videoCode, 0, true, false
).let {
startActivity(it)
}
This is stopped working. It shows an error while playing ...
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"
...
0
votes
1
answer
143
views
Youtube Iframe api, visual and sound do not go together in video
I have an activity which has list of video thumbnail. When I click on the video thumbnail I create this fragment in the middle of the screen. I am sending the video id to fragment. When the fragment ...
-3
votes
1
answer
133
views
Hello I have this same problem with my Flutter app where the YouTube API v3 doesn't load on Playstore and only on the Emulator
Hello I have this same problem with my Flutter app where the YouTube API v3 doesn't load on Playstore and only on the Emulator ,
I tried to install Pro-Guard-rules and adjusted the build.gradle but ...
0
votes
0
answers
2k
views
Added info cards are not visible on Youtube video
I have updated Youtube video by using Youtube data api.I got successful response from api. I have updated my video title and also added cards with api. I can see title was updated instantly but not ...
0
votes
0
answers
158
views
Check if youtube video player is playing (Android Studio)
YouTubePlayerView youtubeplayerview;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main3);...
0
votes
0
answers
76
views
Issue when using embedded YouTube API for app
I made an app that can watch videos uploaded on YouTube through YouTube API.
I saved the URL, channel name, and thumbnail of the videos in my database and it's being called up from the app and played ...