How to create live stream audio for web-sites?
We are sto开发者_如何转开发ring sound from mic to pc via sound forge.
We would like to broadcast the sound which comes from the mic to the pc as live streaming audio.
Basically a person speaks in a mic, we like to give it as live stream audio.
The web-site is hosted on yahoo server.
Can you please let me know in what are the ways we can achieve this?
Thanks, Kathir
you can rent shoutcast/icecast2 stream from a lot of shoutcast/icecast2 stream hosters. Then just embed flash based player with this stream in your site page.
Do you have SSH access to server? You can install shoutcast server(http://www.shoutcast.com/).
I don't know if you still have this issue but you will need a Shoutcast or Icecast server to do this. It can be complicated if you aren't familiar with operating a server. It's easier to rent space on a Shoutcast server. You can find a great service which is affordable at MyRadiHosting.
You would want to put a player code in your website that works across all browsers and devices. We use the one below and have had no issues.
<audio src="http://YOUR IP ADDRESS:YOUR PORT/;" id="MediaPlayer1" autoplay="autoplay" controls="controls">
Hope this answer helps!
精彩评论