Sound Ogg in Safari

How can I play .ogg sound files in safari without converting it to mp3? I use mediaelements.js library for flash backup and it works fine in chrome and firefox and plays both mp3 and ogg files, but in safari it only plays mp3. It seems that the backup of this library cannot play audio / ogg.

+3
source share
2 answers

Codec support in modern desktop browsers

Browser                      Ogg Vorbis     MP3     WAV

Firefox 3.6+                    ✓                   ✓

Safari 5+                                   ✓       ✓

Chrome 6                        ✓           ✓   

Opera 10.5+                     ✓                   ✓

Internet Explorer 9+                        ✓       ✓
+4
source

AFAIK, Safari does not directly execute OGG. They say that if you do not install the plugin .

0
source

All Articles