Why is audio stream playback faster in Firefox than in Chrome?









up vote
0
down vote

favorite












The example below plays almost instantly if I click on play as soon as possible when page is loaded, in Firefox. But in Chrome the playback will take about 4 seconds before playing sound. Why is it so and what can I do to speed this up in Chrome?



The audio source is an mp3 stream streaming from an Icecast server.



<html>
<head>
</head>
<body>
<audio id="audio" crossOrigin="anonymous" src="http://..." controls />
</body>
</html>









share|improve this question























  • have you update the chrome?
    – RA'sal
    Nov 10 at 12:23










  • Upload a packet capture, so we can see what's going on. Chances are, you have a pretty low buffer size set on your server. (See also: stackoverflow.com/questions/52504992/…)
    – Brad
    Nov 10 at 22:29














up vote
0
down vote

favorite












The example below plays almost instantly if I click on play as soon as possible when page is loaded, in Firefox. But in Chrome the playback will take about 4 seconds before playing sound. Why is it so and what can I do to speed this up in Chrome?



The audio source is an mp3 stream streaming from an Icecast server.



<html>
<head>
</head>
<body>
<audio id="audio" crossOrigin="anonymous" src="http://..." controls />
</body>
</html>









share|improve this question























  • have you update the chrome?
    – RA'sal
    Nov 10 at 12:23










  • Upload a packet capture, so we can see what's going on. Chances are, you have a pretty low buffer size set on your server. (See also: stackoverflow.com/questions/52504992/…)
    – Brad
    Nov 10 at 22:29












up vote
0
down vote

favorite









up vote
0
down vote

favorite











The example below plays almost instantly if I click on play as soon as possible when page is loaded, in Firefox. But in Chrome the playback will take about 4 seconds before playing sound. Why is it so and what can I do to speed this up in Chrome?



The audio source is an mp3 stream streaming from an Icecast server.



<html>
<head>
</head>
<body>
<audio id="audio" crossOrigin="anonymous" src="http://..." controls />
</body>
</html>









share|improve this question















The example below plays almost instantly if I click on play as soon as possible when page is loaded, in Firefox. But in Chrome the playback will take about 4 seconds before playing sound. Why is it so and what can I do to speed this up in Chrome?



The audio source is an mp3 stream streaming from an Icecast server.



<html>
<head>
</head>
<body>
<audio id="audio" crossOrigin="anonymous" src="http://..." controls />
</body>
</html>






html5-audio audio-streaming internet-radio






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 10 at 22:27









Brad

112k25224383




112k25224383










asked Nov 10 at 12:14









theva

1,70052451




1,70052451











  • have you update the chrome?
    – RA'sal
    Nov 10 at 12:23










  • Upload a packet capture, so we can see what's going on. Chances are, you have a pretty low buffer size set on your server. (See also: stackoverflow.com/questions/52504992/…)
    – Brad
    Nov 10 at 22:29
















  • have you update the chrome?
    – RA'sal
    Nov 10 at 12:23










  • Upload a packet capture, so we can see what's going on. Chances are, you have a pretty low buffer size set on your server. (See also: stackoverflow.com/questions/52504992/…)
    – Brad
    Nov 10 at 22:29















have you update the chrome?
– RA'sal
Nov 10 at 12:23




have you update the chrome?
– RA'sal
Nov 10 at 12:23












Upload a packet capture, so we can see what's going on. Chances are, you have a pretty low buffer size set on your server. (See also: stackoverflow.com/questions/52504992/…)
– Brad
Nov 10 at 22:29




Upload a packet capture, so we can see what's going on. Chances are, you have a pretty low buffer size set on your server. (See also: stackoverflow.com/questions/52504992/…)
– Brad
Nov 10 at 22:29

















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',
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%2f53238840%2fwhy-is-audio-stream-playback-faster-in-firefox-than-in-chrome%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53238840%2fwhy-is-audio-stream-playback-faster-in-firefox-than-in-chrome%23new-answer', 'question_page');

);

Post as a guest














































































這個網誌中的熱門文章

Barbados

How to read a connectionString WITH PROVIDER in .NET Core?

Node.js Script on GitHub Pages or Amazon S3