Uploading and Displaying Videos in Laravel Nova
This package is an extended version of the built-in Nova file field, designed to simplify the process of uploading local video files and displaying them within the Nova panel.
You don't require any additional packages to utilize the NovaVideo
field. However, if you desire more advanced features, we recommend complementing it with Larupload
.
- Upload videos
- Display videos using the HTML5/Vidstack video player
- Delete videos
- Replace(Update) videos
- Download videos
- Localization
- Configurable
- Attach a poster to video files
- Extract video metadata such as
duration
,width
,height
, anddominant color
- Ability to resize/crop photos and videos
- Ability to create HTTP Live Streaming (HLS) from video sources
You can find installation instructions and detailed instructions on how to use this package at the dedicated documentation site.