Announcement

Collapse
No announcement yet.

Stream internet radio stations

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Stream internet radio stations

    Hi AMS Community,


    I am trying to create a radio app that will allow me to select a internet radio station and be able to play it. I have attached the project file of what i have so far.

    What i want to be able to do it use the previous\next buttons to scroll through the list of available stations. When i have highlighted the station i want, to be able to hit the play button and it will play that station.

    In the small LCD screen, it would scroll what station was playing and maybe connection time to said station if possible.

    I dont want the media player to open in a seperate window.

    There is a thread on the forum that does something similar but i am unable to incorpate it into this project due to lack of knowledge.

    Any help would be greatly appreciated as i am a beginner at this so your patience is appreciated it

    Attached Files

  • #2
    Hi,
    There is really no script in you sample apz

    What is the forum link you are trying to incorporate?

    I actually think that this may be way over your head as a beginner, as you will have to obtain radio stations IP address (if they have one)
    I dont want the media player to open in a seperate window.
    Also I think maybe Media Player will have to be in another app minimized
    Cheers

    Comment


    • #3

      a simple example


      Radio.zip

      Comment


      • #4
        Originally posted by colc View Post
        Hi,
        There is really no script in you sample apz

        What is the forum link you are trying to incorporate?

        I actually think that this may be way over your head as a beginner, as you will have to obtain radio stations IP address (if they have one)


        Also I think maybe Media Player will have to be in another app minimized
        Cheers
        Hi Colc,

        Sorry, the previous thread i was referring to is https://forums.indigorose.com/forum/...=1545259511308

        I have the stations streaming urls which are easily got using Chrome and F12 then selecting network tab

        The previous thread and herrins works without a seperate player present

        I just have to figure out how to get the code working in my app.

        @ Herrin, that for the example.

        Comment


        • #5
          Hi,
          Played a little with your apz and added a bit to show how to load audio with MP
          Just a simple example

          Just saw herrin app - Very good he is just using audio channel

          I put a small media player but it can be hidden if you wish or just place other code on page onshow

          RadioHelpMe_mod.apz
          Cheers

          Comment


          • #6
            Hi Colc, Thanks a million, i actually have spent the last few hours at this and came up with more or less same thing

            I will post up as soon as i have it finished

            Comment


            • #7
              Radio (Alarm) version


              RadioAlarm.zip

              Comment


              • #8
                Well Done
                Nice little app

                Comment


                • #9
                  RadioAlarm its very nice!!! Well done

                  Comment


                  • #10
                    hello good, not to be much english, look I made a mini player. What I want is to know how to put 2 things: through an imput read more url from other radios.
                    And if you can, how can I read the metadata of a radio url (like what to do the winamp, which is to see the title of the song and singer). thanks
                    Attached Files

                    Comment


                    • #11
                      better listbox or combobox


                      Click image for larger version

Name:	Cattura.PNG
Views:	281
Size:	59.4 KB
ID:	304370


                      obtained from the link of your project: with IEPlugin


                      Code:
                      sBody = IExplorer.GetDocumentBody ("Plugin1");
                      Paragraph.SetText ("Paragraph1", sBody);

                      Comment


                      • #12
                        thank you very much herrina for answering, really thank you, pro I am not able to show the information of the urls metadata, and I feel that my English is so poor.
                        what I don't understand is the code
                        but thanks

                        Comment


                        • #13
                          Originally posted by humo View Post
                          thank you very much herrina ...
                          herrina? Ah-haha!

                          You're not cross-dressing these days are you, herrin?

                          Comment

                          Working...
                          X