Multiple source tag with the same format HTML5 Audio iOS2019 Community Moderator ElectionAre (non-void) self-closing tags valid in HTML5?Audio not loading in HTML's audio tagHtml5 audio won't play in safari when the source is populated via JavaScriptFirefox won't play .WAV files using the HTML5 <audio> tag?HTML5 Audio PlaylistIE 9 has trouble loading HTML5 audio from TomcatiOS Browsers not respecting HTML5 audio preload tagHTML5 Audio Tag with Multiple Sourceshtml5 audio mp3 not working in firefoxSafari behaving very weirdy with HTML5 audio tag

Accepted offer letter, position changed

Are there historical instances of the capital of a colonising country being temporarily or permanently shifted to one of its colonies?

Can one live in the U.S. and not use a credit card?

Recommendation letter by significant other if you worked with them professionally?

Conservation of Mass and Energy

How are showroom/display vehicles prepared?

Linux Ubuntu 18.04 Full Backup

What Happens when Passenger Refuses to Fly Boeing 737 Max?

Could you please stop shuffling the deck and play already?

Plausibility of Mushroom Buildings

Expressing logarithmic equations without logs

Was Luke Skywalker the leader of the Rebel forces on Hoth?

PTIJ: Should I kill my computer after installing software?

What problems would a superhuman have whose skin is constantly hot?

Is this Paypal Github SDK reference really a dangerous site?

Bash script should only kill those instances of another script's that it has launched

When a wind turbine does not produce enough electricity how does the power company compensate for the loss?

They call me Inspector Morse

Doesn't allowing a user mode program to access kernel space memory and execute the IN and OUT instructions defeat the purpose of having CPU modes?

How to secure an aircraft at a transient parking space?

Sort with one element at the end

Can Mathematica be used to create an Artistic 3D extrusion from a 2D image and wrap a line pattern around it?

Professor expects me to attend a conference, I can't afford even with 50% funding

An alternative proof of an application of Hahn-Banach



Multiple source tag with the same format HTML5 Audio iOS



2019 Community Moderator ElectionAre (non-void) self-closing tags valid in HTML5?Audio not loading in HTML's audio tagHtml5 audio won't play in safari when the source is populated via JavaScriptFirefox won't play .WAV files using the HTML5 <audio> tag?HTML5 Audio PlaylistIE 9 has trouble loading HTML5 audio from TomcatiOS Browsers not respecting HTML5 audio preload tagHTML5 Audio Tag with Multiple Sourceshtml5 audio mp3 not working in firefoxSafari behaving very weirdy with HTML5 audio tag










0















I have multiple source tags on an audio element, they all have the same format - mp3, example:



<audio preload="none" title="test audio">

<source src="https://api.soundcloud.com/tracks/..." type="audio/mp3" />

<source src="https://api.soundcloud.com/tracks/..." type="audio/mp3" />

</audio>


On iOS Safari/Chrome I'd run on some problem, if, for example the first source fails to load, browser (tested on WebKit) do not trying to load next one in line.



My expectation in this case was that if first source fail for some reasons, then browser will switch to the next one.



How do I make it work the same way described above?










share|improve this question


























    0















    I have multiple source tags on an audio element, they all have the same format - mp3, example:



    <audio preload="none" title="test audio">

    <source src="https://api.soundcloud.com/tracks/..." type="audio/mp3" />

    <source src="https://api.soundcloud.com/tracks/..." type="audio/mp3" />

    </audio>


    On iOS Safari/Chrome I'd run on some problem, if, for example the first source fails to load, browser (tested on WebKit) do not trying to load next one in line.



    My expectation in this case was that if first source fail for some reasons, then browser will switch to the next one.



    How do I make it work the same way described above?










    share|improve this question
























      0












      0








      0








      I have multiple source tags on an audio element, they all have the same format - mp3, example:



      <audio preload="none" title="test audio">

      <source src="https://api.soundcloud.com/tracks/..." type="audio/mp3" />

      <source src="https://api.soundcloud.com/tracks/..." type="audio/mp3" />

      </audio>


      On iOS Safari/Chrome I'd run on some problem, if, for example the first source fails to load, browser (tested on WebKit) do not trying to load next one in line.



      My expectation in this case was that if first source fail for some reasons, then browser will switch to the next one.



      How do I make it work the same way described above?










      share|improve this question














      I have multiple source tags on an audio element, they all have the same format - mp3, example:



      <audio preload="none" title="test audio">

      <source src="https://api.soundcloud.com/tracks/..." type="audio/mp3" />

      <source src="https://api.soundcloud.com/tracks/..." type="audio/mp3" />

      </audio>


      On iOS Safari/Chrome I'd run on some problem, if, for example the first source fails to load, browser (tested on WebKit) do not trying to load next one in line.



      My expectation in this case was that if first source fail for some reasons, then browser will switch to the next one.



      How do I make it work the same way described above?







      html5 html5-audio






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 6 at 15:15









      jay_dtrjay_dtr

      33




      33






















          0






          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55026405%2fmultiple-source-tag-with-the-same-format-html5-audio-ios%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55026405%2fmultiple-source-tag-with-the-same-format-html5-audio-ios%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          AWS Lex not identifying response if by a variable The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) The Ask Question Wizard is Live! Data science time! April 2019 and salary with experienceEnforcing custom enumeration in AWS LEX for slot valuesHow to give response based on user response in Amazon Lex?Intercepting AWS Lambda Response to a AWS Lex QueryLex chat bot error: Reached second execution of fulfillment lambda on the same utteranceamazon lex showing invalid responseLambda response send back to Lex slot?Response card in Amazon lexAmazon Lex - Lambda response return HTML to botHow can I solve 424 (Failed Dependency) (python) obtained from Amazon lex?

          Алба-Юлія

          Захаров Федір Захарович