Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / video / README.md
1 Video Module
2 ------------
3 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).
4
5 Supporting Embedded Providers
6 ----------------------------
7 * YouTube
8 * Vimeo
9
10 Optional Modules
11 ----------------
12 https://www.drupal.org/project/flysystem
13
14 Examples
15 --------
16 https://github.com/heshanlk/Video-Provider-YouTube-Example
17
18 How to Install
19 --------------
20 * Use this guide to download and install the module https://www.drupal.org/documentation/install/modules-themes/modules-8
21 * There are NO any additional settings
22
23
24 How to Use
25 ----------
26 * Go to your content type (can be added to any entity type) page (admin/structure/types)
27 * Go to manage fields and click add field and choose "Video" from Reference
28 * Click Save and Continue with rest of the steps.
29
30
31 How to Use Upload Field
32 -----------------------
33 * Go to "Manage form display" and choose "Video Upload" widget.
34
35
36 FAQ
37 ---
38 * Can I upload multiple files to support HTML5 video
39 - 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.