How can I embed videos hosted on our site?

We have a forum at forum.intercoin.org that we installed, but we are not Ruby or Discourse experts.

Currently we have been hosting our videos on YouTube and embedding them. But for regulatory reasons, we’d like to bring the videos “in-house” and set the metadata of the page to allow sharing. The idea is that people will see the thumbnail, title and description but not the video outside our site, and we must put custom disclaimers when people visit, before they can see the video.

Is there a plugin for this? If not, would anyone on this site be interested in developing one for us for $$? Please contact me at greg+d @at intercoin.org .

It would probably need a custom player that plays videos in a format accepted by all browsers. And lets admins manage metadata for some topics’ pages.

1 Like

Just wanted to bump this up. Can anyone help?

If you need something custom you should probably rewrite this as a post in #marketplace

There are lots of 3rd party video player alternatives, the trick is how to make your streaming videos perform well regardless of viewer location.

If you just want to restrict access to only viewing from your site, Vimeo can do that…and the “integration” is just pasting in the Vimeo URL.

The thing is, we can’t use Vimeo or some external host, unless they let us embed the video on our site but NOT allow someone to visit the page on their site, so that the only way they can view the video is by agreeing to our disclaimers first.

Does Vimeo have such an option?

1 Like

Ah it appears it does:

  • Hide this video from vimeo.com (Plus + PRO + Business + Premium only) - This video can be embedded on other sites but can’t be viewed on vimeo.com. (Your video cannot appear in Channels and Groups but can still be added to Albums and Portfolios.)
1 Like

What about the disclaimers, etc. ? Can this be done by customizing the theme?

Is that easy to do, or should I hire someone to do it? Is there a link to instructions?

Should these disclaimers be required when someone signs up to use your site? If you could do that then it would be much easier to just allow the embedding of videos directly.

Yes. But the videos may be seen by browsing before signing up.

What do you mean by embedding directly? How? Like a data:// url so it’s a huge page download even if video doesn’t play?

Yes, that’s true. You could potentially hide videos from anonymous users with CSS, but someone who’s a little savvy could find them so it wouldn’t be particularly secure. You’d need a custom plugin otherwise.

If the filetype is enabled in your settings, videos can be posted directly as you would with images. The full video isn’t loaded for the user until it’s played. For example:

1 Like

What would the actual code be to embed the video?

What file type should the video be?

And what player is used by default?

MP4 is probably the best format to use, it’s supported by all modern browsers.

There’s no code required from the poster to embed the video, as long as you have the video filetype set in the authorized extensions setting you can upload it or drag it into the composer as if you’re posting an image.

You can also post a link to an externally hosted MP4 on its own line, and it’ll be embedded

For example, putting this link on its own line
https://i.imgur.com/cLEzWIh.mp4

Embeds the video like this:

The video is embedded using the HTML5 <video> tag, which uses your browser’s native player.

8 Likes

Is it possible to embed a video or a video link that cannot be copied? we only want forum members to have access to them via the forum only.

Would someone using OBS to stream or a phone camera to record the video be a problem?

1 Like

Even if they didn’t go that far most video players expose their traffic in the network tab, allowing anyone to copy out the source path.

1 Like

we put videos on s3 and will embed in a special browser. of course, someone determined can get the video, but at least we tried. :sunglasses:

Sorry to revive this, but I am having trouble embedding mp4 files that we host locally. They just show up as links, not as playable videos.
An example can be found here: Screencast: creating an account at the Language Archive - Archiving info - The Language Archive Forums
Do you know what the issue may be? I’ve set staff authorized extensions to accept all file-types and added nl in the markdown linkify tlds.

Let’s see

![SampleVideo_1280x720_1mb|video](upload://3ls8bMAIgT1XlHWkVSrCPfi4ONw.mp4)

I just uploaded this here.

Check this out:

2 Likes

![SampleVideo_1280x720_1mb|video](upload://3ls8bMAIgT1XlHWkVSrCPfi4ONw.mp4)

This works indeed when uploading a video, but when I just want display a video from a link (see the link I posted), it doesnt detect it as such. I’ll look at the Video component that Thomas sent.

Try it on a line by itself

You would need to deep link the video like so

https://www.mpi.nl/corpus/manuals/screencasts/TLA-new_account.mp4