Results 1 to 9 of 9

Thread: Onlilne FM Radio

  1. #1
    Join Date
    Nov 2010
    Posts
    48
    Thanks
    5
    Thanked 4 Times in 4 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Onlilne FM Radio

    Hi,
    I am new to Qt and is trying to make a Internet FM Radio. Is here any way I could make some idea how to do that.


    Please suggest me.

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Onlilne FM Radio

    Yes, you implement an Internet Radio application.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  3. #3
    Join Date
    Nov 2010
    Posts
    48
    Thanks
    5
    Thanked 4 Times in 4 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Onlilne FM Radio

    Quote Originally Posted by high_flyer View Post
    Yes, you implement an Internet Radio application.
    Alright than how do I do that, please suggest me if you have any link an all.


    Added after 8 minutes:


    Could you please help me with the steps how to proceed. Or if there is any link related to this.
    Last edited by somnathbanik; 11th November 2010 at 14:22.

  4. #4
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Onlilne FM Radio

    How do you do - what?
    What do you expect as an answer?
    The full implementation maybe?
    Links you can find with google.
    This forum will help you if you get a problem when programming with Qt, don't expect to learn here how to code.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  5. #5
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Onlilne FM Radio

    Take a look at the network classes

  6. #6
    Join Date
    Jan 2009
    Location
    Russia
    Posts
    309
    Thanks
    2
    Thanked 43 Times in 42 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Onlilne FM Radio

    2 somnathbanik,

    see implementation source code for application: qmmp. (or another applications).

    In these programs, includes support for streaming Internet radio stations.

    If I understand you correctly.

  7. The following user says thank you to kuzulis for this useful post:

    somnathbanik (12th November 2010)

  8. #7
    Join Date
    Nov 2010
    Posts
    48
    Thanks
    5
    Thanked 4 Times in 4 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Onlilne FM Radio

    Quote Originally Posted by kuzulis View Post
    2 somnathbanik,

    see implementation source code for application: qmmp. (or another applications).

    In these programs, includes support for streaming Internet radio stations.

    If I understand you correctly.
    Yes you are right.
    I am looking how to make a internet radio, like the streaming from channel, is ther e any public API for any channel. Lets say if I want to play BBC News Live is there any api for that. I will follow your suggesation and let you know. thank you.
    Where do i find qmmp example
    Last edited by somnathbanik; 12th November 2010 at 06:11.

  9. #8
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Onlilne FM Radio

    Quote Originally Posted by somnathbanik View Post
    Lets say if I want to play BBC News Live is there any api for that. I will follow your suggesation and let you know. thank you.
    Where do i find qmmp example
    Search engines are your friend. Using them will be far quicker than asking questions on a forum. Try it. Type 'qmmp' into google and see what happens

  10. #9
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Onlilne FM Radio

    In addition, this is not Qt related - this is totally of topic.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

Similar Threads

  1. how to check radio button
    By tommy in forum Newbie
    Replies: 2
    Last Post: 24th February 2012, 02:50
  2. Search bar for Internet Radio
    By gols in forum Newbie
    Replies: 5
    Last Post: 14th June 2010, 12:51
  3. Non editable Radio Buttons
    By babu198649 in forum Newbie
    Replies: 9
    Last Post: 11th November 2009, 11:48
  4. Coloring of Radio Button
    By jogeshwarakundi in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 22nd July 2008, 15:05
  5. How to get larger radio buttons on XP?
    By Ben.Hines in forum Qt Programming
    Replies: 9
    Last Post: 24th April 2006, 19:00

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.