从 java/c++ 流式传输 mp3 的最佳方式服务器到html5?

发布于 2024-10-08 11:18:48 字数 315 浏览 8 评论 0原文

我正在研究将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

霞映澄塘 2024-10-15 11:18:48

检查这些 Java RTP 实现:

  1. java.net。 RTP
  2. RTP Java 库
  3. jlibrtp

Check these Java RTP implementations:

  1. java.net.RTP
  2. RTP Java Library
  3. jlibrtp
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文