Tagged Questions

0
votes
2answers
39 views

Play youtube videos with MPMoviePlayerController

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 pa …
3
votes
2answers
110 views

I found this “[\\?&]v=([^&#]*)” on the internet can someone explain it to me.

I found a method on the internet that can retrieve the Id of a youtube video from the url. this is it. var vid; var results; results = url.match("[\\?&]v=([^&#]*)"); vid = ( res …
0
votes
2answers
53 views

Curl setting Content-Type incorrectly

I am running a curl operation on the command line and am having trouble forcing the header to set as XML. I use the -H option to force the Content-Type to be xml, however, once I r …
0
votes
2answers
36 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 …
1
vote
1answer
71 views

Is it possible to get the size of a Flash video [YouTube] using JavaScript?

I would like to know the size of the movie I am watching on any video site [ if not possible on all video sites, then at least on YouTube ]. So is it possible, say I will specify t …
0
votes
2answers
42 views

Youtube And the iphone sdk

does anyone have a way of extracting the direct movie url from the page returned by a standard youtube link?
0
votes
1answer
57 views

How to get the direct download link from the url of video sharing web sites?

How can i get the direct link of flv from the specified url in javascript? I got a PHP script to do the same. This is only for youtube What it does is: do some pattern matc …
1
vote
0answers
89 views

Where does youtube store so many videos? [closed]

If we are to make something like youtube, then what should be the approach with respect to storing the videos? Any idea about what youtube does ?
0
votes
2answers
25 views

How can I get the date a video was uploaded through the Youtube API?

I'm confused as to where I can find the date a youtube video was uploaded. I've been using the following two functions: $videoEntry->getUpdated()->getText(); $videoEntry-&gt …
1
vote
1answer
90 views

How to upload video on YouTube with Ruby

I am trying to upload a youtube video using the GData gem (I have seen the youtube_g gem but would like to make it work with pure GData if possible), but I keep getting this error: …
0
votes
0answers
40 views

Best YouTube embedded player? (based on Chromeless API)

Hi. I'm building a website that will include embedded videos, and I've decided to use YouTube for video hosting as it's got the best functionality and the largest community. Howev …
0
votes
1answer
66 views

FLV video not playing in Cooliris embed wall

I have a PHP file that generates a Media RSS file for the embedded wall. It reads images and video from our Amazon S3 bucket and signs the URLs before creating the RSS feed. When …
-1
votes
1answer
36 views

How to script the download of “undownloadable” flash clip and then upload to youtube?

I am trying to find a way to upload the following flash replay to youtube easily http://battlestations.mobileweapon.net/history_view.php?hid=274641 I want to do these for a large …
0
votes
3answers
95 views

Programmatically determine whether a Youtube video has been taken down

I'm getting most of the music on Rap Exegesis from YouTube (in the form of embedded players). Unfortunately, there's always the risk that one of the videos I'm using will be taken …
0
votes
3answers
52 views

writing a php script to download youtube videos

hi all, i am looking for a way to download youtube videos from within php. but i dont have any experience about this sort of programming. i dont know whether it is about API pro …

1 2 3 4 5 10 next
15 30 50 per page