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?
YouTube
-
- Posts: 534
- Joined: Thu May 05, 2011 8:19 pm
YouTube
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
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
Re: YouTube
Figyre out the URL of the video file.
<video controls> <source src="{VIDEO_FILE_URL}" /> </video>
-
- Posts: 534
- Joined: Thu May 05, 2011 8:19 pm
Re: YouTube
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
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
Re: YouTube
Hunt through the source code on http://www.youtube.com/embed/{VIDEO_CODE}. You may find it there
Re: YouTube
You could try looking at the source of one of those greesemonkey scripts that adds download buttons. they must get the URL somehow.