Talk about anything in here.
-
bowersbros
- Posts: 534
- Joined: Thu May 05, 2011 8:19 pm
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?

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
Post
by JelvinJS7 »
Figyre out the URL of the video file.
<video controls>
<source src="{VIDEO_FILE_URL}" />
</video>
-
bowersbros
- Posts: 534
- Joined: Thu May 05, 2011 8:19 pm
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
-
EcazS
- Posts: 789
- Joined: Fri May 06, 2011 5:29 pm
Post
by EcazS »
Email the tube.
-
jacek
- Site Admin
- Posts: 3262
- Joined: Thu May 05, 2011 1:45 pm
- Location: UK
-
Contact:
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.