Skip to content

discourse/discourse-video

Folders and files

NameName
Last commit message
Last commit date
Jan 16, 2024
Oct 25, 2024
Apr 15, 2025
Dec 13, 2023
Jul 19, 2022
May 17, 2024
Jul 25, 2022
Apr 9, 2025
Apr 17, 2025
Feb 5, 2025
Jun 17, 2022
Oct 14, 2024
Jun 17, 2022
Dec 13, 2023
Dec 13, 2023
Dec 13, 2023
Dec 13, 2023
Dec 13, 2023
Mar 17, 2025
Mar 11, 2021
Jun 10, 2021
Nov 19, 2024
Jun 10, 2021
Mar 17, 2025
Mar 17, 2025
Mar 17, 2025
Mar 17, 2025

Repository files navigation

discourse-video

DiscourseVideo is a Discourse plugin that provides an improved video upload and playback experience using Mux.

Features include:

  • Upload large videos in chunks
  • Play videos via streaming so that you don't have to download the whole video to watch
  • Automatic video encoding
  • Videos are stored externally by Mux so that they don't take up space on your Discourse instance.

Installation

Follow the Install Plugins in Discourse guide, using git clone https://github.com/discourse/discourse-video.git as the plugin command.

Setup

You will need to have a Mux account. Then you can create a Token ID and Secret from Mux to add to your Site Settings in Discourse.

Then inside of Mux you will need to create a webhook and point it back to https://your-discourse.example.com/discourse_video/webhook.

Development

If you are developing you can use a tool like ngrok to point it back to your localhost and then add the ngrok url to the DISCOURSE_DEV_HOSTS env variable before starting rails.