Questions tagged as 'youtube-api'

1
answer

MTA Thread Attribute Affects on Thread

Suppose I have the class static class Program{ [MTAThread] static void Main(string[] args){ Application.Run(new Form()); } } I simply want to apply a Thread.Sleep(1000); this keeps Form stable or locks the window equal to [STAThrea...
asked by 23.04.2015 / 01:19
0
answers

Youtube + localhost + SmartTV [closed]

[SCENARIO] Hello, I have a tobacconist and while our clients use the space, they can listen to music and choose with remote control in the smart tv youtube app. [NEED] We have promotions and combos daily and it is unnecessary to buy a n...
asked by 13.09.2018 / 06:21
0
answers

Requesting youtube videos in iframe with AJAX

I have noticed that my site got very slow after the new layout update. It turns out that analyzing through the chrome console, I see that it is google: googleads.g.doubleclick.net/pagead/id Failed to load resource: net::ERR_BLOCKED_BY_CLIE...
asked by 13.04.2017 / 13:28
0
answers

Bootstrap progress bar accompanying youtube video duration deployed on the html page

How to make the bootstrap progress bar keep track of the youtube video (iframe) deployed on the html page var player, time_update_interval = 0; function onYouTubeIframeAPIReady() { player = new YT.Player('video-placeholder', {...
asked by 18.12.2016 / 15:48
0
answers

How can I find data from a live YouTube stream?

Hello, I'm trying to bring a live broadcast that is performed by a fixed address on youtube through an api, using youtube.liveBroadcasts.bind . But for this, I need to get the following data: id and part that are to configure the api...
asked by 24.06.2016 / 17:59
1
answer

Youtube Video Gallery in PHP and / or Javascript

I had a Youtube video gallery that appeared on the screen the last video of a channel, normal size and then appeared below 50 more videos in miniature, and when it was clicked on one of these thumbnails, the video was open in place of the one wh...
asked by 15.05.2015 / 23:56
1
answer

How to know the network that a video belongs to? [closed]

Can you tell which network a video belongs to through youtube's api?     
asked by 18.05.2016 / 19:58
1
answer

PHP - Get string values in string

I'm new to Wordpress and PHP and I'm having a hard time rsrs I have a very large string that I get dynamically. This string is actually an array with multiple values and variables. I would like to take all the values contained in the videoID...
asked by 08.12.2016 / 14:21
1
answer

How to use the Youtube API?

I have a page with a video that opens in a modal, needs to be paused when the modal is hidden. I tested examples I found on other sites but it did not work. Do I need to add any extra files to use the API control?     
asked by 27.05.2016 / 17:40
1
answer

JObject.Parse returning null

I'm not very adapted to Youtube Api V3. But I watched a google developers live where the google operator shows how to list the activity of a particular channel. Based on this I executed via GET at the following address: https://www.go...
asked by 11.11.2015 / 21:09