Vladimir Morozov

Results 6 comments of Vladimir Morozov

@ricardoalcocer I discovered that it works with youtube and video file but only in `canplay` event. Vimeo doesn't fire `canplay` event. finally discovered this solution for vimeo: ``` player.on('ready', function(event)...

Had the same issue, you have to add this attribute to iframe element: `allow="autoplay; fullscreen` So it has to be something like this: ``` ```

I need these features too! They are the only 2 features that are missing in this system for me.

I managed to find a workaround for this by clearing metrics storage each time I change list of labels for any metric. Here is an example of Laravel command to...