GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Tech Any OEmbed Experts? (https://gfy.com/showthread.php?t=1323599)

EddyTheDog 02-24-2020 10:41 AM

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

Colmike9 02-24-2020 12:18 PM

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

EddyTheDog 02-24-2020 12:26 PM

Quote:

Originally Posted by Colmike7 (Post 22614052)
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

Hi, yes it needs to be OEmbed - It's so I can embed on a few social media sites that allow it - I am sick of giving YouTube all that advertising space - I need the money more than they do :winkwink:!..

Colmike9 02-24-2020 12:34 PM

Quote:

Originally Posted by EddyTheDog (Post 22614055)
Hi, yes it needs to be OEmbed - It's so I can embed on a few social media sites that allow it - I am sick of giving YouTube all that advertising space - I need the money more than they do :winkwink:!..

Ah cool, that makes sense.

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.

EddyTheDog 02-24-2020 09:49 PM

Quote:

Originally Posted by Colmike7 (Post 22614060)
Ah cool, that makes sense.

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.

Thanks - I thought I had cracked it earlier, but it turned out I hadn't - Bugger...


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