Been searchin around the web on how to stream video using dropbox. Found Lockergnome how to guide on doing this, except for one thing, the damn video won't play.
following Lockergnome's instruction this is what i did
<video width="612" height="388" controls="controls">Turns out i was missing a "?dl=1" at the end of the link
<source src="https://www.dropbox.com/s/zb1bmkopo30wxkc/11736306_602243019918760_587642156_n.mp4" type="video/mp4" />
</video>
<video width="612" height="388" controls="controls">and now the it works perfectly :) cheap ass CDN for cheapskate like me.
<source src="https://www.dropbox.com/s/zb1bmkopo30wxkc/11736306_602243019918760_587642156_n.mp4?dl=1" type="video/mp4" />
</video>
comments
1 Responses to "Use Dropbox to Host and Stream Videos"5:10 PM
nice!
Post a Comment