Any OEmbed Experts?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EddyTheDog
    Just Doing My Own Thing
    • Jan 2011
    • 25433

    #1

    Tech 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
    (>^_^)b
    • Dec 2011
    • 7230

    #2
    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.
    Join the BEST cam affiliate program on the internet!
    I've referred over $1.7mil in spending this past year, you should join in.
    I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..

    Comment

    • EddyTheDog
      Just Doing My Own Thing
      • Jan 2011
      • 25433

      #3
      Originally posted by Colmike7
      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.
      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 !..

      Comment

      • Colmike9
        (>^_^)b
        • Dec 2011
        • 7230

        #4
        Originally posted by EddyTheDog
        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 !..
        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.
        Join the BEST cam affiliate program on the internet!
        I've referred over $1.7mil in spending this past year, you should join in.
        I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..

        Comment

        • EddyTheDog
          Just Doing My Own Thing
          • Jan 2011
          • 25433

          #5
          Originally posted by Colmike7
          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...

          Comment

          Working...