Streaming Audio on my website

旧街凉风 提交于 2019-12-08 00:37:19

问题


I am interested in streaming audio on my website, but I have no clue where to begin. There are two types of streaming I hope to achieve. The first would be streaming a playlist of songs stored on the server and the second would be live audio streaming. Can anybody recomend any good sites or plugins to use?


回答1:


SoundManager2 could cover the client side stuff (cross-platform, uses flash) and any web server can be used to serve audio files that could be used in a playlist. Live streaming is a bit more complicated but could be accomplished using IceCast or mpd.




回答2:


What you're looking for is a streaming audio server.

A Google search should help you locate a server or software that best fits your needs.



来源:https://stackoverflow.com/questions/4045273/streaming-audio-on-my-website

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!