Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一组 mp3 文件,我想以连续流的形式将它们一个接一个地发送给客户端 - 类似于基于 mp3 文件列表的互联网收音机(假设列表是无穷无尽的)。
最好的方法是什么?协议是 HTTP 还是 RTSP 都没关系(流行的播放器无论如何都支持一切)。
这可以用 java servlets + tomcat 来完成,还是需要像 Icecast 这样的特殊服务器?
您可以完全按照此处答案中的说明使用球衣休息服务器
奇迹般有效