vue-panel icon indicating copy to clipboard operation
vue-panel copied to clipboard

Video inside vue-panel causes massive lag

Open swift1 opened this issue 9 years ago • 5 comments

Reproduction:

``` code````


When `video` element is outside the v-panel, it plays smoothly.
In addition, images do not get scaled, like the text does. Not sure if this is intentional or not.

swift1 avatar Jul 31 '15 16:07 swift1

Thanks for the heads up. What browser are you using? I will attempt to reproduce your issue this evening.

3mcd avatar Jul 31 '15 20:07 3mcd

Chrome 44.0.2403.125 m. Thanks for looking into it. :)

swift1 avatar Jul 31 '15 21:07 swift1

I can't seem to reproduce the issue. Videos inside of v-panel in Chrome 44 and 43 appeared to play smoothly in my testing.

I updated the example with a video here. Could you pull down the repo and see if the video performance in the example is poor?

3mcd avatar Aug 02 '15 19:08 3mcd

I'll check into it when I'm back from my holiday next week. The video I reproduced the bug with was fairly large and in high quality, though relatively small in size (1-3 mb). Thanks for your prompt reply. :+1:

swift1 avatar Aug 05 '15 02:08 swift1

Ok, I just tested it and the bug is still there. In your example it looks ok, but that's because it's a tiny video with a low frame rate. I'm using a 1920x1080 video (2 seconds) with 29 frames/second. The video size is 1,2 mb. The video plays smoothly only when it's outside of the v-panel.

swift1 avatar Aug 10 '15 18:08 swift1