title
Products            Buy            Support Forum            Professional            About            Codec Central
 

streaming audio

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tim
    • Apr 2004
    • 2

    streaming audio

    Anyone know any good stream rippers?
    I am trying to convert and-or rip streaming audio from the internet. I am looking for software and-or codecs that is freeware to do this. I am looking for stream rippers.
  • Razgo
    Administrator
    • Apr 2002
    • 2532

    #2
    Re: streaming audio

    dmc auxiliary input works well for this. look for it here on this page: http://www.dbpoweramp.com/dmc.htm#AuxiliaryInput

    i think you need dmc installed also. then go to codec central to download and install the codecs you want to stream/rip to.

    Comment

    • ChristinaS
      dBpoweramp Guru
      • Apr 2004
      • 4097

      #3
      Re: streaming audio

      Originally posted by tim
      Anyone know any good stream rippers?
      I am trying to convert and-or rip streaming audio from the internet. I am looking for software and-or codecs that is freeware to do this. I am looking for stream rippers.
      This is quite easy if you know a bit about html coding and web site structure and functioning.

      Keep in mind there might be issues about copyright protection and such that prevail though.

      If what you want to do is actually download the media file that is being streamed, and if the streaming is done as pseudo-streaming through meta-files (asx, wax, wvx, m3u, rm, etc), and if right-clicking is enabled (I know, lots of ifs :smile2: ), then right click on the link and save target as whatever file name. Edit this file name using Notepad and you will find inside the actual name of the media file being streamed. Then you can construct the url of the media file from that name and placing in the front the rest of the path (domain/folder/subfolder ....). At this point I prefer writing a bit of html code that allows me to download such a file, something like:
      Code:
      <html>
      <head></head>
      <body>
      <a href ="http://domain.com/path/mediafile.mp3">right-click here to download</a>
      </body>
      </html>
      Save this as whatever.htm, execute it from Windows Explorer, right click where it says to, and save target as and bingo, it's done. Usually this works on most web sites, unless something or other has been disabled.

      This will not work the same way or perhaps not at all if the streaming is a type of live webcast, or at least I don't know how to capture that one easily.

      Comment

      • tim
        • Apr 2004
        • 2

        #4
        Re: streaming audio

        Thanks for the help, I will try Auxiliary Input but and the html coding.
        I am trying to convert a meta-file (*.asx) using the html coding.
        The asx file adress ishttp://www.angelfire.com/magic/chinchilla/creep.asx
        I cannot make it work with the html coding. Let me know if anybody can convert this asx to any other format. I would like to convert it to *.mp3.
        Will Auxillary Input work for this? I will try.

        Comment

        • Razgo
          Administrator
          • Apr 2002
          • 2532

          #5
          Re: streaming audio

          yes, auxiliary input is your friend :D , it will do the job.

          Comment

          • ChristinaS
            dBpoweramp Guru
            • Apr 2004
            • 4097

            #6
            Re: streaming audio

            Originally posted by tim
            Thanks for the help, I will try Auxiliary Input but and the html coding.
            I am trying to convert a meta-file (*.asx) using the html coding.
            The asx file adress ishttp://www.angelfire.com/magic/chinchilla/creep.asx
            I cannot make it work with the html coding. Let me know if anybody can convert this asx to any other format. I would like to convert it to *.mp3.
            Will Auxillary Input work for this? I will try.
            Aha, this is an example of a site that doesn't allow this. The media file itself is at
            mms://a423.v8384d.c8384.g.vm.akamais...139_1_2_04.asf

            This is a streaming server so you can't just download the file, you end up streaming it. Now you need to capture, so indeed Auxiliary Input will do it.

            Comment

            • Don Phono
              • Jul 2004
              • 3

              #7
              Re: streaming audio

              I´ve downloaded dmc and the "auxillary input" and tried it, but the only input sources that are offerd are CD, Line In, mic.
              The quality of the mic. is as good as to sing it myself.

              In addition to this thread I read http://club.cdfreaks.com/showthread.php?t=96019
              but there it also says: download>play>record

              Where´s my mistake?

              THX

              Comment

              • Don Phono
                • Jul 2004
                • 3

                #8
                Re: streaming audio

                I still don´t know my problem, but I tried to stream with SDP and got
                "> HTTP: Unknown content type: content-type: audio/x-scpls"
                as error.

                Could it be that dbpoweraAMP can´t handle these audio/x-scpls ?

                Please help me!
                THX

                Comment

                • ChristinaS
                  dBpoweramp Guru
                  • Apr 2004
                  • 4097

                  #9
                  Re: streaming audio

                  Originally posted by Don Phono
                  I´ve downloaded dmc and the "auxillary input" and tried it, but the only input sources that are offerd are CD, Line In, mic.
                  The quality of the mic. is as good as to sing it myself.

                  In addition to this thread I read http://club.cdfreaks.com/showthread.php?t=96019
                  but there it also says: download>play>record

                  Where´s my mistake?

                  THX
                  Open the Volume control by right-clicking on the Volume icon in your task bar (or from Control panel). The display there varies depending on yuor particular sound card, this is why it's hard to say exactly what you need. You must ensure that the option that indicates an audio source other than CD, mic or line-in is activated (i.e. not muted). This may be called Master Volume or Wave or Stereo Mix or some such thing. There may be an option to expand the view as well, so explore that. If in doubt unmute all of them.
                  I hope this helps.

                  Comment

                  • Don Phono
                    • Jul 2004
                    • 3

                    #10
                    Re: streaming audio

                    That´s it
                    I didn´t know that the other channels were hidden.

                    BTW: all other progs I found on the inet are not that good.Thanks a lot.

                    Comment

                    • ChristinaS
                      dBpoweramp Guru
                      • Apr 2004
                      • 4097

                      #11
                      Re: streaming audio

                      Originally posted by Don Phono
                      That´s it
                      I didn´t know that the other channels were hidden.

                      BTW: all other progs I found on the inet are not that good.Thanks a lot.
                      Glad it helped.

                      Comment

                      • Unregistered

                        #12
                        Re: streaming audio

                        Hi, but how do you capture the streaming?




                        Originally posted by ChristinaS
                        Aha, this is an example of a site that doesn't allow this. The media file itself is at
                        mms://a423.v8384d.c8384.g.vm.akamais...139_1_2_04.asf

                        This is a streaming server so you can't just download the file, you end up streaming it. Now you need to capture, so indeed Auxiliary Input will do it.

                        Comment

                        • xoas
                          dBpoweramp Guru
                          • Apr 2002
                          • 2662

                          #13
                          Re: streaming audio

                          For capturing the streaming using Auxilary input I believe that the steps outlined in #2 of this thread from Christina S. should provide the information you need:
                          When you can play an audio file in a player on your pc but you cannot convert it to another format, there are 2 possible explanations and solutions for that: 1) You do not have the proper codecs for the file Using the file extension as a guide, go to Codec Central (http://www.dbpoweramp.com/codec-central.htm) and download


                          Best wishes,
                          Bill Mikkelsen

                          Comment

                          • ChristinaS
                            dBpoweramp Guru
                            • Apr 2004
                            • 4097

                            #14
                            Re: streaming audio

                            Originally posted by xoas
                            For capturing the streaming using Auxilary input I believe that the steps outlined in #2 of this thread from Christina S. should provide the information you need:
                            When you can play an audio file in a player on your pc but you cannot convert it to another format, there are 2 possible explanations and solutions for that: 1) You do not have the proper codecs for the file Using the file extension as a guide, go to Codec Central (http://www.dbpoweramp.com/codec-central.htm) and download


                            Best wishes,
                            Bill Mikkelsen
                            Actually that one is Razgo's post, directing you to the help on Auxiliary Input.

                            I have added a new thread on when and how to use dMC Auxiliary Input in the dBpowerAMP FAQ section at http://forum.dbpoweramp.com/showthread.php?t=5362 .

                            Between all those threads, you should be able to use dMC Auxiliary Input successfully.

                            Comment

                            • Smelter
                              • Jul 2004
                              • 1

                              #15
                              Re: streaming audio, downloading

                              Originally posted by ChristinaS
                              This is quite easy if you know a bit about html coding and web site structure and functioning.

                              Keep in mind there might be issues about copyright protection and such that prevail though.

                              If what you want to do is actually download the media file .......
                              You might find that Net Transport is what you are looking for.
                              I regularly download 2 hour shows in 10 minutes.

                              Comment

                              Working...

                              ]]>