# 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
        }
    }
}
```
