![]() |
Any OEmbed Experts?
I want to host my own videos and then be able to OEmbed them - Anyone know an off the shelf way of doing this?..
Thanks |
Does it have to be oembed? Hosted videos can be played with just HTML5 without needing the request/response part of oembed since that's mostly for 3rd party sites:
<video width="640" height="480" controls> <source src="path/myvideo.mp4" type="video/mp4"> <source src="path/myvideo.ogg" type="video/ogg"> Your browser does not support the video tag. </video> Just, make sure that you encode things right and with AAC/not MP3 etc. Unless I'm missing something. :upsidedow |
Quote:
|
Quote:
Well, if you like reading, this explains it all: https://oembed.com/ I'll see if there's a simpler way to get things going. |
Quote:
|
All times are GMT -7. The time now is 11:09 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc