Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. IcecastRadio - Qt-Widget/Qt-Quick example Icecast player

IcecastRadio - Qt-Widget/Qt-Quick example Icecast player

Scheduled Pinned Locked Moved QML and Qt Quick
13 Posts 4 Posters 9.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    maxvanceffer
    wrote on last edited by
    #4

    Yes really cool staff, but from git now not compiling. Qt 4.7.0 rc and mingw

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mario
      wrote on last edited by
      #5

      I'm not sure if mingw supports compiling phonon-stuff. I've also noticed that the phonon headers have different locations depending on qt-version.

      What kind of error do you get when compiling?

      1 Reply Last reply
      0
      • M Offline
        M Offline
        maxvanceffer
        wrote on last edited by
        #6

        First error out of the box was : mingw32-make[2]: *** No rule to make target ../model/libicecastmodel.a', needed by debug\qtcast.exe'. Stop.

        Then i remove project qtcast from main pro

        and in quickcast make some changes, about include and this compiled. quickcast working ok. but url and tags doesn't displays in app.

        1 Reply Last reply
        0
        • M Offline
          M Offline
          maxvanceffer
          wrote on last edited by
          #7

          I am using mingw from qtcreator latest ....

          1 Reply Last reply
          0
          • M Offline
            M Offline
            mario
            wrote on last edited by
            #8

            The url and tag problem can be due to the phonon back-end. The gstreamer back-end for Linux actually sets a special http-header so that the icecast server appends some additional meta data to the stream. The windows back-end might not do this.

            1 Reply Last reply
            0
            • M Offline
              M Offline
              maxvanceffer
              wrote on last edited by
              #9

              Mmmm ok i will try to find why and how to fix this ... Will post my result, if ....

              1 Reply Last reply
              0
              • J Offline
                J Offline
                jdbastardy
                wrote on last edited by
                #10

                Nice work buddy. Keep up the good woek!

                http://mattias-cibien.co.cc

                • Prepare for Qt consequences.
                1 Reply Last reply
                0
                • M Offline
                  M Offline
                  mario
                  wrote on last edited by
                  #11

                  @maxvanceffer: try adding following to the main pro file

                  CONFIG += ordered

                  It could be that qtcast is compiled before model, with the ordered config option the subdirs will be compiled in the order they are written.

                  1 Reply Last reply
                  0
                  • M Offline
                    M Offline
                    maxvanceffer
                    wrote on last edited by
                    #12

                    No problem doesn't disappear. I made a new git clone, and add this configure parameter. And steel problem is here.

                    mingw32-make[2]: *** No rule to make target ../model/libicecastmodel.a', needed by debug\qtcast.exe'. Stop.
                    mingw32-make[1]: *** [debug] Error 2
                    mingw32-make: *** [sub-qtcast-make_default-ordered] Error 2

                    Mingw compile first model, then qtcast.

                    1 Reply Last reply
                    0
                    • M Offline
                      M Offline
                      maxvanceffer
                      wrote on last edited by
                      #13

                      Bwt when start play radio station. It will be wonderful to display something like a progress. Because some radio streams take a little bit more time to start play.

                      1 Reply Last reply
                      0

                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups
                      • Search
                      • Get Qt Extensions
                      • Unsolved