473,385 Members | 1,372 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Internet radio project

Hi, what would be the best way to set up an internet
radio station? Does my MSDN Universal subscription
include all the tools I'll need? I'd love to use vb.net
unless there are some decent existing applications.

Thanks,
Randy

Nov 20 '05 #1
9 8172
Randy,

Maybe not the answer that you were after but, why don't you do some research
and phone up a few local internet stations ( good ones ) and try and get in
contact with their developers, it may save you a lot of time and money and
you might be surprised at what you find out !

Regards - OHM

--------------------------

Randy Dietz wrote:
Hi, what would be the best way to set up an internet
radio station? Does my MSDN Universal subscription
include all the tools I'll need? I'd love to use vb.net
unless there are some decent existing applications.

Thanks,
Randy


Regards - OHM# OneHandedMan{at}BTInternet{dot}com
Nov 20 '05 #2
all you really need is windows 2003 server, it has streaming servers built
into it to do stuff like this...

"Randy Dietz" <sp***@spam9.com> wrote in message
news:00****************************@phx.gbl...
Hi, what would be the best way to set up an internet
radio station? Does my MSDN Universal subscription
include all the tools I'll need? I'd love to use vb.net
unless there are some decent existing applications.

Thanks,
Randy

Nov 20 '05 #3
That easy huh ?!?, well, I'll have one knocked up by tea time then :-)

Regards - OHM

-----------------

Brian Henry wrote:
all you really need is windows 2003 server, it has streaming servers
built into it to do stuff like this...

"Randy Dietz" <sp***@spam9.com> wrote in message
news:00****************************@phx.gbl...
Hi, what would be the best way to set up an internet
radio station? Does my MSDN Universal subscription
include all the tools I'll need? I'd love to use vb.net
unless there are some decent existing applications.

Thanks,
Randy


Regards - OHM# OneHandedMan{at}BTInternet{dot}com
Nov 20 '05 #4
well to set up a radio streaming station all u need is that, he said nothign
about a front end to it ;)
"One Handed Man [ OHM# ]" <OneHandedMan{at}BTInternet{dot}com> wrote in
message news:O9**************@TK2MSFTNGP10.phx.gbl...
That easy huh ?!?, well, I'll have one knocked up by tea time then :-)

Regards - OHM

-----------------

Brian Henry wrote:
all you really need is windows 2003 server, it has streaming servers
built into it to do stuff like this...

"Randy Dietz" <sp***@spam9.com> wrote in message
news:00****************************@phx.gbl...
Hi, what would be the best way to set up an internet
radio station? Does my MSDN Universal subscription
include all the tools I'll need? I'd love to use vb.net
unless there are some decent existing applications.

Thanks,
Randy


Regards - OHM# OneHandedMan{at}BTInternet{dot}com

Nov 20 '05 #5
Standbye for Radio Hand, 97.87 On your F.M. Dial.

:)

Brian Henry wrote:
well to set up a radio streaming station all u need is that, he said
nothign about a front end to it ;)
"One Handed Man [ OHM# ]" <OneHandedMan{at}BTInternet{dot}com> wrote
in message news:O9**************@TK2MSFTNGP10.phx.gbl...
That easy huh ?!?, well, I'll have one knocked up by tea time then
:-)

Regards - OHM

-----------------

Brian Henry wrote:
all you really need is windows 2003 server, it has streaming servers
built into it to do stuff like this...

"Randy Dietz" <sp***@spam9.com> wrote in message
news:00****************************@phx.gbl...
Hi, what would be the best way to set up an internet
radio station? Does my MSDN Universal subscription
include all the tools I'll need? I'd love to use vb.net
unless there are some decent existing applications.

Thanks,
Randy


Regards - OHM# OneHandedMan{at}BTInternet{dot}com


Regards - OHM# OneHandedMan{at}BTInternet{dot}com
Nov 20 '05 #6
Hello Randy,

Thanks for posting in the group.

Based on my understanding, the question is: How to setup an Internet radio
station? Please feel free to post here if I have misunderstood the question.

If you want to stream your digital media, you can use Windows Media
Services. If you want to protect your copyrighted content, use Windows
Media Rights Manager.

There is several good articles in MSDN which introduces it.
"Streaming from a Web Server"
http://msdn.microsoft.com/library/en...asp?frame=true

"Building a Windows Media Encoding Workstation"
http://msdn.microsoft.com/library/en...asp?frame=true

There are also many other good articles at
http://msdn.microsoft.com/library/en...inganddeployin
g.asp?frame=true

Does that answer your question?

BTW, in the future, it would be best to post these questions in the
following newsgroup.

Microsoft.public.Win32.Programmer.mmedia

All multimedia related issues, configuration and other questions are posted
in the newsgroup above.

The reason why we recommend posting appropriately is you will get the most
qualified pool of respondents, and other partners who the newsgroups
regularly can either share their knowledge or learn from your interaction
with us. Also, this is to make sure that the responders can better track
the problem. Thank you for your understanding.
Best regards,
Yanhong Huang
Microsoft Community Support

Get Secure! ¨C www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

Nov 20 '05 #7
Hi Randy,

In the first article, we can see:

Using a Windows Media server.
The ideal way to stream content is with Microsoft Windows Media Services 9
Series, which is available only on computers that are running Microsoft
Windows Server 2003. Windows Media Services is designed to handle the
special requirements of streaming and administering Windows Media content
on the Internet or on an intranet. Windows Media Services provides
features, such as live broadcasting and intelligent streaming, which
automatically adjusts the bit rate of each client stream according to
bandwidth that is currently available. Windows Media Services also provides
powerful logging and other features. You can stream by using the Real Time
Streaming Protocol (RTSP), which was created specifically to control the
delivery of real-time data over a network; the MMS protocol, which is the
proprietary streaming media protocol developed for earlier versions of
Windows Media Services; or Hypertext Transfer Protocol (HTTP). Using HTTP,
you can stream through most firewall configurations.

Using a Web server.
You can use any Web server to host Windows Media streaming content. There
are many advantages to streaming from a Windows Media server. However, Web
server streaming may be the best option if you plan to offer only a few
audio clips, for example, or if you have a startup site with limited
resources for adding servers. Because you can use your existing Web server,
you can stream on the Internet or on an intranet by using Windows Media
Technologies.

So for a Windows Media server, you need Windows 2003 server. If just a web
server, we can use existing web servers on WinXP. For client, I think
windows media player is enough.

I don't find any handy demo yet. However, the first artile ("Streaming from
a Web Server") has a Procedures part. It has detailed steps on how to do
it. You may refer to it for more information.

Hope that helps.

Best regards,
Yanhong Huang
Microsoft Community Support

Get Secure! ¨C www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

Nov 20 '05 #8
Thanks Yan-Hong, your info solved my problem.
-----Original Message-----
Hi Randy,

In the first article, we can see:

Using a Windows Media server.
The ideal way to stream content is with Microsoft Windows Media Services 9 Series, which is available only on computers that are running Microsoft Windows Server 2003. Windows Media Services is designed to handle the special requirements of streaming and administering Windows Media content on the Internet or on an intranet. Windows Media Services provides features, such as live broadcasting and intelligent streaming, which automatically adjusts the bit rate of each client stream according to bandwidth that is currently available. Windows Media Services also provides powerful logging and other features. You can stream by using the Real Time Streaming Protocol (RTSP), which was created specifically to control the delivery of real-time data over a network; the MMS protocol, which is the proprietary streaming media protocol developed for earlier versions of Windows Media Services; or Hypertext Transfer Protocol (HTTP). Using HTTP, you can stream through most firewall configurations.

Using a Web server.
You can use any Web server to host Windows Media streaming content. There are many advantages to streaming from a Windows Media server. However, Web server streaming may be the best option if you plan to offer only a few audio clips, for example, or if you have a startup site with limited resources for adding servers. Because you can use your existing Web server, you can stream on the Internet or on an intranet by using Windows Media Technologies.

So for a Windows Media server, you need Windows 2003 server. If just a web server, we can use existing web servers on WinXP. For client, I think windows media player is enough.

I don't find any handy demo yet. However, the first artile ("Streaming from a Web Server") has a Procedures part. It has detailed steps on how to do it. You may refer to it for more information.

Hope that helps.

Best regards,
Yanhong Huang
Microsoft Community Support

Get Secure! ¨C www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
.

Nov 20 '05 #9
Hi Randy,

I am glad to hear it when the new year comes. :) Happy new year and enjoy
the service here.

Thanks again for participating the community.

Best regards,
Yanhong Huang
Microsoft Community Support

Get Secure! ¨C www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

Nov 20 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Randy Dietz | last post by:
Hi, what would be the best way to set up an internet radio station? Does my MSDN Universal subscription include all the tools I'll need? Thanks, Randy
8
by: wl | last post by:
Hi, I have a radiobutton group in HTML in a form: Sex: <input type="radio" name="Sex" value="male">Male <input type="radio" name="Sex" value="female">Female <input type="radio" name="Sex"...
1
by: Sam Lad | last post by:
Hello I was thinking of writing a internet radio station suite for my disitation but was not sure on where to begin. i thought about what was involved and this is what i need help on finding...
0
by: eldebarge99 | last post by:
I'm making a (non-commercial) asp.net web application and would like to incorporate internet radio. I want to be able to change genres, start and stop, and maybe display song information using my...
2
alexphd
by: alexphd | last post by:
This code works in firefox perfectly, but in Internet Explorer it does not calculate the total correctly. Anybody know why? <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"...
1
by: seesoe | last post by:
hello all, for this weekend im working on an internet radio station hookup for my dads store. i have internet feed running into the store and from the computer speaker output i ran that to the...
2
by: BeyondSentience.com | last post by:
To Internet Users, We have made available six new internet based services ready to be used by the public. Please take a few minutes to review the potential of each service. Beyond Cohesion:...
5
stepterr
by: stepterr | last post by:
I have a form that is built based on a query. Everything is working except when I submit the form the radio buttons are only updating the first row in my database. dcategory and dthumbnail are two...
2
by: swethak | last post by:
Hi, I am getting the problem the problem with google map in Internet Explorer. This map worked fine in mozilla . When i opened the same map in Internet Explorer i am getting the error...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.