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.
Issue 234779: HTML5 video request stay pending (forever)
Issue 31014: Byte range cache is locked when attempting to open the same video twice
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.
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.
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.