UNPKG

paella-core

Version:
21 lines (15 loc) 304 B
# Video canvas plugin It is used to play streams containing videos that can be displayed using a `<video>` tag. ## Configuration **config.json:** ```json { "plugins" : { ... "es.upv.paella.videoCanvas": { "enabled": true, "order": 1 } } } ```