Tagged Questions
0
votes
0answers
19 views
Force Closed captions on smartphones
I don't know if this kind of question can be answered here but here it goes.
I have some videos uploaded on youtube with closed captions. I'm using the yt:cc=on tag to force captions to be displayed ...
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
36 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
vote
0answers
54 views
iOS Embedded Youtube Player not allowing landscape mode
Weird issue because nothing has changed in the implementation to my knowledge. I have an embedded YouTube clip player (code below), which works fine to play the videos that I want. But, if I rotate ...
-1
votes
1answer
57 views
How to rotate iOS screen forcely like Youtube App [closed]
I want to rotate screen like the Youtube app. The Youtube app has a button that rotate and zoom screen forcely. How do i make this feature?
0
votes
0answers
98 views
iPhone : Play YouTube video with <iframe>
I know there's some of questions already asked for this, but it's a different one, I'm getting the following response to a YouTube video from my server which also added the same video on the website ...
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
2answers
171 views
Autoplay inlined youtube video on iPhone
I need to autoplay an inlined video from youtube in uiwebview with IOS 5.0+.
I managed to make it play inlined with this:
NSString *html = [NSString stringWithFormat:@"\
<html>\
...
0
votes
0answers
80 views
Embedded Youtube-Video on iPhone: Fully stop video on leaving Fullscreen
I'm using the embedded Youtube-Player in a website. Below that video is a hover-menu, which slides into the video. when playing the video on tablets i disabled the controls, because i don't really ...
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
46 views
GData YouTube upload in background when app is applicationDidEnterBackground
i am using the GData and uploading movie to youtube in my app. my question is how can i upload the video when the app is Enter Background ( home button pressed ). i am dont know if it's relevant but i ...
1
vote
3answers
157 views
Why Is Youtube Video Not Filling UiWebView?
I'm a noob to iphone development and I am having trouble displaying an embedded youtube video within a UIwebview. Currently, the youtube video sits in the top left hand corner of the uiwebview and it ...
0
votes
0answers
31 views
how can open you tube in web view in loged in state in iphone sdk
I creating a project in which i am opening you tube site in web view. But problem is that I am unable to login in youtube through this web view because it can not open login page,and I want to open ...
0
votes
1answer
277 views
Play youtube full screen on landscape, but inline on portrait - on iPhone
I have a view with a UIWebView on half the size of the iPhone screen.
In this webview I embed youtube videos.
The app is only in portrait mode. Though I would like to see videos play also in ...
0
votes
0answers
26 views
video not responding to youtube
In my application i used the following code to play the video from youtube but it does not showing any response while click,Code as follows,
#import <MediaPlayer/MediaPlayer.h>
...
3
votes
2answers
270 views
Getting Youtube Channel Playlist using Objective-C API
I'm trying to use Google's Objective-C Youtube APIs to fetch a youtube channel's playlist - with no luck.
-I downloaded Google's official API from:
...
1
vote
0answers
155 views
Youtube Video crash app iOS (Received memory warning)
I am trying to play youtube videos in my app..
and it works fine.. but total are 7 in numbers and when I play one by one all the videos. and plays the fifth video. It crash my app with memory waring
...
0
votes
2answers
66 views
getting weird printed statement in the console
I am embedding a youtube link in my apps like below
- (void)embedYouTube:(NSString *)urlString frame:(CGRect)frameSize inView:(UIImageView*)imageView {
NSString *embedHTML = @"\
...
4
votes
1answer
86 views
Thumbnail Image From Youtube
I want to create thumbnail image from youtube url. I am trying thumbnailImageAtTime method but cant able to create thumbnail image. Please Help me.
Here is my code:
MPMoviePlayerController *player ...
1
vote
0answers
41 views
YouTube Custom Brand on iPhone
I am having a hard time trying to fit a YouTube custom brand channel on an iPhone.
It's just a simple html page, and it fits well outside YouTube - the page is 640px wide and I use the viewport meta ...
1
vote
2answers
358 views
how to get YouTube Video URL
I am looking for Youtube Downloader app .and to download Video Firstly I need to get the URL of the Running video.How do I get the url of the video which i play.
but when I play any video into the ...
0
votes
1answer
363 views
Youtube Video Crash Xcode ios6
In UIWebview when I try to play any video on the youtube it crash my xcode ,I am using iOS6 .. I simply used the UIWebview with loading url youtube to it...do I need to embeddd mediaplayer to play the ...
0
votes
0answers
134 views
youtube video wont rotate
I am embedding a youtube video on my iPhone application using UIWebView and iframe HTML tag, my application supports only the portrait mode and when the video starts playing in full screen it wont ...
0
votes
1answer
478 views
Landscape fullscreen youtube movie from portrait UIWebView in portrait only app in iOS 4.3, 5.0 and 6.0
I've spent several hours researching this and I'm still confused. It seems to be so common task that I started to think that I missed something simple.
The problem is:
I have a Portrait-only iPhone ...
2
votes
1answer
897 views
Playing youtube video fullscreen in UIWebView on iOS 6
I have a problem playing youtube videos in fullscreen mode within UIWebView. By default video is inlined. When I switch to fullscreen (native player button), video player is resized to fullscreen and ...
0
votes
0answers
41 views
How does YouTube streams video? [closed]
How YouTube streaming video?
Is it using HTTP Live Streaming?
Thanks
0
votes
1answer
279 views
How to get Youtube video URL into IPhone App
I'm developing an IPhone App where I add youtube link to UIWebView. Now when i click any video to play that video's link I need to retrieve so that user can share that link on Facebook.
I'm using ...
0
votes
0answers
180 views
Is Youtube using HTTP Live Streaming?
I am looking into HTTP Live-streaming. Apple says it will only support large videos with the HTTP live-streaming protocol
I want to show a Youtube video in iOS, Is Youtube using HTTP live-streaming ...
2
votes
0answers
86 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 ...
0
votes
1answer
121 views
Open webView link in Safari from Javascript?
Thanks for looking at my question. To do some testing, I've output the string for the current URL of a webView into the console. But with m.youtube.com, it seems that no URL is passed. This is ...
1
vote
1answer
254 views
Open YouTube URL in Safari instead of UIWebView
I'm trying to load any URL, after the initial load, in Safari. With any other webpage, this code works fine:
-(BOOL)webView:(UIWebView*)webView shouldStartLoadWithRequest:(NSURLRequest*)request ...
0
votes
0answers
867 views
Caching youtube videos in iphone
I want to develop an iphone app like play tube, where youtube videos once played get cached and can be played again without streaming or having internet access. How can a youtube video be cached in ...
0
votes
3answers
178 views
How to launch youtube video in browser without tapping on the play icon
I am using the below code to play youtube url:
NSString *youtubeUrl = [NSString stringWithFormat:@"http://www.youtube.com/v/%@",[photo videoUrl]];
[self embedYouTube:[youtubeUrl ...
1
vote
2answers
155 views
YouTube in UITableView
Ok so I'm finding this insanely difficult to find for something that is done a lot. I'm struggling to find a way of putting the newest YouTube videos from a user into a UITableView.
I've tried this ...
0
votes
2answers
66 views
How to get a list of installed applications that can play a youtube video?
How to get a list of installed applications that can play a youtube video? I need to show that list to the user. Can I use UIDocumentInteractionController?
0
votes
0answers
45 views
IOS - Uploading to youtube, failing after youtube processing
I'm currently working on an iPhone app, which needs to upload a video to youtube, then embed it in an editor, the embedding works, but when i try to upload to youtube, the video seems to upload for a ...
0
votes
2answers
127 views
Upload video to YouTube
I want to upload a video from my app to YouTube.
I understand that i need to use GData for this, and found some tutorials for this but the problem is that i don't found any new Documentation for ...
0
votes
2answers
108 views
How to show activity indicator inside the YouTube video frame?
In my app I'm embedding a YouTube videos using this code:
- (void)playVideo:(NSString *)urlString frame: (CGRect)frame
{
NSString *embedHTML = @"<body style=\"margin:0\"> <iframe ...
0
votes
1answer
299 views
Youtube embedded video will only have audio when iPhone not muted
I'm developing a mobile website which includes Youtube embedded videos, I am doing this through the <iframe> tag:
<iframe src="http://www.youtube.com/embed/videoID" frameborder="0" ...
0
votes
1answer
53 views
detect gesture on youtube embeded video iphone webview
This is my first post here, I have an application with an embedded Youtube video inside a UIWebView
I want to detect the users gesture on the webview so I can prompt a loading image.
anyone have any ...
0
votes
2answers
399 views
How to download youtube video with youtube url in iphone programmatically [duplicate]
Possible Duplicate:
Save Youtube video to iPhone in the app
Is there any sdk or way to download youtube video with youtube url in iphone programmatically.
Please help me out for the same.
...
1
vote
1answer
276 views
Embed youtube videos without uiwebview?
I have googled this for a few days and cannot find the answer.
Is it possible to embed youtube videos within xcode without the need for the uiwebview.
This is why.
My app will be using potentially ...
0
votes
0answers
133 views
Embed youtube video at UIWebview not work at iPad?
I have embed Youtube video at uiwebview. It all done well in iPhone. But not work at iPad. Why? Any solutions?
<html><head><style type="text/css">body {background-color: ...
5
votes
1answer
316 views
UIWebView streaming youtube does not go to fullscreen on iPad
I have a button that unhides a UIWebView and then streams a youtube video. On the iphone it works fine and pressing the play button goes straight to fullscreen and then when its finished hitting the ...
1
vote
0answers
200 views
how to play private channel video of youtube in iOS App
I want to play private video in my app, requirement is: User should able to play private video without asking user name and password. I have user name and password. I can hard code and show to client. ...
0
votes
1answer
45 views
How to link a button to a Youtube user in Youtube app
I found this code to link to a specific video in youtube app but how can I show the youtube user?
I used this code to show a specific video:
NSString *stringURL = ...
2
votes
1answer
226 views
Embedded Youtube Videos not playing when web app is added to homescreen
I've made an app for a client that uploads a vide to youtube and then emails them a link to a page that, when opened on Safari, displays the video and then prompts them to add the page to their ...
1
vote
0answers
139 views
mediaelement.js youtube preview image
I use Contao 3 an the youtube content element, which basically is the mediaelement.js Plugin.
As soon as I add an preview image, which is seen, before we click on the video to start playing.
On ...
0
votes
0answers
31 views
Youtube multi video list on iphone
However it will show only 1 video in mobile devices such as iPhone.
That is playlist bar at the bottom in regular devices will be ignored in iPhone.
Is there a workaround for this issue?
Another ...
2
votes
2answers
840 views
YouTube In WebVIew - iPhone
This is very strange to me...
I have a simple WebView that loads and interacts with the user exactly like safari mobile (iPhone). Now when you visit m.youtube.com in safari, the url changes when you ...






