Re: Firefox 3.6.12 is not playing my OGV files
Jiří Navrátil <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.theora.general |
|---|---|
| Message-ID | <[email protected]> |
Thank you Silvia.
I'm using mathopd. I found on http://www.mathopd.org/wiki?Types that I have to add to Types section in mathopd.conf this part
application/ogg { .ogx }
audio/ogg { .oga .ogg .spx }
video/ogg { .ogv }
It's working now.
Thank you again,
Jiri
--
Jiri Navratil, http://www.navratil.cz, +420 777 224 245
On 6.11.2010, at 7:43, Silvia Pfeiffer wrote:
> 2010/11/6 <[email protected]>:
>> On 11/05/2010 02:23 PM, Jiří Navrátil wrote:
>>> on http://www.navratil.cz/SFD2010/ , but Google Chrome and Opera are
>>> working fine.
>>>
>>> Is my HTML5 page correct? Or what I shall change to make it working in
>>> Firefox too, please?
>>>
>>
>> your webserver does not send the right mimetype.
>> it sends text/plain but has to send video/ogg for .ogv files
>
> If you have Apache, you should add the following lines to your mime.types file
>
> application/ogg ogx
> audio/ogg oga ogg spx
> video/ogg ogv
>
> Cheers,
> Silvia.