Handling uploaded videos

We have a client who would like to upload video - but this could be any video and would need transcoding.

Discourse is clearly not a video hosting platform - so we were thinking about trying to involved a 3rd party transcoder, or possibly some sort of direct upload to Vimeo or similar after the user uploads the file.

Does this sound like a reasonable approach and any ideas on how this might be achieved?

I assume that a customised Onebox view may help somewhere?

1 Like

Onebox already handles Vimeo files - I don’t know if vimeo allows files to be uploaded remotely via some other means but if they uploaded directly to Vimeo and then linked to it - it would work ok.

As per the comment made by @zogstrip here:

https://vimeo.com/232458407

Becomes

9 Likes

Thanks for this, I think our requirement was mainly to allow users to directly upload a video into discourse - which I understand is an edge-case at best.

We will attempt something a bit like this;

  • User uploads video file
  • Use post events / hooks to transfer the file to a video encoding service (vimeo, coconut or something)
  • Use API / Webhooks to respond to external video ready event
  • Re-write / Rebake the original post with a URL to the externally hosted, encoded video (e.g. vimeo.com/12345) which OneBox can handle nicely for us.

At least, that’s the theory. It’s a long way around, but it will fit the client’s requirements nicely.

3 Likes

@twbartlett: Did you guys ever end up implementing the solution you posted here and if so would you be willing to share what you did? I’m looking for a similar solution on my forum.

1 Like

Discourse isn’t meant to be a video sharing solution – and there are dozens of very mature and free existing video sharing sites which are video sharing solutions. So the rather complex engineering described above (which would also massively increase your CPU and RAM requirements on the server, by an order of magnitude or more) is unlikely to happen for the forseeable future.

1 Like

Discourse does integrate with various video providers, notably: brightcove via this plugin and youtube and vimeo.

So if video is your Jazz we recommend you store them on one of those providers and use oneboxes.

2 Likes

@dadudster @twbartlett @mikechristopher maybe a bit late, though I felt it’s worth mentioning - yesterday I released a plugin that let’s Discourse users upload videos to Vimeo and YouTube:

2 Likes