Installing and Configuring the Video Module - Drupal 8
Last updated on
30 April 2025
Video Module 8.x
Video module allows you to embedded videos from YouTube and Vimeo (can be extended to any provider) and upload videos and play using HTML5 video player (can be extended).
Supporting Embedded Providers
- YouTube
- Vimeo
- Vine
- Dailymotion
- Wistia
Optional Modules
https://www.drupal.org/project/flysystem
Example provider for developers
https://github.com/heshanlk/Video-Provider-YouTube-Example
How to Install
- Use this guide to download and install the module https://www.drupal.org/documentation/install/modules-themes/modules-8
- There are NO any additional settings
How to Use
- Go to your content type (can be added to any entity type) page (admin/structure/types)
- Go to manage fields and click add field and choose "Video" from Reference
- Click Save and Continue with rest of the steps.
How to Use Upload Field
- Go to "Manage form display" and choose "Video Upload" widget.
How to Use Video Embedded Field
- Go to "Manage form display" and choose "Video Embed" widget.
FAQ
Can I upload multiple files to support HTML5 video
- Yes, from "Manage fields" choose "Storage settings" and change the "Allowed number of values" to more than one. Then you can upload multiple videos like mp4, WebM etc.
Can I transcode videos?
- Drupal 8 version does not provide the transcoding yet, follow the issue here https://www.drupal.org/node/2637682
Help improve this page
Page status: Not set
You can:
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion