从 java/c++ 流式传输 mp3 的最佳方式服务器到html5?
我正在研究将 mp3 从 java(最好)或 c++ 服务器流式传输到另一台计算机上的 html5 浏览器。
我知道 html5 (取决于浏览器)支持 rtp,所以如果可能的话,这将是最好的方法。
然而,就服务器端而言,我陷入了困境。是否有任何 Java 库可以通过 rtp 启用 mp3 流?我看过 live555 for c++,但对于我正在寻找的东西来说,它似乎有点太重了。
或者我对这整件事的处理方式是错误的。基本上,我希望创建一个程序,用户可以在其中指向计算机上的 mp3 文件/其他用户可以打开网页并从那里流式传输这些 mp3 文件。
谢谢
I am looking into streaming mp3s from a java (preferably) or c++ server to an html5 browser on another computer.
I know html5 (depending on the browser) supports rtp, so if possible, that would be the best way to proceed.
In terms of the server side however, I am stuck. Are there any Java libraries that would enable mp3 streaming via rtp? I have looked at live555 for c++, but it seems to be a little too heavy for what I am looking for.
Or am I approaching this whole thing wrong. Basically I am looking to create a program where users can point to mp3 files on their computers/other users can open a webpage and stream these mp3 files from there.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查这些 Java RTP 实现:
Check these Java RTP implementations: