如何嵌入托管在我们网站上的视频?

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 个赞

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 个赞

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 个赞

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 个赞

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.

9 个赞

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 个赞

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 个赞

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:

很抱歉打扰旧帖,但我遇到一个问题:我们本地托管的 mp4 文件无法正确嵌入,它们只显示为链接,而不是可播放的视频。示例如下:https://archive.mpi.nl/forums/t/screencast-creating-an-account-at-the-language-archive/2750
您知道可能是什么问题吗?我已经将“授权扩展名”设置为接受所有文件类型,并在 Markdown 链接化 TLD 中添加了 nl

让我们看看

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

我刚刚在这里上传了它。

1 个赞

看看这个:

2 个赞

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

上传视频时这确实有效,但当我只是想通过链接显示视频时(见我所发的链接),它无法将其识别为视频。我会查看 Thomas 发送的视频组件。

请单独在一行中尝试

您需要像这样对视频进行深度链接

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