Tagged Questions
0
votes
0answers
7 views
In the UIWebView only the first youtube video of a list is correctly clickable
In my UIWebView I have a list of youtube videos and only the first video in the list is playable. All the other videos are not, unless I click on the bottom area of each video (below the play arrow).
...
0
votes
0answers
18 views
Unclikable “watch on youtube” link when embedding into iOS (and Android?) due to overlapping <video> element
We are trying to embed YouTube videos into iOS WebFrame (whole frame is actually just a box for YouTube iFrame). Certain videos are not playable in the app unfortunately. For example, you can get ...
0
votes
1answer
15 views
Get recommended video with API 3.0
I've read the Youtube API documentation and I've read that the GData 2.0 API had the recommended videos:
I've to use the API 3.0, but I wasn't able to find anything about recommended: does anyone ...
0
votes
0answers
125 views
YouTube API not working in iOS (iPhone/iPad) but working fine in Desktop browsers?
I am using the YouTube API in a simple one page website. I am able to get videos to play and all of my YouTube functionality works successfully in Desktop browsers (with the exception of IE 7 -- ...
0
votes
1answer
182 views
“Video is currently unavailable” - Youtube Javascript/iFrame API for iOS App (UIWebview Embed)
I try to integrate a Youtube player inline to a UIWebview. I use the Javascript/iFrame API with the Player API.
In general, the player works ok. But there are some cases where the video does not ...
-1
votes
1answer
58 views
youtube api v3 comments to videos for iOS
I am developing an app on iPhone which view my channel only and I need to make a comments on the videos. I've used youtube-api v2.0 and it always respond with an error.
And I've googled along for a ...
0
votes
1answer
26 views
YouTube API 2.0 resumable upload - error 500
I'm using YouTube API 2.0 in iOS app and I have made request like this:
POST http://uploads.gdata.youtube.com/resumable/feeds/api/users/default/uploads
Authorization = "Bearer <acess_token>";
...
0
votes
1answer
53 views
Check validity of gdata access token
I am using the gdata sdk to upload a video to youtube. Today I was testing what would happen if I revoke the access of my app to youtube. After revoking access in Google Account ...
-1
votes
1answer
140 views
Youtube API upload fails in iOS app - internal error 500 [closed]
We've been using the YouTube API to upload videos. It's been working in our iOS app up until last week but now we get an internal server error 500. We're wondering what the problem could be as we did ...
1
vote
2answers
155 views
Playing youtube videos in a custom player using AVFoundation
AVFoundation allows a developer to create a custom Video Player instead of using Apple's own fullscreen MPMoviePlayer.
In my project, I'm using this approach to achieve something close to what the ...
0
votes
1answer
52 views
YouTube Data API's video upload privacy settings
I am looking into using the YouTube Data API to upload videos from an iOS app.
I would like these videos to exist in a channel especially made for the App. I would also like all uploaded videos to be ...
0
votes
1answer
175 views
Using the YouTube API and iPhone SDK, how would I get information about a search result?
I'm trying to simply search for videos using a query, which is working perfectly using the below code.
// Create a service object for executing queries
GTLServiceYouTube *service = ...
0
votes
0answers
43 views
How can I push a YouTube URL to a database?
I have a small problem in an application I'm building.
When I try to insert a YouTube URL from the site to the database, it brings to the table null.
Does anyone know what the problem may be?
URL ...
0
votes
0answers
45 views
YouTube iframe API doesn't go to index
I'm using the iframe API on an iOS project and I'm having a problem on strating cueing and playing videos on a specific index of a playlist that isn't the 1st. Any solution for this? I've used the ...
0
votes
1answer
63 views
Youtube ios feed thumbnail
I'm creating an app to pull in my friends youtube feed. When I run the app I receive an error:
2013-03-30 16:34:04.973 eastcoastdyes[15395:c07] *** Terminating app due to uncaught exception ...
1
vote
1answer
573 views
Objective c - How to autoplay a youtube video in a UIWebView
I have seen a lot of posts in here about this issue, but still couldn't find a perfect answer for this problem. So please don't reference me to those solutions unless it completely answer my question.
...
0
votes
1answer
129 views
How do I use the Youtube API (GTLYoutube) to search for a video on iPhone sdk?
I've been working for about 10 hours, and I am completely, 100%, lost. I'm trying to simply query youtube, say for "iPad". Then youtube should return a list of search results... But I'm having all ...
0
votes
0answers
74 views
trying to get youtube videos to play in an iOS app but none of the rtsp links are working
So I want to have a thumbnail of the video (that part works) and when the user clicks it, it plays the video full screen. I'm trying to put it into an MPMoviePlayerViewController. But I've tried both ...
0
votes
1answer
136 views
iOS: Retrieving an entire YouTube playlist (all videos) with YouTube Gdata API
I have managed to use the GData in iPhone project.
I have also managed to get all the Uploads videos and all the playlist name also.
Reference to the project: YouTubeList
I need to get all the link ...
0
votes
0answers
66 views
YouTube Objective C GData API with ARC for iOS application?
I am using YouTube Objective C GData API in my iOS application.
My app is in ARC, but GData API is in non ARC mode. I have searched to find the ARC objective c api for it, but no luck.
Also tried ...
0
votes
0answers
69 views
Youtube Videos on App Has No Sound [closed]
I have embedded youtube videos on the app that i am making and everything is pretty well on iPad Mini, but when I tested it on my iPad 4th Gen the video has no sounds.
I have checked already the sound ...
1
vote
2answers
311 views
Objective-C: Play Youtube Video on App
I am trying to explore what else can i do in iOS app development and it just now that i've tried to include a video on my app.
I have this code below that aims to play a youtube video when the view ...
1
vote
1answer
164 views
Google YouTube API v3 iOS app key, 403 error code
I have created a new project and turned on YouTube Data API v3. In API access pane I have Key for browser apps (with referers) created, witch works fine. I went ahead and created Key for iOS apps ...
1
vote
2answers
122 views
use youtube v3 with apikey
I'm trying to use the YouTube v3 API to perform searches using the APIKey instead of the oAuth2.
My problem is that when I use APIKey, the queries always return an error.
This is the code for ...
0
votes
1answer
83 views
How to play just the audio of YouTube Video?
In my app I have played a youtube video by embedding it, but how can i only play the audio of the video? I tried using AVAudioPlayer and use the videos url as the file path but it didnt work, any ...
-4
votes
1answer
99 views
Video uploaded to youtube has low quality preview thumbnail
I have an iphone application that uploads videos to youtube. It uploads the video files without a problem. But there is an issue that the thumbnail preview image is of very low quality.
My question ...
0
votes
1answer
111 views
Extract YouTube Video Link Using YouTube API
I have developed an app that loads a user's videos and when they click on the cell in the tableview it goes to another viewcontroller that holds a bunch of different information.
I'm trying to ...
0
votes
0answers
66 views
After uploading video to youtube the preview thumbnail is redish
I'm trying to upload a video to youtube from my ios application. The upload works fine, but there is just one problem the preview thumbnail of my uploaded video is redish. When I play my video file, ...
0
votes
1answer
112 views
Filter YouTube video feed by duration using GData
I am using the GData API method
- (GDataServiceTicket *)fetchFeedWithQuery:(GDataQuery *)query
delegate:(id)delegate
...
0
votes
1answer
83 views
Playing part of a youtube video in mobile app
We have a video platform on the web, which contains a lot of video files that we own, but also a fair amount of youtube videos. Those youtube embeds are actually small bits of youtube videos. We use ...
1
vote
1answer
124 views
Excessive requests required to access viewCount in YouTube v3 API search request
I am currently in the process of testing out the YouTube v3 API... I have a search results view in my mobile app that displays video results requiring the following fields:
title, author, views, ...
0
votes
1answer
77 views
how to search and display youtube videos in uitableview?
Im looking for a simple example that shows how to search for a video,
and display the results in a uitableview.
I've been trying to do this, without any luck.
any help would be greatly appreciated!
1
vote
0answers
234 views
Using Youtube IFrame Player API within iOS app and compliance with Apple Guidelines
We are building an iOS app and part of its functionality is to play specific youtube content.
I've done some research regarding direct embedding youtube videos in iOS apps and basically it comes down ...
0
votes
2answers
296 views
UITable view to detail view JSON parsing with AFNetworking
I managed to parse data from YouTube API on UITable view using AFNetworking but i cant figure out how to use
didSelectRowAtIndexPath:(NSIndexPath *)indexPath
How do i pass the JSON data to the next ...
1
vote
0answers
170 views
Jasmine app vs YouTube App
I am making an iOS app which displays youtube video from selected channels and playlists on a UITableView. When a cell is tapped the video is played on a UIWebView.
The app will asynchronously ...
1
vote
1answer
365 views
How can I force a video played in a UIWebView to be full screen on an iPad?
I'm playing a YouTube video using a UIWebView, like so:
self.webView.mediaPlaybackRequiresUserAction = NO;
self.webView.allowsInlineMediaPlayback = NO;
[self.webView loadHTMLString:videoEmbedCode ...
0
votes
0answers
33 views
IOS Batch Youtube REquest
I have a problem at hand and I am looking for suggestions on best approaches. I have a collection of URL's that I get from my webservice. These are Youtube url's and I want to call youtube to load the ...
2
votes
0answers
121 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 ...
0
votes
0answers
283 views
Is it possible to get youtube iFrame api to work on iOS?
Does anyone know if it's possible to get the youtube iFrame API to work on iOS?
I can get around the iOS autoplay restriction by creating a native app and setting the appropriate flag on the ...
0
votes
1answer
265 views
Authentication needed error with ASIHTTPRequest
I have do many googling but I can't find any understandable tutorial of ASIHttpRequest and Youtube API. I also ask many question on Stackoverflow and other forums but no one can helps.
I try to get ...
1
vote
2answers
288 views
How to send a Http post request in objective c?
I am trying to send a post request to youtube to add a video to favorite list. The API document is here
and here is my source code:
- (void) addVideoToFavoriteWithID:(NSString *)strVideoID{
...
0
votes
0answers
68 views
Getting error when commenting on a YouTube video
When I call this code(it should post a comment on a YouTube video):
InitiativeViewController *iVCT = (InitiativeViewController*)self.tabBarController;
NSString *command = ...
4
votes
1answer
275 views
How to Refresh the token that i got from google oauth 2.0 in iOS
I am making an iOS application that uses the user's google account to get data from his youtube account and show them ....
first step is done using the gtm2 to authenticate the user and get an ...
0
votes
3answers
66 views
List of youtube videos in my app
I want to do one application in which i want to get the list of YouTube videos in one UITableView.So how to get that list of YouTube videos. Is there any api for YouTube information.
2
votes
1answer
260 views
iOS embed UIWebView change with new youtube API
I'm starting to notice a change in the way that youtube videos are being loaded into UIWebViews and I wanted to know if this is behavior we should be expecting in the future and/or if we can replicate ...
1
vote
1answer
267 views
How to upload video to youtube in app? [duplicate]
Possible Duplicate:
How do I upload a video to YouTube from within an iOS application?
I am creating a project, in that project i want to upload video to youtube which captured by my camera ...
0
votes
1answer
191 views
Extract .flv file url about Youtube video [closed]
I use Gdata about youtube videos on my iOS app.
How can I know the url of .flv file? Is it possible?
And, if i not use the Gdata library, can I extract this url?
0
votes
1answer
121 views
YouTube Api Sending POST Request [closed]
When I send a POST Request to the YouTube Api it gives me something like this back:
<errors xmlns='http://schemas.google.com/g/2005'><error><domain>GData</domain>>
...
0
votes
1answer
194 views
YouTube-Api Comment on videos
I'm trying to comment on a youtube video via the youtube api. I have to send some XML to their server, but when i do it gives me nothing back, neither comments it on the video.
Heres the link to the ...
1
vote
0answers
135 views
Embedded YouTube Video in Landscape
I have an embedded YoutTube video in my app. The entire app is locked into only running in portrait but I'd like the video to play in landscape once the user taps the play button on the thumbnail. ...

