Possible to resolve dynamically changing audio stream URL?












-1














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.










share|improve this question



























    -1














    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.










    share|improve this question

























      -1












      -1








      -1







      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.










      share|improve this question













      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 2 at 23:17









      InterLinked

      1,1161131




      1,1161131



























          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
          });


          }
          });














          draft saved

          draft discarded


















          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
















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          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





















































          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

          Plaza Victoria

          In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

          How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...