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>
html5-audio audio-streaming internet-radio
add a comment |
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>
html5-audio audio-streaming internet-radio
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
add a comment |
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>
html5-audio audio-streaming internet-radio
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
html5-audio audio-streaming internet-radio
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
add a comment |
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
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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