YouTube

Talk about anything in here.
Post Reply
bowersbros
Posts: 534
Joined: Thu May 05, 2011 8:19 pm

YouTube

Post by bowersbros »

Is there a way to stream a YT video but without using the YouTube flash controller?

Maybe a way to link it into a HTML5 video tag? :D
I don't like to brag, but I wasn't circumcised. I was circumnavigated. ;)

Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
JelvinJS7
Posts: 341
Joined: Thu May 12, 2011 8:40 pm

Re: YouTube

Post by JelvinJS7 »

Figyre out the URL of the video file.
[syntax=xhtml]
<video controls>
<source src="{VIDEO_FILE_URL}" />
</video>
[/syntax]
bowersbros
Posts: 534
Joined: Thu May 05, 2011 8:19 pm

Re: YouTube

Post by bowersbros »

I know that, but i was wondering if anybody knew how to get the source file
I don't like to brag, but I wasn't circumcised. I was circumnavigated. ;)

Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
JelvinJS7
Posts: 341
Joined: Thu May 12, 2011 8:40 pm

Re: YouTube

Post by JelvinJS7 »

Hunt through the source code on http://www.youtube.com/embed/{VIDEO_CODE}. You may find it there
User avatar
EcazS
Posts: 789
Joined: Fri May 06, 2011 5:29 pm

Re: YouTube

Post by EcazS »

Email the tube.
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: YouTube

Post by jacek »

You could try looking at the source of one of those greesemonkey scripts that adds download buttons. they must get the URL somehow.
Image
Post Reply