Possible to resolve dynamically changing audio stream URL?
Broadcastify's MP3 audio feeds' URLs are constantly changing. A few days after I save the URL to the stream, it's no longer valid. I need to go back to the main webpage, view source, and find the new link to the stream.
For instance, take this stream: https://www.broadcastify.com/listen/feed/932/web
The URL is currently http://audio12.broadcastify.com/nbpshmzyc5xf1t2.mp3?nocache=8204913
A few days ago it was http://relay.broadcastify.com/tqyn27cwpzds639.mp3
I have several extensions on my Asterisk server that play live feeds. The stream links are defined in musiconhold.conf
- is there any way I can dynamically use a URL in this configuration file so that when a stream is called the URL will resolve to the current URL, i.e. by crawling the page and picking out the MP3 link and using that?
The alternative is, on an almost daily basis, manually retrieving the current link and replacing that in the config file and reuploading to the server and reloading the dialplan, a lot of work! I will not be able to include these feeds if there isn't some way to automatically do this.
I am open to anything here, even calling a shell script or something from Asterisk to accomplish the task, or using a URL that redirects to the right URL, etc.
audio streaming mp3 asterisk
add a comment |
Broadcastify's MP3 audio feeds' URLs are constantly changing. A few days after I save the URL to the stream, it's no longer valid. I need to go back to the main webpage, view source, and find the new link to the stream.
For instance, take this stream: https://www.broadcastify.com/listen/feed/932/web
The URL is currently http://audio12.broadcastify.com/nbpshmzyc5xf1t2.mp3?nocache=8204913
A few days ago it was http://relay.broadcastify.com/tqyn27cwpzds639.mp3
I have several extensions on my Asterisk server that play live feeds. The stream links are defined in musiconhold.conf
- is there any way I can dynamically use a URL in this configuration file so that when a stream is called the URL will resolve to the current URL, i.e. by crawling the page and picking out the MP3 link and using that?
The alternative is, on an almost daily basis, manually retrieving the current link and replacing that in the config file and reuploading to the server and reloading the dialplan, a lot of work! I will not be able to include these feeds if there isn't some way to automatically do this.
I am open to anything here, even calling a shell script or something from Asterisk to accomplish the task, or using a URL that redirects to the right URL, etc.
audio streaming mp3 asterisk
add a comment |
Broadcastify's MP3 audio feeds' URLs are constantly changing. A few days after I save the URL to the stream, it's no longer valid. I need to go back to the main webpage, view source, and find the new link to the stream.
For instance, take this stream: https://www.broadcastify.com/listen/feed/932/web
The URL is currently http://audio12.broadcastify.com/nbpshmzyc5xf1t2.mp3?nocache=8204913
A few days ago it was http://relay.broadcastify.com/tqyn27cwpzds639.mp3
I have several extensions on my Asterisk server that play live feeds. The stream links are defined in musiconhold.conf
- is there any way I can dynamically use a URL in this configuration file so that when a stream is called the URL will resolve to the current URL, i.e. by crawling the page and picking out the MP3 link and using that?
The alternative is, on an almost daily basis, manually retrieving the current link and replacing that in the config file and reuploading to the server and reloading the dialplan, a lot of work! I will not be able to include these feeds if there isn't some way to automatically do this.
I am open to anything here, even calling a shell script or something from Asterisk to accomplish the task, or using a URL that redirects to the right URL, etc.
audio streaming mp3 asterisk
Broadcastify's MP3 audio feeds' URLs are constantly changing. A few days after I save the URL to the stream, it's no longer valid. I need to go back to the main webpage, view source, and find the new link to the stream.
For instance, take this stream: https://www.broadcastify.com/listen/feed/932/web
The URL is currently http://audio12.broadcastify.com/nbpshmzyc5xf1t2.mp3?nocache=8204913
A few days ago it was http://relay.broadcastify.com/tqyn27cwpzds639.mp3
I have several extensions on my Asterisk server that play live feeds. The stream links are defined in musiconhold.conf
- is there any way I can dynamically use a URL in this configuration file so that when a stream is called the URL will resolve to the current URL, i.e. by crawling the page and picking out the MP3 link and using that?
The alternative is, on an almost daily basis, manually retrieving the current link and replacing that in the config file and reuploading to the server and reloading the dialplan, a lot of work! I will not be able to include these feeds if there isn't some way to automatically do this.
I am open to anything here, even calling a shell script or something from Asterisk to accomplish the task, or using a URL that redirects to the right URL, etc.
audio streaming mp3 asterisk
audio streaming mp3 asterisk
asked Dec 2 at 23:17
InterLinked
1,1161131
1,1161131
add a comment |
add a comment |
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f1380282%2fpossible-to-resolve-dynamically-changing-audio-stream-url%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2fsuperuser.com%2fquestions%2f1380282%2fpossible-to-resolve-dynamically-changing-audio-stream-url%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