jplayer / jPlayer

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

.wav files don't work on IE 11 #318

Open zoltankiss opened 9 years ago

zoltankiss commented 9 years ago

I've tested this on jPlayer 2.9.2, IE 11.0.9600.17843/Win 7

Example of script to reproduce (works on chrome, doesn't work on IE):

<html>
<head>
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
  <script type="text/javascript" src="./jquery.jplayer.min.js"></script>
  <script type="text/javascript">
   $(document).ready(function(){
    $("#jquery_jplayer_1").jPlayer({
     ready: function () {
      $(this).jPlayer("setMedia", {
       wav: "http://freewavesamples.com/files/Kawai-K5000W-Trombone-C4.wav"
      });
     },
     swfPath: "/js",
     supplied: "wav"
    });
   });
  </script>
</head>
<body>
  <div id="jquery_jplayer_1"></div>
  <div id="jp_container_1">
   <a href="#" class="jp-play">Play</a>
   <a href="#" class="jp-pause">Pause</a>
  </div>
</body>
</html>
degyDev commented 5 years ago

after almost 3 years did you figure out how to work this?

MartinDawson commented 5 years ago

.wav isn't supported on ie11. This isn't a jPlayer issue.

Try supplying a fallback audio and see if it falls back to that.

fhdxyz commented 5 years ago

في الأربعاء، ١٤ نوفمبر، ٢٠١٨ ٢:٢٨ م Martin Alex Philip Dawson < notifications@github.com> كتب:

.wav isn't supported on ie11. This isn't a jPlayer issue.

Try supplying a fallback audio and see if it falls back to that.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jplayer/jPlayer/issues/318#issuecomment-438630624, or mute the thread https://github.com/notifications/unsubscribe-auth/APvlIK6gO2qOsfMVwZTukxf4DC6Mzzhcks5uu_5PgaJpZM4FQ7QO .