Download the PHP package alchemy/embed-bundle without Composer
On this page you can find all versions of the php package alchemy/embed-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package embed-bundle
Alchemy Embed Bundle
Installation
Add embed bundle to Phraseanet:
composer require alchemy/embed-bundle:^2.0.0
Deploy embed players in Phraseanet assets path:
gulp build-alchemy-embed
Configuration
configuration options for phraseanet in config/configuration.yml
property | type | description |
---|---|---|
video.player | string | active player, embed bundle ship with videojs and flowplayer |
video.autoplay | boolean | autoplay as default behavior |
video.message_start | string | StartOfMessage as default behavior , where 'StartOfMessage' is a field created from Phraseanet admin |
video.cover_subdef | string | define a subdefinition for video cover, default is |
video.available_speeds | number[] | playback available speeds |
audio.player | string | active video player, embed bundle ship with videojs |
audio.autoplay | boolean | autoplay as default behavior |
audio.cover_subdef | string | define a subdefinition for audio cover, default is |
document.enable_pdfjs | boolean | use pdfjs instead of flexbox for pdf only |
document.player | string | active document player, embed bundle ship with flexbox |
yaml example:
Field mapping
Video captions (subtitles and chapters) can be added via Phraseanet Fields setup: field name matching table:
field name | vtt kind | description |
---|---|---|
VideoTextTrack | subtitle | will add a subtitle track with a label named default |
VideoTextTrackFR | subtitle | will add a subtitle track with a label named fr |
VideoTextTrack* | subtitle | will add a subtitle track with a label named with field name placeholder |
VideoTextTrackChapters | chapters | will add a chapter track - require JSON content |
VTT file formats
Subtitles valid field content
Chapters valid field content
All versions of embed-bundle with dependencies
PHP Build Version
Package Version
No informations.
The package alchemy/embed-bundle contains the following files
Loading the files please wait ....