PDA

View Full Version : Onlilne FM Radio



somnathbanik
11th November 2010, 13:56
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.

high_flyer
11th November 2010, 14:01
Yes, you implement an Internet Radio application.

somnathbanik
11th November 2010, 14:22
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.

high_flyer
11th November 2010, 14:23
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.

squidge
11th November 2010, 17:01
Take a look at the network classes

kuzulis
12th November 2010, 05:06
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.

somnathbanik
12th November 2010, 05:58
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

squidge
12th November 2010, 07:46
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 :)

high_flyer
12th November 2010, 08:43
In addition, this is not Qt related - this is totally of topic.