Como posso incorporar vídeos hospedados em nosso 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 curtida

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 curtida

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 curtida

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 curtida

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 curtidas

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 curtida

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 curtida

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:

Desculpe reativar este tópico, mas estou com dificuldades para incorporar arquivos mp4 que hospedamos localmente. Eles aparecem apenas como links, não como vídeos reproduzíveis.
Um exemplo pode ser encontrado aqui: Screencast: creating an account at the Language Archive - Archiving info - The Language Archive Forums
Você sabe qual pode ser o problema? Configurei as extensões autorizadas para a equipe para aceitar todos os tipos de arquivo e adicionei nl nos TLDs de linkificação do Markdown.

Vamos ver

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

Acabei de fazer o upload aqui.

1 curtida

Confira isso:

2 curtidas

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

Isso realmente funciona ao fazer upload de um vídeo, mas quando quero apenas exibir um vídeo a partir de um link (veja o link que postei), ele não o detecta como tal. Vou analisar o componente de vídeo que o Thomas enviou.

Experimente em uma linha separada

Você precisará criar um link direto para o vídeo assim

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