English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I'm doing a project as Online-Radio-Station.tell me more features to add to it?is .net suitable technology to work on it?

2006-06-20 01:11:39 · 3 answers · asked by Anonymous in Computers & Internet Programming & Design

3 answers

Microsoft has publised a technet document on this
Here is the link; http://www.microsoft.com/technet/prodtechnol/netshow/deploy/strmedia.mspx

2006-06-20 01:15:36 · answer #1 · answered by chrome_rider 4 · 0 0

The audio is compressed to conserve bandwidth. This can be done in real-time (live) or before hand (prerecorded.) There is a server that listens for incoming connections which may or may not be the same system capturing and compressing the audio. This server's sole purpose is to transfer the audio to the client. The client has a program that is able to receive the compressed data and decompress it, sending the decompressed audio to the speaker.

2006-06-20 01:17:37 · answer #2 · answered by waylandbill 3 · 0 0

You can support multicast or unicast or both type streaming. If you go for multicast then you have to provide a means by which the client player can get the information about the media (Mulitcast address, port and media encoding information). This can be done using HTTP server.
If u go for unicast streaming then you may have to use RTSP protocol to enable the client establish a session. Lot of free RTSP implementation are available.
Have a look at this site :
http://live555.com/liveMedia/
Here you can get lot of code that you can reuse for ur implementation. Read the Policy of the site before reusing the code.

2006-06-20 01:33:02 · answer #3 · answered by karthy 1 · 0 0

fedest.com, questions and answers