Help Please!
Just
i want my program to connect to a radio.
with
IP:Port
as in its being streamed with shoutcast.
So www.runedex.info/radio.html << i want that radio on my program
(its my radio, that link is not for advertisement perpouses)
Printable View
Help Please!
Just
i want my program to connect to a radio.
with
IP:Port
as in its being streamed with shoutcast.
So www.runedex.info/radio.html << i want that radio on my program
(its my radio, that link is not for advertisement perpouses)
You would need to connect to your shoutcast server and use the same type of code which your online player uses...
I don't know if there exist some Shoutcast API which you could use, you might want to look it up
Not sure about shoutcast, but if it's simply streaming radio you can use the Windows Media Player control (it won't be in your toolbox by default, you'll have to use Choose Items and add it manually, from the COM tab I think). Just set its URL property to the stream Url and it should play it just fine.
Kk, ill try that.