Go YouTube API: What use instead of liveBroadcasts.control method to display...
Re golang YouTube API, I would like to know what calls to perform to make a slate image appear in the middle of a livestream. Reading the API documentation here, it's suggested that the "control"...
View ArticleJavascript not modifying Youtube web page
I'm learning how to create firefox extensions. I just started developing one to delete youtube comments.manifest json:{"name": "Comment-Blocker","version": "1.1","manifest_version": 2,"description":...
View ArticleYoutube API - Get youtube-trends via Json, possible?
is it possible to get the Youtube Trends http://feeds.feedburner.com/youtube-trends via json?Youtube GDATAhttp://gdata.youtube.com/demo/index.htmlExample json...
View ArticleYouTube IFrame API stopping before end
Is it possible to stop a video using the YouTube API one second before the end or just stopping it resetting back to the beginning? This is regardless of the length of the video itself.Thanks in advance
View ArticleEmbed setting was invalid (invalidEmbedSetting)
When creating a broadcast using Youtube api, the youtube api return error.But in youtube studio was able to check embbed videoThe problem is when set attribute setEnableEmbed to...
View ArticleYoutube API Live Broadcast: Embed setting was invalid
I get the following error: "Embed setting was invalid" if I want to create a live broadcast with embeded enabled.This is how I made the request:gapi.client.youtube.liveBroadcasts.insert({ part:...
View ArticleHow to get newest videos from channel with YouTube api? [closed]
I want get videos from a channel(static data.) with YouTube api. And i want do this with axios. can they guys help to me?
View ArticleUsing Youtube as video storage for my mobile app
I'd like to create an mobile app which allows end users to share videos between themselves. I am in doubt with YouTube API right now because my plan has been to create YT channel and allow users to...
View ArticleYouTube captions API returns inaccurate data
I'm using the YouTube V3 API to check if a video has any captions. The example video I'm using in this case is ID TM3sNH7c5B4.My request looks like this:def get_youtube_caption_info(client, video_id):...
View ArticleHow to check if someone is subscribed to you with the Google API?
The title basically says it all. Is there a way using Python or Java (I'm fine with either), to figure out if someone is subscribed to me on YouTube? I have access to the users Google email/username...
View ArticleIs it possible to allow a user to upload a video to their channel through a...
Is it possible to allow a user to upload a video to their channel through a HTML/javascript form?If yes I am not sure how the google authentication would work on users end.The code snippets refer to...
View ArticleHow can I upload videos into my youtube account without oAuth consent screen...
I want to upload local videos into my youtube account through my web app without oAuth consent screen. I am using node js as server and react js as frontend.
View ArticleHow to stop video after Home button is clicked
I hope someone can help with this.After the home button is clicked, this should occur: player.stopVideo();That is what I am trying to do in the code.Currently if the video is playing, and the home...
View ArticleWhen Home button is clicked, video should stop
I hope someone can help with this.What I want to do is have the the video stop after the home button is clicked.How would I be able to get that to work in the code?The Home button is the...
View ArticleFailed to execute ‘postMessage’, problem with autoplay youtube API
Im trying do auto play in YT videos and received the msg below:Failed to execute ‘postMessage’ on ‘DOMWindow’: The target origin provided (‘https://www.youtube.com’) does not match the recipient...
View ArticleHow can i display the number of subscribers in my channels name?
I made a YouTube video which displays the number of subs i have in the title. For this, i used Google Apps Script and the following code: (i replaced the ID's with "..." for this question)function...
View Articlebookmarklet: getting current time of embedded iframe youtube player?
I am novice javascript developer. I have a bookmarklet that can get the current time of a youtube video.javascript:(function(){ ytplayer = document.getElementById("movie_player"); var secs =...
View ArticleYoutube API Statuscode 403 "The caller does not have the permission" even tho...
I use the YouTube API to set a video thumbnail on an hourly bases with a cronjob. Most of the time it is working flawlessly - the thumbnail is set properly. But there are some hours of the day where i...
View ArticleVue how to get duration of each youtube video in v-for loop
In my vue-app I'm using the VueToube-package. So far it works fine, but I want to display the duration of each video so I tried to do this:<div v-for="(review, index) in reviews"...
View ArticleYoutube api and flutter
Please I am fairly new to flutter and I am building an app for my YouTube channel and I need to use the youtube api to automatically get my livestream only when ever it's available.
View Article