0
votes
0answers
11 views

Youtube iFrame video disables normal page href click events after iframe on iPhones

I have this mobile site and only on iphones this happens: I have two links after the embedded iframe, and both fail or are disabled. If i remove the iframe they work as normal so somewhere in the ...
0
votes
1answer
35 views

Embedding youtube video has scrolling issues on iPhone

When I'm embedding youtube video in my mobile page, it brings a lot of scrolling issues in iPhone(I guess, it will same problems in other devices too). Users just can't scroll page when their tap on ...
-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 ...
1
vote
2answers
149 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
0answers
79 views

YouTube iFrame API seekTo restarts video on iPhone

I am using the YouTube iFrame API inside a UIWebView on iOS. When I call player.seekTo() to seek past what is buffered, the video will restart at the beginning for a moment before finally seeking ...
1
vote
0answers
105 views

How can you embed youtube videos that don't start the external player on Iphone?

I'm trying to implement an embedded Youtube video in my application. The only way I've managed to do this is with frameworks like LBYouTubeView or HCYotubeParser. From what I've read they are against ...
0
votes
1answer
172 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
1answer
61 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 ...
0
votes
2answers
100 views

In the Youtube API for iPhone SDK, I'm trying to get the videoID of each search result. I'm getting an error every time though, what should I do?

This is my code: // Create a service object for executing queries GTLServiceYouTube *service = [[GTLServiceYouTube alloc] init]; // Services which do not require sign-in may need an API key from ...
1
vote
1answer
542 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
122 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
63 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
1answer
109 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
1answer
296 views

How to load more than 50 youtube videos on UITableView?

I am using AFNetworking to parse JSON data on UITableView. YouTube api give JSON data for max 50 videos. I need to load more than 100 videos and i am not sure how to do that. Here is the url i am ...
0
votes
2answers
100 views

How to detect the last entry, youtube gdata search api

I used youtube search api for my iphone app. I am requesting 25 records one time. https://gdata.youtube.com/feeds/api/videos?q=%s&start-index=%d&max-results=25&v=2 I want to ...
0
votes
2answers
284 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 ...
0
votes
1answer
203 views

getting empty UITable with AFNetworking JSON Parsing

I am trying to parse JSON data with AFNetworking AFJSONRequestOperation. But i am getting an empty UITable for some reason. I managed to do it without AFNetworking. Could someone please have a look ...
0
votes
0answers
62 views

Iphone youtube custom player needed.

I am building an IPhone app that includes youtube playlist, I an using the standard UIWebView with embedded youtube HTML5, the performance that I get is bad, my question is, I have checked apps like ...
0
votes
2answers
111 views

YouTube API Fetch Freezes UITableView Momentarily

I'm using the YouTube API to very simply fetch some videos and display them in a UITableView in my iPhone app, however it causes my table to freeze momentarily when fetching videos. I can call the ...
3
votes
2answers
142 views

implement youtube API

Currently, I am developing an App in which I have implemented you tube API for sending videos into you tube.For this I have used https://github.com/nparry/gdata-objectivec-clien/tree/master/Source ...
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.
0
votes
2answers
130 views

Play Video In-App Using YouTube API?

I have my GDataEntryBase from the GDataFeedYouTubeVideo and now I need to load the youtube video for watching. I am searched thick and thin and can't work it out, there is very little documented on ...
0
votes
0answers
58 views

YouTube iPhone Video Fetch?

I am starting to use the YouTube API and I have the following which fetches the first 25 videos of the specified channel: GDataServiceGoogleYouTube *service = [self youTubeService]; NSString ...
0
votes
2answers
215 views

YouTube Video Feed Thumbnails (without black bars)?

I have managed using the YouTube API to fetch thumbnails for my list of videos, however they have black bars top and bottom of the UIImage I get. Can anyone help me work out how to fetch a thumbnail ...
1
vote
1answer
260 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
239 views

Youtube API auto-complete search

I'm using Youtube API, I'd like to have a search auto-complete feature, just like int the site, when you type into the search input box for iPhone App, it gives you terms suggestions. I've read the ...
0
votes
1answer
220 views

How search Youtube videos by keywords in objective-c

how can i search youtube videos using keyword contained into video's title? I use objective-c youtube API. In my example, I use this code to search youtube videos by author-user NSString *uploadsID = ...
2
votes
1answer
239 views

Get XML with id's of all uploaded videos on youtube channel

I have more than 100 videos uploaded in a youtube channel. I get the xml of channel as: https://gdata.youtube.com/feeds/api/users/UserId/uploads , it only returns xml with id's for only 25 videos. ...
2
votes
2answers
176 views

Iphone Youtube Fullscreen Webapp (standalone) No-audio (BUG ?)

. I embed a Youtube video on a webpage (not a "APP" but a "WEBAPP") using the standard embed-code as shown below Youtube videos. When i open my page from a standard Safari-shortcut (homescreen) it ...
1
vote
1answer
103 views

post video to youtube in app iphone [closed]

I am developing an app in which there is a requirement under which there is upload video of iPhone photo album to YouTube in app. I am searching on Google but can't succeeded. How can I solve this?
2
votes
1answer
93 views

New iPhone YouTube App - How do you play the video in a box?

The new YouTube App for iPhone plays a YouTube video in a designated area on the screen when in portrait mode without the video taking over the entire phone. This is the first time I've ever seen this ...
0
votes
2answers
466 views

Can I play YouTube movies using a custom player (MPMoviePlayerController)?

I want to built a custom player and use it to stream youtube movies. Is it possible? Do I need to somehow parse the YouTube link and then pass it to the player?
0
votes
0answers
285 views

Upload a video to YouTube from iphone application in ios6

My application have xcode4.5 and ios6, I am trying to upload a video to youtube from iphone application, So I integrated gdata api and followed this. ...
1
vote
1answer
130 views

Filter YouTube Videos which can not be played on iphone device (yt:accessControl embed and syndicate) fields

I am using this api to fetch youtube videos API that i am hitting is: http://gdata.youtube.com/feeds/api/charts/movies/trending?v=2&paid-content=false&hl=en&alt=json&format=5 Can ...
0
votes
4answers
432 views

How can i get the Thumbnail from Youtube URL?

NSURL *youTubeURL = [NSURL URLWithString:http://www.youtube.com/watch?v=HPwyVw_6vsQ&feature=youtu.be; MPMoviePlayerController *player = [[MPMoviePlayerController alloc] ...
3
votes
2answers
1k views

Playing youtube using <iframe> fails on iPhone, but still works for iPad under iOS 6 (both work fine on iOS 5)

I use the following HTML template with an to hand to a UIWebView. I understand that this is the supported way to play youtube videos. <html> <body> <!-- 1. The <iframe> ...
1
vote
1answer
34 views

Does You Tube allow app builders to use their service to host and play videos from many users?

I am building an iPhone app that will let iPhone users upload videos and share them. When we upload videos to our server, playback is choppy. Can we route these uploaded videos to You Tube, and play ...
0
votes
2answers
153 views

GData Objective c Client depreciated

On the Link it is mentioned that gdata client for object c is depreciated. Does anyone know what is the alternative way to upload videos to youtube?? Thanx in advance
1
vote
0answers
117 views

How can we able to upload video on youtube in my app and which api I should use? [closed]

Hello every one I m making an application that can upload video on twitter.As twitter doesn't allow to upload video directly but we can upload it indirectly by giving url link of video by uploading it ...
2
votes
0answers
199 views

Malformed multipart body youtube video upload

I am trying to upload video to youtube from iPhone app. But i am getting "Malformed multipart body". Here is my request format :- Headers : Authorization: Bearer ...
1
vote
1answer
319 views

Why is my YouTube playlist (showinfo thumbnails) not visible on Iphone?

Here is the playlist embedded on the webpage: http://www.grabtownlife.com/videos.html. It works fine on a desktop browser and you can see the playlist thumbnails at the bottom of the video. When you ...
0
votes
1answer
204 views

Is it possible to play youtube videos on the browser in iOS using the iframe API?

I have a website with a video background. Autoplay does not work in iOS so a user click is required. When clicking on the youtube thumbnail for a video to play the video is loaded in the youtube app, ...
0
votes
1answer
121 views

How to authenticate id password in Gdata video upload to you tube

To upload vedio on you tube i am using Gdata sample code. Its working fine as it is. But in my application I need to authenticate username and password of user before user try to upload video. Can I ...
0
votes
0answers
62 views

Youtube video in iphone app

I have embedded a youtube video in my app. When I click back to navigate to the previous view, the video still plays in background. How should I tackle this problem ?
5
votes
1answer
995 views

Youtube API Authentication - Iphone

I am trying to upload video using sample code of youtube api. When i press upload button, the progress bar finishes its process, but once when it reaches end of point i get error. Error description ...
0
votes
1answer
200 views

NSString with format EXC_BAD_ACCESS code = 1

I'm to creating YouTube player from UIWebView as said in this YouTube tutorial. But when I try initialize string with format, I receive EXC_BAD_ACCESS code=1 here is my code: NSString ...
1
vote
0answers
292 views

duplicate symbol _SBJSONErrorDomain youtube iphone app

I am trying to integrate youtube in my application , i followed all the steps as mentioned in the http://hoishing.wordpress.com/2011/08/23/gdata-objective-c-client-setup-in-xcode-4/ now when i try to ...
0
votes
4answers
2k views

Json xcode get data

I have a json http://gdata.youtube.com/feeds/api/users/ruflixnet/playlists?v=2&alt=jsonc and i want to get id,title and size, but don't now how to do that.
8
votes
1answer
2k views

Upload video on youtube from iphone app

I want to upload video on youtube from my iphone app.. I have tried this http://urinieto.com/2010/10/upload-videos-to-youtube-with-iphone-custom-app/ but in the end i am getting error ...
0
votes
1answer
197 views

Load specific thumbnail thumbnail using xml?

I've managed to load a thumbnail from youtube, but how can I choose one of the six thumbnails that exist per video? <media:thumbnail url='http://i.ytimg.com/vi/dTI0KDuQl_4/default.jpg' height='90' ...

1 2