Click here to Skip to main content
15,887,822 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hey Guys,
I just got new project of creating live audio streaming service, in that we have to write constant stream of audio to some service like radio and at the other hand we have to read that stream in HTML 5 player / iPhone / Android apps.
I did some research for creating live streaming service but I am not able to nail down where to start?
Can any one help me in that?


Thanks
Anvesh
Posted

I'd say, start Here[^] - its a W3Schools - html5 audio tag tutorial, then see this[^] about the source tag.

You can also check out the Buzz - A Javascript HTML5 Audio library

Cheers,
C
 
Share this answer
 
v5
Hi,

To implement live streaming in ASP.NET, I think generally you can develop a client side application (Silverlight or Windows Application) to record audio and video, and then send the data to the server by using Web Services.

Anyway, maybe these threads can give you a help.

Live audio-video streaming in an asp.net website
http://forums.asp.net/t/1607008.aspx

Flash live video streaming in asp.net 3.5
http://forums.asp.net/p/1322826/3231932.aspx

Hope this helps.
 
Share this answer
 
Comments
AnveshP 1-Dec-14 8:30am    
Hey, thanks for the suggestion but I don't have to record audio, I have to read audio from file and then directly I have to pass it to server for streaming. So do you have any other links?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900