473,795 Members | 2,443 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 8205
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.co m> 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.co m> 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{a t}BTInternet{do t}com> wrote in
message news:O9******** ******@TK2MSFTN GP10.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.co m> 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{a t}BTInternet{do t}com> wrote
in message news:O9******** ******@TK2MSFTN GP10.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.co m> 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=tru e

Does that answer your question?

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

Microsoft.publi c.Win32.Program mer.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 automaticall y 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
1649
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
2422
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" value="unknown">Unknown<br>
1
10888
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 material / examples 1. Extracting the audio data from the users microphone 2. Extracting the audio data from an MP3 3. allowing the user to switch between the 2 4. sending the audio data over TCP sockets
0
1288
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 own controls. I don't want to play my own content. I want to basically use some other existing web radio in my site, with my own web interface (I will credit the source). Any ideas on a good source? The pie in the sky ideal would be an...
2
4320
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" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en" dir="ltr"> <head> <title>Order form</title>
1
1381
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 stores stereo system. now that works in all but its not reliable, as the station looses connections for many reasons. so my question to you is if there is any way to make a web based script or some sort of problem to detect if it was disconnected and...
2
2184
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: Check out Beyond Cohesion (Powered by BeyondSentience.com) - Beyond Cohesion v1.2 is your assistant to the World Wide Web giving you control over your web surfing experience.
5
7472
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 radio buttons that I have for each one of the rows in the table. I've tried using a hidden input object for each of the radio button groups to store the values in but clearly I'm having a mental block because I can't get that to work right either. So...
2
3157
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 message as in alert box as " Internet Explorer cannot open the Internet site http://google.citycarrentals.com.au/viewalllocations.php . Operation aborted". It is working in Mozilla . Here i mentioned my code . I am facing this problem several...
0
9672
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9519
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10438
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10214
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9042
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7540
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6780
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5437
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.