How do I make a Icecast live stream play at accurate time?
I've just tried setting up Icecast2, alongside with Darkice.
I notice that when I play from the live stream, the audio seems to be 30 seconds later than it should be.
How do I make a Icecast live stream play at the same time as the audio it's providing? I understand that a lot of live streams are not always accurate, such as online radio but is there a feature when I can get the most accurate time?
Any help will be appreciated.
icecast
add a comment |
I've just tried setting up Icecast2, alongside with Darkice.
I notice that when I play from the live stream, the audio seems to be 30 seconds later than it should be.
How do I make a Icecast live stream play at the same time as the audio it's providing? I understand that a lot of live streams are not always accurate, such as online radio but is there a feature when I can get the most accurate time?
Any help will be appreciated.
icecast
add a comment |
I've just tried setting up Icecast2, alongside with Darkice.
I notice that when I play from the live stream, the audio seems to be 30 seconds later than it should be.
How do I make a Icecast live stream play at the same time as the audio it's providing? I understand that a lot of live streams are not always accurate, such as online radio but is there a feature when I can get the most accurate time?
Any help will be appreciated.
icecast
I've just tried setting up Icecast2, alongside with Darkice.
I notice that when I play from the live stream, the audio seems to be 30 seconds later than it should be.
How do I make a Icecast live stream play at the same time as the audio it's providing? I understand that a lot of live streams are not always accurate, such as online radio but is there a feature when I can get the most accurate time?
Any help will be appreciated.
icecast
icecast
edited Jan 28 at 21:32
mike1024
asked Jan 28 at 21:27
mike1024mike1024
83
83
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I'd recommend to read through these two answers to gain a better understanding of what is at play here:
https://stackoverflow.com/a/36929851/2648865
https://stackoverflow.com/a/17151097/2648865
You can reduce latency somewhat, but it will require control of as much of the whole chain as possible. It also will come at the expense of stream reliability.
It would certainly help if you would explain what you are trying to achieve with this on a higher level, as it might even be that Icecast is unsuitable for what you want.
Thank you. I will read through them.
– mike1024
Feb 4 at 21:14
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1113639%2fhow-do-i-make-a-icecast-live-stream-play-at-accurate-time%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I'd recommend to read through these two answers to gain a better understanding of what is at play here:
https://stackoverflow.com/a/36929851/2648865
https://stackoverflow.com/a/17151097/2648865
You can reduce latency somewhat, but it will require control of as much of the whole chain as possible. It also will come at the expense of stream reliability.
It would certainly help if you would explain what you are trying to achieve with this on a higher level, as it might even be that Icecast is unsuitable for what you want.
Thank you. I will read through them.
– mike1024
Feb 4 at 21:14
add a comment |
I'd recommend to read through these two answers to gain a better understanding of what is at play here:
https://stackoverflow.com/a/36929851/2648865
https://stackoverflow.com/a/17151097/2648865
You can reduce latency somewhat, but it will require control of as much of the whole chain as possible. It also will come at the expense of stream reliability.
It would certainly help if you would explain what you are trying to achieve with this on a higher level, as it might even be that Icecast is unsuitable for what you want.
Thank you. I will read through them.
– mike1024
Feb 4 at 21:14
add a comment |
I'd recommend to read through these two answers to gain a better understanding of what is at play here:
https://stackoverflow.com/a/36929851/2648865
https://stackoverflow.com/a/17151097/2648865
You can reduce latency somewhat, but it will require control of as much of the whole chain as possible. It also will come at the expense of stream reliability.
It would certainly help if you would explain what you are trying to achieve with this on a higher level, as it might even be that Icecast is unsuitable for what you want.
I'd recommend to read through these two answers to gain a better understanding of what is at play here:
https://stackoverflow.com/a/36929851/2648865
https://stackoverflow.com/a/17151097/2648865
You can reduce latency somewhat, but it will require control of as much of the whole chain as possible. It also will come at the expense of stream reliability.
It would certainly help if you would explain what you are trying to achieve with this on a higher level, as it might even be that Icecast is unsuitable for what you want.
answered Jan 31 at 13:28
TBRTBR
24618
24618
Thank you. I will read through them.
– mike1024
Feb 4 at 21:14
add a comment |
Thank you. I will read through them.
– mike1024
Feb 4 at 21:14
Thank you. I will read through them.
– mike1024
Feb 4 at 21:14
Thank you. I will read through them.
– mike1024
Feb 4 at 21:14
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1113639%2fhow-do-i-make-a-icecast-live-stream-play-at-accurate-time%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
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