Video Conversion to M3U8 Format
Categories
Component ID
1886026
Component name
Video Conversion to M3U8 Format
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Introduction:
This module is used to encode the video in to m3u8 format which is used in android and iOS and upload the encoded video on Amazon S3.
Features:
- Encode the video in to m3u8 format.
- Place the encoded files on S3
Requirements:
- Video Module
- Amazon S3
- Awssdk
Installation:
- Download the module and place it in sites/all/modules folder.
- Navigate to the admin/config/media/m3u8 path and configure it.
- Create the video upload type field in content type and on node submit, it will automatically convert the video in m3u8 format.
Versions:
It currently support drupal 7 only.
Development Status:
It is the development version. Initially, it takes the Zencoder API key in its configuration file and encoded the video.
