Firefox does not retreive ogg from cache? (Solved)
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
Firefox does not retreive ogg from cache? (Solved)
Has anyone managed to get an ogg file to retreive from cache in firefox?
Last edited by mahks on Fri Oct 16, 2009 1:41 am, edited 1 time in total.
Re: Firefox does not retreive ogg from cache?
Yes, no problem at all. I'm using Firefox 3.0.14 on Ubuntu 9.04
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Firefox does not retreive ogg from cache?
Thanks Steve ...
I am using Firefox 3.5.3 on Xp and trying to utilize the HTML audio tag, but I experience the same behaviour just trying to view an ogg video directly;
Example:
If I access the following link, wait for it to load then check my cache, it is present and should be accessed.
But when I reload the file it takes the same time to load as the initial load.
Any ideas?
Link:
http://people.mozilla.com/~prouget/demo ... owsers.ogg
I am using Firefox 3.5.3 on Xp and trying to utilize the HTML audio tag, but I experience the same behaviour just trying to view an ogg video directly;
Example:
If I access the following link, wait for it to load then check my cache, it is present and should be accessed.
But when I reload the file it takes the same time to load as the initial load.
Any ideas?
Link:
http://people.mozilla.com/~prouget/demo ... owsers.ogg
Last edited by mahks on Tue Oct 13, 2009 3:43 am, edited 1 time in total.
Re: Firefox does not retreive ogg from cache?
Firefox 3.5 should support Ogg natively. https://developer.mozilla.org/En/Using_ ... in_Firefox
Perhaps the file association has been hijacked by something else.
Look in "Edit > Preferences > Applications" and see if anything is listed for Ogg files.
Perhaps the file association has been hijacked by something else.
Look in "Edit > Preferences > Applications" and see if anything is listed for Ogg files.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Firefox does not retreive ogg from cache?
I removed the file association I had, no effect.
I tried in Firefox safe mode, no difference.
I get the same behaviour using the HTML audio and video tags, or just loading an ogg file directly with Firefox.
I have an audio clip, the wav version is 9MB and in ogg format 1.2MB
If I put 2 HTML audio tags on an HTML page, 1 containing the wav file and the other the ogg,
If I access the HTML file on my local drive (audio files too) both initial load and subsequent are instantaneous as expected.
If HTML file is accessed on internet:
After both audio files get cached and I reload the HTML file, the wav is retrieved instantly, the ogg takes the same amount of time as the initial load.
Its like the expire headers are being ignored for ogg files.
I think I need someone running Firefox 3.5 on XP to confirm or not whether they get different behaviour.
Thanks in advance.
(sorry for bothering the audacity community with this. This is my 2nd week of trying to resolve this on various Firefox forums, but I get no response there ! ? ...)
I tried in Firefox safe mode, no difference.
I get the same behaviour using the HTML audio and video tags, or just loading an ogg file directly with Firefox.
I have an audio clip, the wav version is 9MB and in ogg format 1.2MB
If I put 2 HTML audio tags on an HTML page, 1 containing the wav file and the other the ogg,
If I access the HTML file on my local drive (audio files too) both initial load and subsequent are instantaneous as expected.
If HTML file is accessed on internet:
After both audio files get cached and I reload the HTML file, the wav is retrieved instantly, the ogg takes the same amount of time as the initial load.
Its like the expire headers are being ignored for ogg files.
I think I need someone running Firefox 3.5 on XP to confirm or not whether they get different behaviour.
Thanks in advance.
(sorry for bothering the audacity community with this. This is my 2nd week of trying to resolve this on various Firefox forums, but I get no response there ! ? ...)
Re: Firefox does not retreive ogg from cache?
Let me get this right - You have no problem playing Ogg files. The problem that you have is that they are downloaded fresh each time you play them rather than being played from the cached version?
And that happens even when you go to a direct link to an Ogg file such as http://people.mozilla.com/~prouget/demo ... owsers.ogg ?
If that's the case, try installing the "VLC media player - Web Plugin". It should be available through the Add-ons menu in "Tools" menu. If that doesn't work, just remove it.
And that happens even when you go to a direct link to an Ogg file such as http://people.mozilla.com/~prouget/demo ... owsers.ogg ?
If that's the case, try installing the "VLC media player - Web Plugin". It should be available through the Add-ons menu in "Tools" menu. If that doesn't work, just remove it.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Firefox does not retreive ogg from cache?
Yes, your assessment is correct Steve, my only problem is the apparent reload of cached ogg files.
I did have the VLC plug-in loaded, but had disabled it during troubleshooting.
Enabled or disabled VLC did not have an effect on the behaviour.
Do you know of an ogg focused forum out there? Vorbis does not seem to have one.
Or a Firefox forum other than mozillazine or bugzilla?
Would really appreciate someone with Firefox 3.5 telling me if they experience this or not ... pleeeez
I did have the VLC plug-in loaded, but had disabled it during troubleshooting.
Enabled or disabled VLC did not have an effect on the behaviour.
Do you know of an ogg focused forum out there? Vorbis does not seem to have one.
Or a Firefox forum other than mozillazine or bugzilla?
Would really appreciate someone with Firefox 3.5 telling me if they experience this or not ... pleeeez
Re: Firefox does not retreive ogg from cache?
May be worth http://support.mozilla.com/en-US/kb/Live+Chat?new_chat
It is an unusual question so think carefully about how you phrase the question and type it out before you go on so that the question is clear and that it is clear why you are asking. Initially I thought that you may be unable to play Ogg files at all.
It is an unusual question so think carefully about how you phrase the question and type it out before you go on so that the question is clear and that it is clear why you are asking. Initially I thought that you may be unable to play Ogg files at all.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Firefox does not retreive ogg from cache? (SOLVED)
Solved, put X-Content-Duration in your header
Example for htaccess:
<Files "test.ogg">
Header set X-Content-Duration "465.287"
</Files>
Thanks for all your help Steve, Ralph at Vorbis feedback solved this for me.
Example for htaccess:
<Files "test.ogg">
Header set X-Content-Duration "465.287"
</Files>
Thanks for all your help Steve, Ralph at Vorbis feedback solved this for me.
Re: Firefox does not retreive ogg from cache? (Solved)
Thanks for the update.
I don't fully understand why that works, but as long as it does
I also found this about using autobuffer: http://pearce.org.nz/2009/08/configurin ... 5-ogg.html
I don't fully understand why that works, but as long as it does
I also found this about using autobuffer: http://pearce.org.nz/2009/08/configurin ... 5-ogg.html
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)