Closed
Bug 850891
Opened 13 years ago
Closed 8 years ago
OGV and WEBM in VIDEO-tag is not reloaded
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: kaoskaoskaoskaos, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22
Steps to reproduce:
I am trying to load two video files using the video-tag.
<video src="test.ogv" width="1280" height="720" controls="controls"></video>
<video src="test.webm" width="1280" height="720" controls="controls"></video>
Actual results:
The OGV and WEBM file is only loaded the first time when entering the web page.
If I try and reload the web page (clicking the reload button) the video files is not reloaded from the web server. This happens even if no-cache flag is set on web server.
Even after clearing the Firefox cache, the video files is not reloaded from the web server.
Expected results:
The video files should be reloaded from the web server every time a click the reload button. The video files should also be reloaded if no-cache flag is set on the web server and I enter the web page again. The video files should also be reloaded if I clear the Firefox cache.
My Firefox user agent: Mozilla/5.0 (Windows NT 6.0; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0
I have confirmed this bug using Firebug and it is very clear that the OGV and WEBM video files is not reloaded.
Comment 3•13 years ago
|
||
>This happens even if no-cache flag is set on web server.
The no-cache header is sent for those video files ?
>(clicking the reload button)
have you tried a shift+reload button/ctrl+f5 ?
Component: Untriaged → Video/Audio
Product: Firefox → Core
Yes, no-cache is sent for those video files.
Yes, I have tried shift+reload button/ctrl+f5.
I can also confirm that this bug exists on Firefox 19.0.2 for OS X.
Comment 5•13 years ago
|
||
That the media cache os not cleared with the normal disk cache is bug 848344
Updated•11 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•10 years ago
|
Component: Audio/Video → Audio/Video: Playback
Comment 8•8 years ago
|
||
Mass closing do to inactivity.
Feel free to re-open if still needed.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•