provide a schema and API for sound and media files with a html5 player
Project description
Summary
This cube provides basic media storage, transcoding and streaming features.
Storage
This cube defines two SoundFile and VideoFile entity types. Each entity uses a data attribute to store original raw data and custom data_<fmt> (e.g. data_mp3, data_ogv attributes) to store transcoded data.
BFSS is used to store data on the filesystem. The root directory is specified by the media-dir configuration option.
Transcoding
Modification hooks are responsible for reenconding media files. ffmpeg is used to convert sound and video files to streamable formats.
Streaming
jplayer is used to stream media content.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for cubicweb-mediaplayer-0.1.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d52ae8c617edf0a3aa1d4e1a29e9a4d065651ea66c965525f0191b7c566485d1 |
|
MD5 | 1b0df9e296713f13bf9dada4e4a9f5d3 |
|
BLAKE2b-256 | e4435166eec79d20e568463d42cb376e574b2b9fc13c554c5e991541d73b377a |