Vladimir Morozov
Vladimir Morozov
same issue
I have the same issue.
@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.
array_combine(): Argument #1 ($keys) and argument #2 ($values) must have the same number of elements
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...