Skip to content

Video canvas plugin

It is used to play streams containing videos that can be displayed using a <video> tag.

config.json:

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