Jun7892 / Health_Project

2 stars 2 forks source link

Src cache bug of HTML5 Video Element in Chrome browser #123

Open Jun7892 opened 2 years ago

Jun7892 commented 2 years ago

During the project, HTML5 Video Element initially works well, but when entering another page, it comes back to the main page and tries to move to another page, the loading takes a very long time.

When I opened Chrome and looked at the Network tab, the src request was hung in pending.

Explorer, Safari, and Firefox all operate normally, but Chrome is the only problem, so it is presumed to be a bug in the Blink engine. I googled right away, and as expected, I found two issue tickets below as if the Blink bug was correct.

There are so many comments that I haven't read them carefully, but I think it's a resource cache problem.

So I looked at the way other people solved it, and they gave the src value of the video element differently, but it is said that it worked normally.

Jun7892 commented 2 years ago

I think it was a few years ago when I first raised the issue, but it hasn't been revised yet. Anyway, it looks like you've been working on it recently, so I hope it'll be solved by the next version.

gaeul2 commented 2 years ago

oh my god!!