Page 1 of 1

YouTube

Posted: Sun Dec 11, 2011 7:04 pm
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

Re: YouTube

Posted: Sun Dec 11, 2011 7:07 pm
by JelvinJS7
Figyre out the URL of the video file.
[syntax=xhtml]
<video controls>
<source src="{VIDEO_FILE_URL}" />
</video>
[/syntax]

Re: YouTube

Posted: Sun Dec 11, 2011 7:30 pm
by bowersbros
I know that, but i was wondering if anybody knew how to get the source file

Re: YouTube

Posted: Sun Dec 11, 2011 8:47 pm
by JelvinJS7
Hunt through the source code on http://www.youtube.com/embed/{VIDEO_CODE}. You may find it there

Re: YouTube

Posted: Tue Dec 13, 2011 11:49 am
by EcazS
Email the tube.

Re: YouTube

Posted: Tue Dec 13, 2011 10:40 pm
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.