Skip to content

Audio Canvas Plugin

It is used to play streams containing audio only. This canvas is designed to work together with the audio-only stream plugin.

This canvas is used to place the preview image defined in the metadata section of the video manifest, which is a required data. If the video manifest does not contain this data, an exception will be thrown.

config.json:

{
"plugins" : {
...
"es.upv.paella.audioCanvas": {
"enabled": true,
"order": 1
}
}
}