YouTube is a video-sharing website on which users can upload, share, and view videos.

learn more… | top users | synonyms

0
votes
1answer
27 views

Use youtube audio sequence with local video

Is it somehow possible to combine the audio sequence of a youtube video with another video? The user enters a youtube url and uploads a local video. Now I want to combine his video with the audio ...
0
votes
1answer
66 views

Cross-browser absolute positioned div over iframe?

I have an embedded iframe YouTube video on my page and a CSS drop down that I need to have overlaying it. I've ran into problems in both IE10 and Firefox 20. In IE10, the drop down appears behind ...
0
votes
3answers
28 views

Adding commas in numbers of four or more digits

I have a php script that echoes the view count of a Youtube video using the Youtube API. However, I would like it to add commas when reaching views in the thousands and over. My code is below: $JSON ...
0
votes
0answers
88 views

Cannot share YouTube videos or youtube links [closed]

I am having an issue and I don't know if it's with Facebook or with YouTube. I have tried sharing quite a few videos. I've tried sharing through the YouTube "Facebook" button, as well as sharing the ...
0
votes
2answers
40 views

Which way is legal to store Youtbue API data

Im planning on making a website which stores user playlist data to share with other users in different way than youtube allow (My users will be able to view all records of all the playlists they ...
-1
votes
0answers
54 views

Youtube-PLAYLIST on Facebook now working but with severe BUG [closed]

I notice today that the previously reported bug that prevented showing a working Youtube-playlist on Facebook was "solved", but immidiatly i noticed that it contains a huge bug that makes it pretty ...
0
votes
4answers
85 views

Placeholder image for multiple youtube videos

Through some research, I figured out a way to display my own thumbnail that targets a youtube video when it is clicked. The issue I am running into is that when another video on the page is clicked, ...
0
votes
0answers
16 views

How to unload a video loaded using youtube api?

In my application I load a youtube video using Youtube Javascript API. The problem is that I can't unload a video when the user click the stop button. I tried with yt.clearVideo() but the thumbnail ...
0
votes
0answers
25 views

YouTube API v2.0 for javascript Pay Per View BUGS: not filtering out paid-content and will not play subsequent videos after PPV trailer ends

There seems to be a BUG in the YouTube API v.2 for Javascript. If a Pay Per View trailer reaches the end no subsequent videos will play with the player.loadVideoById(VideoID) call. My work-around was ...
0
votes
1answer
40 views

Youtube Fetch All Playlists

I am using a PHP script to find all the playlists that a particular user ID has uploaded. The problem is the script is not returning all the playlists, but only some of them . I want to get all the ...
0
votes
1answer
16 views

youtube api movie rental / purchase

I am wondering if it is possible with the youtube api to get a list of purchasable, or rentable movies. When I go to the youtube website and I am logged into my google account I can see movies to ...
0
votes
0answers
79 views

Autoplay with youtube and daylimotion video

I develop an application with embed video (youtube/daylimotion). When my users go to the application, I want my video play in autoplay without click. I test several solutions but It don't work for me ...
0
votes
0answers
28 views

Stream NSURL without parsing browser URL

How can I stream NSURL: for example - http://www.youtube.com/watch?v=0lTKErnmmoA or http://vimeo.com/65384446. without parsing URL to reach real place of video on that server. I was using ...
0
votes
0answers
15 views

How to make a application form that anaylizes youtube stats

How can i create an application that gets the user to connect their YouTube account, then the system analyizes the stats of the channel, and if they are alright they get brought to give more ...
1
vote
1answer
41 views

Get information of more than one youtube video by id from one request?

Can I get information of more than one youtube video from one request using youtube api (ver 2.0)? Retrieving information about a single video From above link, I can know how to get information of ...
0
votes
0answers
26 views

XML Youtube, access to yt:accessControl? the character :

I have this xml file and i'm trying to access to the value of attribute permission in the tag yt:accessControl in php echo ...
-1
votes
0answers
31 views

Youtube player - Grab an image from current video [closed]

I'm using the Youtube HTML5 player, How can I capture an image from the video?? I want to capture a picture of myself in some of the Youtube videos, any1??
0
votes
1answer
73 views

fancybox2 ie 10, iframe not disappear

When I hide the fancybox with iframe in ie 10, the fancybox disappear and the iframe stucks. Fancybox version: 2.1.4. My html: <ul class="gallery_new"> <li id="104" class="video"> ...
0
votes
0answers
34 views

ToolTip like youtube style in video slider

Once upon a time seen a similar implementation for wpf but I can't find it now. Maybe someone knows and has seen similar examples? http://prntscr.com/13jftg
0
votes
2answers
62 views

Replace img with iframe on click of button

Im pretty new to js/jquery and need some help from someone more knowledgeable! I have had a good look on this site and on the web but cannot find the answer myself. I've played around myself but with ...
0
votes
0answers
28 views

Supporting Landscape Playback for Youtube Video in iOS

I would like to be able to support landscape playback for a YouTube video that I am embedding in a web view while still only supporting portrait for my application. The root view controller is a tab ...
0
votes
0answers
21 views

Youtube gdata API not returning all videos

I'm new to youtube gdata API. I'm trying to retrieve all the video information for a specific channel using youtube gdata api for java. ...
0
votes
2answers
127 views

Can we use Android YouTube API to develop Google TV applications?

I have develop an Android application using YouTube Android API. Now I need my application to be able to run in Google TV devices. But my application does not work in Google TV device/Emulator. So I ...
0
votes
0answers
53 views

Youtube Video download url access denied error

Please help, I used youtube API for fetching download urls. These urls are working in my local system but when I upload it to the live server it gives me error "You are not authorized to access the ...
0
votes
0answers
91 views

Ajaxing youtube's get_video_info doesn't work (P3P?)

For a while I was to use "http://www.youtube.com/get_video_info?video_id={youtube-video-id}" to get information about a youtube video, but now it doesn't work anymore. Here's the javascript I use: ...
0
votes
1answer
36 views

Shell file parsing to automate youtube uploads

I was writing a small script to mass upload videos to youtube.. It looks like this: #! /bin/sh python --version for file in ./*.mp4 ; do export title=$(basename "$file" ".mp4") echo ...
0
votes
0answers
184 views

video gallery javascript with thumbnail feature

I need a video gallery with thumbnails which supports you tube, vimeo and bloomberg videos. I have tried http://html5box.com/html5gallery/. But it doesn't support bloomberg videos. Is there any other ...
0
votes
1answer
64 views

Youtube inside webview in android application

after reading diffrent examples i allmost rech to the wanted result the code : WebView myWebView = (WebView)findViewById(R.id.webview); String strHTMLTags = "<iframe width=\"100%\" ...
1
vote
1answer
34 views

Android: YouTubePlayer does not work in childactivity

I'm trying to implement a Video into my app. I thought I can use the YouTubePlayer API and open my Video. This is working fine if I open a normal new intent. But it does not really work if I open the ...
0
votes
1answer
47 views

Youtube audio Continues to play after closing Prettyphoto

I have this problem in IE8 & 9 where the audio of a youtube video continues to run after clicking on the close button of the PrettyPhoto pop up. It does not occur in other browsers. I'm using ...
0
votes
0answers
21 views

Remove Youtube Logo from Video [duplicate]

I know it might be repeating question but I am asking again as I have tried all possible solutions. I want to remove everything from youtube iframe. Though I have succesed with lot of steps but still ...
0
votes
0answers
9 views

Alternatives to iFrame for YouTube.

I am trying to load a YouTube video page inside my blogsite, since youtube doesnt support iFrame, what other methods can I use to load this YouTube video page?
0
votes
2answers
30 views

Youtube API get feed ignore duplicates

I cannot find a way of getting youtube to not return duplicate videos in a feed. I am currently using API v1 and I understand that v2 and v3 are where I should be moving too. I am using ZF 1 and its ...
0
votes
0answers
23 views

YouTube Analytics API: Issue with filters “Could not parse content (N/A) of field parameters.filters”

I am running into an issue with the YouTube Analytics API v3. I am trying to get a traffic source detail report for traffic from related videos for a video on my channel. I'm doing this with the ...
0
votes
1answer
31 views

Get video's privacy settings using Youtube API

In Youtube video manager, I have the option to set a video to a) Public b) Private and c) Unlisted. Using the Youtube API, is it possible to find out what the setting of a video is currently? Thanks ...
0
votes
2answers
80 views

Upload video to YouTube via V3-API with Flex/AS3

I am currently working on an AIR-Application to upload videos to youtube. Since I got the very absurd requirement to upload files up to 80GB (we do not need to discuss this, I also think it´s ...
-2
votes
0answers
22 views

YouTube to force logged in users to HTTPS

I heard rumours that YouTube is planning to force HTTPS for all loggedin users. Since I can't find any official information about it can someone clarify on that?
-1
votes
0answers
25 views

wordpress youtube uploader plugin authentification

I have installed youtube uploader plugin in my website. But when I put the title of video and choose the categories but when I click Next button I always get back “Invalid youtube authentification”. ...
0
votes
1answer
50 views

Youtube Embed Player Controls not working in asp.net

i m trying to hide logo and title on the youtube embed player here is the problem that, i m taking url form database not directly writing it in code aslo i m using datalist to show the results, now ...
0
votes
0answers
45 views

Newly uploaded Youtube videos giving error 200 facebook

I created a youtube video but when i try to lint it with the facebook debugger it does not extract any meta tags even though every other youtube video has open graph tags. Itgives error 200 meaning ...
0
votes
0answers
12 views

Getting “Note:” field from a YouTube playlist via Javascript & API

I'd like to get access to the "Note" one can add to a video in a playlist, but it doesn't seem to show up anywhere in the JSON I retrieve about the playlist. I'm using the following url to get the ...
0
votes
1answer
37 views

Printing a YouTube video feed in php

I'm in the beginning stages of writing a plugin to display YouTube videos in a WordPress implementation. Here is my code: require_once 'Zend/Loader.php'; Zend_Loader::loadClass('Zend_Gdata_Youtube'); ...
0
votes
1answer
28 views

How to play youtube video in QTMovieView

I'm developing a cocoa application. I have to play a youtube video. http://www.youtube.com/watch?v=dElLBPL_h1Q I'm using QTKit for playing video. Code is as follow: NSURL *fileURL = [NSURL ...
0
votes
1answer
52 views

need a code for youtube thumbnail with play button after i click to play the video will play in popup

i need a code for youtube thumbnail with play button which fetch the video id from url after i click to play the video will play in popup... can anyone suggest...? .aspx code: <asp:DataList ...
-1
votes
1answer
94 views

YouTube iFrame Breaking jQuery

I want to do something seemingly simple - embed a YouTube player on my page. However, it's breaking my FlexSliders on my page. There is supposed to be a carousel at the top of the page and one at the ...
-1
votes
0answers
61 views

Install youtube app on Android virtual device [closed]

I am new to android development. I am just working with you tube android API. For running these applications we need latest version of you tube app in our mobile. i just want to try this in AVD ...
1
vote
0answers
61 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 ...
0
votes
1answer
110 views

Php Pregmatch on youtube video download link

I found a youtube video download link generator... My script is http://www.paylash.biz/admin/youtube/index.php?id=[YOUTUBE ID] For example: ...
0
votes
0answers
50 views

All Embedded YouTube Videos Start Playing At Once

I've got a site which works pretty nicely for the most part. It's written in ASP.NET, and it renders a GridView, with a row for each video, showing a thumbnail and the description. Also in each row ...
0
votes
0answers
28 views

Get you tube preview when tweeting via iOS

i use a lot twitter in my new app, i use a SLComposeViewController to post a message to twitter, everything is ok i can attached images . . . Nevertheless i have on problem ! When i try to upload a ...

1 2 3 4 5 91