0
votes
0answers
17 views

how to embed youtube video only my website. disable youtube site and other site [closed]

I want embed video only my website. disable at youtube site with other user. disable embed video at other website. Can you help me?
0
votes
1answer
23 views

YouTube iframe api is resizing my embedded videos with the wrong size

I'm trying to embed a YouTube video into a page on my site. I'm using exactly the code specified in https://developers.google.com/youtube/iframe_api_reference: <div id='player'></div>" ...
1
vote
1answer
110 views

video playback displays blank screen with only audio?

I have to develop an one android application. here i have to play the youtube video on full screen mode and normal mode. i have using youtubeplayerfragment. Here the video is playing well on ...
0
votes
0answers
51 views

Youtube Android Player API capture frame/screenshot

Is there a way to capture current frame from a video playing with Youtube Android API? The video is not stored on the device, it's on an external server. Thank you.
-1
votes
1answer
46 views

Progress bar to upload video into youtube?

How to get progress of the video file getting loaded into youtube using Google-Youtube?
10
votes
3answers
238 views

How to upload video to youtube in android?

I'm creating an app which records video and uploads it. For upload I use Droid share functionality and it works. In e-mail, Facebook, Skype, etc upload works perfect, but when I select YouTube, it ...
0
votes
2answers
508 views

Android webview html5 video autoplay not working on android 4.0.3

I developed an application where the user can set videos on a web page: - The can specify and Youtube URL OR - They can upload a video Depending witch option the user choose I rendered a video page ...
0
votes
0answers
116 views

Get multiple embedded youtube videos playing in sequence with PRE-UPLOAD

Here is the great answer on question how to get multiple embedded youtube videos to play in sequence Get Multiple Embedded Youtube Videos to Play Automatically in Sequence However it is not enough ...
0
votes
1answer
42 views

Is it possible to search YouTube videos by the language of their captions?

There isn't a way to do it directly on YouTube, so I wondered if there's a way to do it via the API? On the website, you can just filter videos that have captions, but if you want to search videos ...
0
votes
1answer
151 views

Error uploading videos to youtube (YouTube API v3 - Visual Basic .NET Project w/v3 DLLs)

I've ran in to some trouble trying to upload videos to YouTube trough the V3 API. I've tried to upload asynchroniously like stated in the following sample: YouTube upload from VB.NET with V3 API But ...
3
votes
4answers
336 views

Get Multiple Embedded Youtube Videos to Play Automatically in Sequence

Is there any simple way to have multiple embedded YouTube videos on a page and have them start playing as soon as the page is opened and when the first one finished have the second one start? I was ...
0
votes
1answer
33 views

Identification of Youtube Player Code

I need to amend the following code to fit another Youtube playlist or group of vids. All of the API options note youtube.com/v/ or simply use iframe. What is this code in accord with Youtube, and how ...
0
votes
1answer
68 views

How to access token to modify youtube videos annotations with programmatically

I am using javascript to update videos annotations in youtube, and to accomplish this I need to get the access token for each video in my channel. there is any way to get it with php API or ...
0
votes
1answer
244 views

youtube api : upload is not working

I need some help. I try to upload a video with youtube api. I m using windows form in c#. This is what i do: var service = new YouTubeService("kslmfkmlskf",this._sharedConfiguration.youtubeApiKey); ...
0
votes
1answer
61 views

Choosing version for Youtube Data API

I am developing a project where I am supposed to upload and search videos from youtube directly. I started searching and I got to know about using youtube data API. Now there are two versions for it. ...
0
votes
1answer
293 views

How to Show the List of Videos on the Embedded Youtube Playlist?

I simply want to embed a Youtube playlist in my website while allowing the users to pick which video of this playlist they want to view. (Showing the playlist button) I tried so many different ways ...
0
votes
2answers
51 views

Is it necessary to call youtube api to load a list if videos?

I want to embed a list of youtube videos on my web-page. I saw the google doc but is it necessary to load the www.youtube.com/iframe_api" and to call onYouTubeIframeAPIReady(). Is there a simple way ...
0
votes
2answers
821 views

Using the YouTube API v3 to list all private videos

Currently I'm building a site that will use a small number of user uploaded videos. These videos are uploaded to the server, then moved on to YouTube via the API v3. The private tag is set, and all ...
0
votes
1answer
173 views

Way to get more than 999 results from a Youtube video feed?

I'm writing right now a bachelorthesis about the Long Tail and want to get data to research it's behaviour. That's why I wanted to retrieve information on the viewcounts of youtube videos. The only ...
0
votes
0answers
123 views

youtube direct upload with asp.net not working

I am trying to use asp.net to direct upload videos to youtube, here is my code: html: <form id="form1" runat="server" enctype="multipart/form-data" method="post"> <div> ...
0
votes
2answers
217 views

Facebook YouTube Embed og:meta Tags Suddenly Quit Working

[FYI: There is another question with a similar title posted on stack overflow but the questions are completely different] I embedded code for users to share Youtube videos from my website's pages on ...
6
votes
1answer
102 views

Unable to Delete Videos with the Youtube Data API

Can't get deleting videos to work using the Youtube Data API. I'm using the Python Client Library. All of this seems straight from the docs, so I'm really confused as to why it's not working. ...
-1
votes
1answer
88 views

Is there a Youtube like/thumb up button anywhere to put on my website?

I'm looking for a like/thumb up button similar to facebook, reddit, ect. that will up vote a youtube video from my website... Is there any way to do this? I want to put the code on my website so ...
1
vote
0answers
57 views

PHP API YouTube Video Tags Not Retrieving

I am having difficultly retrieving video tags from a PHP YouTube video feed. All video properties other than the video tags can be retrieved successfully. Please help me and Happy New Years! Part ...
0
votes
2answers
148 views

video hosting provider for medium size business (youtube alternative)

I wanted to get your recommendations for a video hosting provider. We need a paid platform to host our videos and embed them into our webpages. Our requirements: 1M views per day. 3-5MB per video ...
0
votes
0answers
144 views

Youtube Api - search string (like q-parameter) against title only

Youtube API, how do I search with a string (like q param) just against the titles? This is my get request URI to Youtube API: ...
0
votes
2answers
135 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 ...
1
vote
1answer
256 views

uploading video from app to youTube iphone sdk

I am tring to uplosd a video taken in my app to YouTube. I have linked the title, the usename , the password, the path to the movie, its length, keywords, and the catagories along with my app key. ...
-2
votes
1answer
92 views

Video Play From Youtube 11 Character [closed]

I'm trying to develop a new video site, but I do not have good knowledge of PHP. I am trying to play a youtube video from an array. I have written some code, but I don't know if it is fully correct. ...
0
votes
1answer
236 views

How can I get the video title when using YouTube Player IFrame API?

I have a video id. And then I show a video via YouTube Player API's IFrame API. The video is displayed, and now I need to IMMEDIATELY get this video's title. Please note that I need to IMMEDIATELY ...
1
vote
1answer
153 views

YouTube comment and reply listing

I am using YouTube (Google) api (c#). I am listing comments for a video. I want to be able to associate a reply with its parent comment for display purposes. What is the association between comment ...
1
vote
0answers
136 views

Java Private video YouTube

I have an application in GWT and i would like to view a private YouTube video programmatically (which I uploaded). After reading the documentation: ...
0
votes
2answers
175 views

Restrict youtube video access through API

I am working on a web application where users will register with my application and be able to see certain videos uploaded only for this registered audience. I would personally prefer a ...
0
votes
1answer
57 views

editLink is null when using youtube api to change a youtube video from private to public

I am trying to update a youtube video from private to public. But the editlink I got in respond is null. Here's my code: // returns a youtube service GDataServiceGoogleYouTube *service = [self ...
4
votes
1answer
650 views

uploading to YouTube with ASP.NET C# - avoiding the “Google login” screen

I am creating an ASP.NET C# app that uploads videos to a YouTube Channel. *I have already read through (to the best of my ability) the documentation at The YouTube API Documentation I have been ...
0
votes
0answers
153 views

How to get the height/width of Youtube video given the URL?

I have Youtube video embeds working on my Django-powered site. However, both width and height are hard-coded as it looks like Youtube API doesn't provide a way to get the dimensions. Am I missing ...
4
votes
1answer
215 views

Not able to play YouTube Video in Webview

Can somebody help me how to get rid of this : I am using this code which works fine : NSString *embedHTML = @"\ <html><head>\ <style type=\"text/css\">\ body {\ ...
0
votes
0answers
88 views

How to clean string and embed youtube link?

I have problem for embed youtube video na my website in correct dimension, i have this youtube link $string="http://www.youtube.com/watch?v=RSWFH79nAk0&feature=related"; And on my website i have ...
2
votes
1answer
173 views

Youtube API - Search multiple author / uploader?

I want to search multiple author/uploader videos with a link. Youtube API documentation says: the author parameter contains a comma-separated list of up to 20 YouTube usernames. I try this but no ...
-1
votes
1answer
166 views

Upload Using Youtube API [closed]

I'm trying to create a site where there's a search bar and a user inputs the URL of a youtube video and then press submit, and the youtube video gets uploaded to my site similar to how Facebook does ...
0
votes
2answers
692 views

Playing YouTube video in an Android application

I have been trying to get a link to the video of YouTube accessed with YouTube data API. I want to play the video in my own application but but haven't found a way yet. So far I have tried using ...
0
votes
1answer
342 views

How to access non-username specific YouTube Channel JSON Feed?

I'm trying to access the video feed for a particular user account. This user has uploaded 3 videos but their 'channel' page doesn't appear to have a username like other channels? The process I've ...
0
votes
0answers
89 views

Getting error while trying to upload video through Youtube API in asp.net

I tried to upload video on you tube server through youtube api but getting error as given below: For reference i used the following link Reference link Anybody suggest me how to do it. Thanks
1
vote
0answers
106 views

How to incrementally upload video to Youtube

Is it possible to incrementally upload a video to Youtube programmatically, possibly while the video is being recorded frame by frame? Certain iOS/Android apps claim to support this feature, such as ...
2
votes
2answers
835 views

Embedded YouTube player video quality parameter

Please help me to figure out which parameter and its values I have to use to setup HD quality of the YouTube video (or any quality I need). Under ...
0
votes
1answer
728 views

How to Embed Youtube Videos using Object tag in Android?

I am trying to embed a youtube video on a xml file for my application. Following is my XML file: <?xml version="1.0" encoding="utf-8"?> <WebView ...
0
votes
1answer
331 views

Youtube browser based upload API, which channel it goes to? where is the video key?

With reference to this page... https://developers.google.com/youtube/2.0/developers_guide_protocol_browser_based_uploading#Browser_based_uploading On point 6 of the very last potion of the page it ...
0
votes
1answer
495 views

how to access youtube raw video file and play it in android youtube api

i want to display all the videos uploaded by a user, say cnn, in my own android app, i will have a webview, and when user clicks on this video (cnn), it will play that particular youtube video in ...
0
votes
1answer
482 views

Playback speed control for YouTube videos? HTML5?

I need to implement a video playback speed controller (e.g.: play the video at 1/2 speed) for youtube videos, and I'm thinking that HTML5 is currently the only way to do this (if it's even possible). ...
4
votes
3answers
3k views

Get Youtube Video dimensions (width/height)

I'm trying to get the size of a Youtube video. I'm using a Gdata API call to retrieve the basic informations (title, urls, thumbnails and categories) but I can't find the video dimensions. I'm ...

1 2