Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heshanlk/video
Clone of Drupal video module - Active development will be done here
https://github.com/heshanlk/video
drupal drupal-8 drupal-module drupal8 transcode video-upload vimeo youtube
Last synced: 3 months ago
JSON representation
Clone of Drupal video module - Active development will be done here
- Host: GitHub
- URL: https://github.com/heshanlk/video
- Owner: heshanlk
- Created: 2017-03-18T20:07:41.000Z (almost 8 years ago)
- Default Branch: 8.x-2.x
- Last Pushed: 2020-11-04T12:56:35.000Z (over 4 years ago)
- Last Synced: 2024-10-11T02:21:21.362Z (4 months ago)
- Topics: drupal, drupal-8, drupal-module, drupal8, transcode, video-upload, vimeo, youtube
- Language: PHP
- Homepage: https://www.drupal.org/project/video
- Size: 19.8 MB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
Awesome Lists containing this project
README
Video Module
------------
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
* VimeoOptional Modules
----------------
https://www.drupal.org/project/flysystemExamples
--------
https://github.com/heshanlk/Video-Provider-YouTube-ExampleHow 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 settingsHow 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.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.