jplayer / jPlayer

jPlayer : HTML5 Audio & Video for jQuery
http://jplayer.org/
Other
4.6k stars 1.47k forks source link

CANNOT PLAY m4a #331

Open jfs-egs opened 9 years ago

jfs-egs commented 9 years ago

I created a player that will play mp3s and the example audio m4a file, but when I substitute my own m4a, it will not play.

            ready: function (event) {
                $(this).jPlayer("setMedia", {
                    title: "Bubble",
                    m4a: "../SECURE/MUSIC/ABC - aaaaa aaa aaa.mp3 ",   //"http://www.jplayer.org/audio/m4a/Miaow-07-Bubble.m4a" 
                });
            },
            swfPath:  "http://jplayer.org/latest/dist/jplayer", //"../Scripts/jquery.jplayer.swf",
            supplied: "m4a", 

This code plays the mp3 and the sample m4a (whether I supply "mp3" or "m4a"), but not other m4a files. I am using Chrome Version 44.0.2403.155 m. Any ideas?