YouTube is a video-sharing website on which users can upload, share, and view videos.
4
votes
0answers
105 views
Youtube Flash API stalls when playing
I have a YouTube player written in ActionScript 3. Recently it's been crashing when playing videos, not at the same point but generally around 1/4 of the way in.
I'm echoing the player state and any ...
4
votes
0answers
85 views
Youtu.be URLs no longer equivalent with youtube.com URLs
I have made about 20 YouTube videos each producing an URL on the form www.youtu.be/… that was equivalent to the same URL but with www.youtube.com/….
I produced QR codes based on the former URLs and ...
4
votes
0answers
536 views
Launching a YouTube iframe player via (outer) javascript on iOS
Safari on iOS has a policy that allows playing media only when the current javascript execution begins with a user action, usually a click event.
However when I attach a handler to a button that ...
3
votes
0answers
822 views
android webview show youtube.com/tv video in fullscreen
I am making an app for displaying youtube.com/tv on tv sets.
It has a simple and nice layout, and it also has some nice features like pairing and controlling it via a smartphone.
So..
I use webview to ...
3
votes
0answers
301 views
YouTube API Browser-Based Upload with Ajax for Progress Bar- Handle 302 Redirect response
I have implemented "YouTube API Browser-Based Upload with Ajax Progress Bar" successfully (Thanks to the recent implementation of CORS support for "uploads.gdata.youtube.com" by the youtube API Team)
...
3
votes
0answers
124 views
How to Autoplay youtube Video in IOS SDK 6?
Can any one Help me for starting/autoplay youtube video in IOS SDK 6?
3
votes
0answers
442 views
How to iframe a youtube video in HTML for Android phones to be able to watch and rotate full screen?
i'm experiencing some trouble with a new app I develop for iphone and android .
This app is supposed in both cases to take and display the content of my Wordpress blog.
I have different tabs and one ...
3
votes
0answers
252 views
How to make an intent filter for specific apps?
I'm writing an app to post on a forum. On this particular forum, it's possible to embed youtube videos in your post. Now there is a youtube app for android, and as you are watching a video on that ...
3
votes
0answers
850 views
How do I play Youtube videos in an Android custom layout?
I have to play Youtube video's in my Android application. I am able to play Youtube videos using the following code:
startActivity(new Intent(Intent.ACTION_VIEW, ...
2
votes
0answers
806 views
methods of removing the youtube iframe api console error - “blocked a frame with origin…” in chrome console
I'm using the youtube iframe api and get the following console error relating to the blocking of a frame with origin http://www.youtube.com. Was wondering if anyone can explain why this error is only ...
2
votes
0answers
61 views
503 Google API Error, possible limit on requests? Should we setup a Retry?
We are getting the below error message intermittently for our customers pushing videos to YouTube, using api version 3. Is there a limit to how many videos can be uploaded at a time? If so, what is ...
2
votes
0answers
53 views
youtube_it throws ArgumentError after update to Ruby 2 - how to fix?
I have an application that has a task which scrape a site and then post a video to youtube with some of the information grabbed.
After updating the application to ruby 2, the youtube upload stopped ...
2
votes
0answers
70 views
Tracking browser
For an in-house application for some client we need to implement a background service that keeps track of websites visited with the browser and YouTube videos that are watched, and reports the data ...
2
votes
0answers
73 views
Python urllib basic script for youtube
I am trying to download a video from Youtube, and have tried the following:
url = "http://www.youtube.com/watch?v=f4l3pBovB_c"
urllib.urlretrieve(url,"test.mp4")
It creates the file test.mp4, but ...
2
votes
0answers
78 views
How can stop youtube video sound after close inappbrowser
How can stop youtube video sound after closing webview opened by inappbrowser(Android Phonegap 2.4.0 plugin)
I used two week to fix that problem and tired out..............
When I click 'Done' ...
2
votes
0answers
37 views
Pulling String from Pandora and sending it to Youtube in JavaScript
My project is when Pandora is open and playing, be able to punch a button (either on the page or as an add-on in Firefox. This button would then activate a script that would pull the song and artist ...
2
votes
0answers
93 views
How works Jasmine YouTube Client for ios?
As you know, there is no way to play YouTube video on iOS using MPMoviePlayerController (except the case where you extracting a direct url before passing the url into MPMoviePlayerController which is ...
2
votes
0answers
88 views
Upload slideshow to Youtube
How do I upload a photo slideshow to Youtube using their API?
I could not find it here:
https://developers.google.com/youtube/2.0/developers_guide_protocol_uploading_videos
Looks like there is only ...
2
votes
0answers
534 views
YouTube iframe embed code in IE7/8 throws JS error using controls parameter
Getting JS error when using one of the parameters outlined by YouTube developer documentation - "controls". link to doc This parameter doesn't load the player initially to increase page load ...
2
votes
0answers
126 views
iOS GData YouTube comment on a Video
There are a lot of GData YouTube tutorials on how to upload a Video in an iOS App, but I didn't find one showing how to comment on a Video. So I read on the reference-page, just tried and so on but ...
2
votes
0answers
64 views
Authentication via OAuth 2.0 with YouTube
I've been struggling for some time now, trying to figure out how to make a button that redirects to a page asking for permission and then sending the partial information of their accounts to my ...
2
votes
0answers
94 views
YouTube API setting playlist position
I'm using Version 2 of the YouTube API in PHP and have been so for over a year. Everything worked fine till around 2 weeks ago. I then noticed problems with the playlists, particularly adding video ...
2
votes
0answers
104 views
How to fetch movies URl from youtube
I want fetch movies URl from youtube for my youtube app.
I am able to search videos based on there ID , Videos from channel , But i want URL from youtube movies , trailers section...
I am using this ...
2
votes
0answers
207 views
Youtube iFrame javascript API onYouTubeIframeAPIReady not firing
This is from the Youtube API docs:
"As mentioned in the Getting started section, instead of writing an empty element on your page, which the player API's JavaScript code will then replace with an ...
2
votes
0answers
70 views
How can my app playback videos like metro tube does for Windows Phone 7?
I have to code an Windows Phone 7 application which playback videos from YouTube. That's kind of normal, but the first approach it's to playback them in the same way as MetroTube does it (see ...
2
votes
0answers
182 views
New YouTube playlist id not playing with google API's
I'm using the old Google Youtube player API version 1 to show a playlist of video's. This works fine for playlists created until recently. But new playlists have 32 characters and do not show up.
...
2
votes
0answers
116 views
Android: How to create an expanding list like in Youtube app
I was looking at the Android YouTube app from Nov 2012, I they have a "list" like view which shows the related videos to the current video. If they click on the "more" part, it loads more below.
What ...
2
votes
0answers
232 views
mediaelement.js, Chrome PC, YouTube video bug, Video won't play
Anyone know how to fix the problem on Chrome(23.0.1271.64) PC for youtube video? When I clicked on "play".. nothing is working.
This bug is on few site that we made and I took a look on the ...
2
votes
0answers
35 views
Do YouTube views on a smart tv or TiVo get logged as a specific type of referral?
I want to see all my views that are from a Smart TV or a TiVo. Does anyone know if they have a specific referral code logged in with their view? For example, I can see how many people have watched my ...
2
votes
0answers
67 views
How to switch on/off safety mode in embedded(iframe) youtube player?
I use iframe tag to embed YouTube player instead of embedding swf object directly.
There is no problem to watch contents in normal operation, however, specific contents are not playable sometimes. So ...
2
votes
0answers
119 views
End events for embedded videos
I'm trying to find a way to listen for the end/complete event of a video embedded from youtube/metacafe/vimeo etc. I know this can be accomplished by things like the youtube API using onStateChange ...
2
votes
0answers
633 views
Android - full screen button makes youtube video (youtube embed) in webView crash
this is my xml structure (dynamically changes. code generated)
<LinearLayout>
<WebView></WebView>
</LinearLayout>
on that webView, i set this html code
...
2
votes
0answers
231 views
C# Youtube Comment Vote HttpWebRequest
HttpWebRequest request = (HttpWebRequest)HttpWebRequest.Create("http://www.youtube.com/comment_voting?");
request.Method = "POST";
request.UserAgent = "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) ...
2
votes
0answers
165 views
Youtube PHP library with OAuth 2
According to the Google's documentation, the AuthSub method is officially deprecated in place of OAuth 2.0. The problem is, their PHP library v2 is built using Zend Gdata, which from what I can tell, ...
2
votes
0answers
178 views
IOS Memory is not freed Uinsg NSURLConnection to download Youtube HTML data
I am trying to download the HTML for the youtube url http://www.youtube.com/watch?v=H8SPr6eIVKE
here is my code...
url = @"http://www.youtube.com/watch?v=H8SPr6eIVKE";
NSMutableURLRequest *request ...
2
votes
0answers
37 views
return specific values from youtube
I am trying to write a small function that will allow a user to submit a specific youtube channel url, and then return the number of views on the channel. Anyobne have any ideas?
<!DOCTYPE ...
2
votes
0answers
389 views
Execute Javascript function after youtube video end
I am loading up a youtube video through the youtube API, as I want to execute a line of jQuery when the video ends. For some reason my code will not execute, can someone point me in the right ...
2
votes
0answers
170 views
can't rendering API links in drupal
I am using youtube API's to get the thumbnail image of the video, title, number of views and description of the videos. But the problem is that desired result is not displayed rather get an error.
...
2
votes
0answers
495 views
Playing youtube video using a webview in android ICS Error: “OnBufferingUpdateListener is null”
I am using a webview and google API for youtube (iframe) to play youtube videos.
Everything is fine as long as I use honeycomb but as soon as I switch to ICS I receive the error below:
Error: ...
2
votes
0answers
145 views
Which is the right Youtube Api URL to rate a video with an authenticated user?
I'm doing a Android App and I've done that an user can authenticate with OAuth 2.0 in a Youtube account. But when I try to rate a video which is the right URL to rate it.
I send a POST request with ...
2
votes
0answers
220 views
Replay option not displaying youtube video in UIWebView?
Currently i am trying to play one youtube video in my application UIWebView. On first time playing, the video is playing perfectly and i can able to see and listen both video & audio, but when the ...
2
votes
0answers
396 views
Play video on YouTube in WebBrowser with help script
i need help...
I need to play the video (YouTube) in the component WebBrowser (C#) with a script. I found a script that runs playback :
yt.player.playerReferences_.player1.api.playVideo()
But ...
2
votes
0answers
80 views
Is there a way to programmatically determine if a user is getting Flash or native video from YouTube
I am trying to answer my own question about seamless and sandbox for YouTube videos more in depth. Work has begun at a test page
Note that form elements do not work at all so far.
I would like to ...
2
votes
0answers
1k views
Android Youtube disable captions or subtitles
Hi guys is there any way to stop the subtitles on youtube player in webview, when requesting to play a video.I mean any flag to be set or adding any tags to the url?
2
votes
0answers
530 views
Given a streaming video, how to calculate the size(in bytes) of the video that should have been downloaded to play the video till time t
I'll try to make myself as clear as possible. I am streaming a video and I'd like to know for each time t in the video, the no. of bytes that should have been loaded in client's machine to play the ...
2
votes
0answers
435 views
Firefox not displaying embedded youtube iframe within ajax loaded post, working in all other browsers
I am developing a website with Wordpress and just working on the video embedding. It works with Vimeo in all browsers, and Youtube in all browsers except Firefox. It works in the single post view, but ...
2
votes
0answers
312 views
YouTube iframe breaks with webkit scale() on iPad Mobile Safari
The example below loads a YouTube clip and scales it to 50% over 2 seconds. When run on an iPad, the thumbnail jitters and scales itself way too small at the end of the animation.
Why does this ...
2
votes
0answers
293 views
Unexpected behavior of a Modal View displaying a YouTube video in a UIWebView
I have a view based application (no storyboards) with a button that presents a modal view with a webview in it. The webview loads a YouTube video and the user taps it and watches the video in full ...
2
votes
0answers
1k views
Why does Youtube buffer some videos partially, but others fully?
This is a question on Youtube's video buffering.
For example, this video buffers gradually as it plays along:
(1) http://www.youtube.com/watch?v=XGNOc7FYWKA
So if you pause the video, it buffers up ...
2
votes
0answers
213 views
Enable navigation of an interactive youtube video embedded on a website
The organization I work for has created an interactive YouTube video in which you can navigate around to other YouTube videos by clicking links within the video - sort of like a choose your own ...

