Tagged Questions
YouTube is a video-sharing website on which users can upload, share, and view videos.
52
votes
4answers
39k views
How to get thumbnail of YouTube video link using YouTube API?
I want to pass a YouTube URL to maybe YouTube's API and get the video thumbnail using PHP & curl? Is that possible?
45
votes
5answers
24k views
Youtube iframe wmode issue
Using javascript with jQuery, I am adding an iframe with a youtube url to display a video on a website however the embed code that gets loaded in the iframe from youtube doesnt have wmode="Opaque", ...
31
votes
5answers
22k views
overlay opaque div over youtube iframe :)
How can I overlay a div with semi-transparent opacity over a youtube iframe embedded video?
<iframe class="youtube-player" type="text/html" width="520" height="330" ...
30
votes
5answers
29k views
FF3/Windows CSS z-index problem with YouTube player
I'm stuck on what appears to be a CSS/z-index conflict with the YouTube player. In Firefox 3 under Windows XP, Take a look at this page: http://spokenword.org/program/21396 Click on the Collect button ...
20
votes
3answers
10k views
Play YouTube videos with MPMoviePlayerController instead of UIWebView
Hello I'm trying to stream some youTube videos using the MPMoviePlayerController but I'm having some problems. The code i'm using is pretty simple and I can play .m4v videos by passing a URL to ...
17
votes
6answers
1k views
How to aggregate analytics from Google, Twitter, YouTube, Facebook, etc
I have a video blog for which I would like to track certain statistics, including stats from Google Analytics, Twitter, YouTube, Facebook, etc.
The problem is that the various stats are on different ...
15
votes
2answers
15k views
Pros and cons of MPMoviePlayerController versus launching UIWebView to stream movie
I have a client who has video content for the web in Flash format. My task is to help them show the videos in an iPhone app.
I realize that step one is to get these videos into the appropriate ...
15
votes
11answers
30k views
How to embed YouTube videos in PHP?
Can anyone give me an idea, how can we show or embed a YouTube video if we just have the URL or the Embed code.
Thanks for the help
13
votes
2answers
459 views
Getting artifacts when trying to read video stream from YouTube
I'm trying to read the video frames from the RTSP stream that I get from YouTube. Here is the link for my test video:
...
13
votes
2answers
432 views
How to handle YouTube video events (started, finished, etc) in uiwebview iOS
Currently I'm using the new iframe API to embed a YouTube video inside the uiwebview on the iPad and I've been able to make it auto play without user interactions.
In the iframe API it is described ...
13
votes
11answers
37k views
Android YouTube app Play Video Intent
I have created a app where you can download YouTube videos for android. Now, I want it so that if you play a video in the YouTube native app you can download it too. To do this, I need to know the ...
12
votes
5answers
2k views
php regex - find all youtube video ids in string
I have a textfield where users can try in about anything. Now i would like to parse it and find all youtube video urls and their ids.
Any idea how that works?
String sample:
Lorem Ipsum is ...
12
votes
5answers
23k views
Open youtube video in Fancybox jquery
Can I open youtube video in fancybox.
I have a list of youtube videos links , for ex:
<a href="http://www.youtube.com/watch?v=PvbqV8W96D0" class="more">Play</a>
and fancubox :
...
11
votes
5answers
6k views
Posting an embedded video link using the Facebook Graph API
When manually attaching a video link (from YouTube, Vimeo, etc) to a post using the Facebook web interface, Facebook automatically recognizes the link as a video, and allows the resulting status ...
11
votes
4answers
1k views
Save Youtube video to iPhone in the app
Playing Youtube video in the app is easy and well documented around.
There are two problems with that:
after closing Youtube player, if user wants to play it again it has to wait for online ...
11
votes
7answers
546 views
Why do websites generate random alphanumeric strings for urls instead of using row ids?
Why does many sites (youtube is good example) generate string of random number and letter instead of using for example the row id?
usually its something likes this
bla?v=wli4l73Chc0
instead of ...
11
votes
6answers
11k views
Streaming Youtube Videos
I am writing an application to play youtube videos using streaming.
First method:
I am getting the RTSP URL to the video using GData APIs.
Here is the code to play the RTSP url.
VideoView ...
11
votes
3answers
2k views
Youtube content identification technology?
I'm not sure if Youtube is the only website with this technology, but content identification in YT (Content ID) is basically a technology to automatically identify and remove copyright infringements. ...
10
votes
4answers
150 views
GData youtube video upload missing audio issue
I am using following code to upload .mov file to youtube. It upload successfully but the video don't have any audio. Please tell me if I am doing something wrong....
- (void)uploadVideoFile {
...
9
votes
1answer
368 views
Youtube HTML5 Video Stopped Working in Android
Somehow Youtube HTML5 video stopped working for me about a week ago. I have no idea why. Here's the code that was working last week (well, not the real code, but the smallest example I could make):
...
9
votes
4answers
1k views
Downloading video's in flv format from youtube
I cant really understand how youtube serves videos but I have been reading through what I can, it seems like the old method get_video is now obsolete and can't be used any more so because of this I am ...
9
votes
2answers
2k views
YouTube video in a Google Map Info Window
I am trying to put a youtube video into a Google Map (v3) Info Window.
It works fine in Firefox and Internet Explorer.
It does not work in Safari and Chrome. In those browsers the positioning is off ...
9
votes
4answers
13k views
Downloading video from YouTube
I wish to download a video from YouTube and then extract its audio.
Can anyone point me to some C# code to download a video?
For clarification purposes, I already know how to extract audio from a ...
9
votes
5answers
16k views
Using Youtube's javascript API with jQuery
I'm currently trying to use the YouTube API as part of a jQuery plugin and I've run into a bit of a problem.
The way the YT api works is that you load the flash player and, when it's ready it will ...
8
votes
2answers
5k views
jQuery Youtube URL Validation with regex
I know there is plenty of question answered over here http://stackoverflow.com/questions/tagged/youtube+regex, but not able find a question similar to me.
Any body has the JavaScript Regular ...
8
votes
6answers
7k views
Internet Explorer Warning when embedding Youtube on HTTPS site?
EDIT 22 March 2011: This question is no longer that relevant since Youtube now offers HTTPS access: http://apiblog.youtube.com/2011/02/https-support-for-youtube-embeds.html
Our application is run ...
7
votes
2answers
191 views
Embedding YouTube Video with jQuery Templates - C#
I'm using jQuery Templates to Embed user posted YouTube vids. I am able to fetch the video id and save it into the database and everything is working correctly. However when trying to embed the video ...
7
votes
2answers
143 views
GData youtube video upload missing audio
I am using GData Api to upload video on youtube from ios application.
It successfully uploads the video but audio is missing from that.
I am using .mp4 format of video.
Do any one has a clue?
Thanks
...
7
votes
1answer
634 views
Why did YouTube put a type= attribute in iframe for embedded video?
When going to YouTube, it gives a embed code such as
<iframe title="YouTube video player"
class="youtube-player" type="text/html" width="640" height="385"
...
7
votes
4answers
1k views
How to play MP4 videos from Youtube?
I need to play videos from Youtube as MP4.
My system (an Android Phone) does not support Flash.
It can play MP4 videos.
So I'm thinking of creating a web page that plays videos from Youtube.
I ...
7
votes
1answer
451 views
Embed a YouTube video in HTML5 without Flash
Is it possible to embed a YouTube video on your own website using HTML5, so it can be played on Safari on iPhone without Flash?
7
votes
2answers
959 views
How does YouTube embedding work without a classid in the object tag?
A typical code fragment obtained from the YouTube embed feature looks like this:
<object width="660" height="405">
<param name="movie" ...
7
votes
4answers
655 views
Does Windows Phone 7 have a YouTube player similar to iPhone?
I want to allow my phone app users to be able to click a YouTube video and be sent to the phone's YouTube player. Does Windows Phone 7 have that option?
7
votes
2answers
9k views
How do I get the title of a youtube video if I have the Video Id?
I'm playing now with the Youtube API and I began a small project (for fun).
The problem Is that I cant find the way to get Title of a video from the Id. (example: ylLzyHk54Z0)
I have looked in the ...
7
votes
7answers
2k views
Best YouTube gem for Ruby?
Is there a definitive gem for the YouTube API? I'm trying to use youtube_g, but it seems to break on some basic stuff.
7
votes
3answers
3k views
Annotating YouTube videos programmatically
I want to be able to display a normal YouTube video with overlaid annotations. This consists of colored rectangles for each frame. The only requirement is that this be done programatically. YouTube ...
6
votes
1answer
4k views
Youtube embed: Unsafe JavaScript attempt to access frame
We have a Wicket app with a page that includes an embedded Youtube video. The video embeds and plays fine, but apparently it causes the rest of the page to not render- it seems that the DOM elements ...
6
votes
8answers
344 views
Parsing Youtube links automatically
$message = preg_replace("#(http://(www.)?youtube.com)?/(v/|watch\?v\=)([-|~_0-9A-Za-z]+)&?.*?#i", "<iframe title=\"YouTube\" width=\"480\" height=\"390\" src=\"http://www.youtube.com/embed/$4\" ...
6
votes
2answers
773 views
what's the youtube video id maximum length?
I'm developing an application that displays youtube videos. I want to store the video id's in a database, but because there are going to be a lot of videos, I want to minimize the required space, so ...
6
votes
1answer
275 views
Embedded youtube videos blocked by network admins stopping web page loading
This is a curly one.
We've developed a website for one of our clients which has some embedded youtube videos. Unfortunately, the clients internet filtering software blocks youtube access - this ...
6
votes
2answers
5k views
Force HTML5 youtube video
Regarding the Youtube API Blog they are experimenting their new HTML5 Video Player.
Apparently to play a video in html5, you have to use the iframe embedding code :
<iframe class="youtube-player" ...
6
votes
3answers
2k views
Capture real-time screen video from iPhone and iPad including audio and post to YouTube, Facebook, etc
Does anyone have pointers to some working code or techniques for capturing the full-screen real-time OpenGL graphics on the iPhone and iPad, combine it with the audio coming out of the device, and ...
6
votes
6answers
1k views
Create Android App Video Demo
Is there a way to make smooth video demos of android apps that I can post on youtube?
I want to attach YouTube videos tutorials for my apps on the Android Market. The current solutions basically take ...
6
votes
2answers
297 views
How does youtube's report bug tool takes a screenshot of you screen?
If you go on the bottom of the page there's a "Report bug" link.
They let you highlight parts of the screen and sent it along with the bug description.
Any idea of how this could be implemented?
6
votes
1answer
1k views
Using Youtube Intent to launch a video from a defined starting point
The question is easy :)
I want to start a youtube video from a defined starting position.
In a regular browser, you can achieve this by appending a #t=1m20s at the end of the url like in:
...
6
votes
3answers
1k views
YouYube API Watch Private Videos
I have a website that has a draft mode. Someone can login and see what the site looks like to approve it before the public can see it. I have YouTube videos on an account that I put on private because ...
6
votes
1answer
1k views
Hyperlink to play youtube video
Is it possible to create a hyperlink on your web page that can play an embedded youtube video on the same page.?
6
votes
9answers
8k views
Javascript REGEX: How to get youtube video id from URL?
I want to get the v=id from youtube's URL with javascript(no jquery, pure javascript);
Example Youtube URL formats:
...
6
votes
1answer
54 views
Can you extract/bring across the rating of a video from youtube to use in your own site?
Is it possible to extract the ratings (i.e. 5 stars), views and comments of a Youtube video and use it within your own site?
In other words I have a youtube video embeded on my site but i want to ...
6
votes
4answers
1k views
Youtube video download URL [closed]
Hi
Before this I could download Youtube videos in my application by URLs like this:
http://www.youtube.com/get_video?video_id=g1SADcP5g1o&t=vjVQa1PpcFPdtzEqgjY9XznEG3_WlkhS1xMugBP5eJ8=
But ...