Flex3 应用程序:仅音频 FLV 无法正常播放

发布于 2024-09-28 00:50:34 字数 145 浏览 4 评论 0原文

我有一个 flex3 应用程序和一个 red5 0.63 服务器。

我的应用程序仅播放服务器中存储的音频 flv 文件,但无法正常播放。

它播放几毫秒,然后停止。它接收元数据,搜索栏长度是正确的。当我尝试寻找时,它会回到开头并播放相同的几毫秒。

I got a flex3 app and a red5 0.63 server.

My app plays audio only flv files stored in the server, but don't play correctly.

It plays some milliseconds, and stops. It receives the metadata, the seekbar length is correct. When I try to seek, it goes back to the beginning and plays the same few milliseconds.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

眼眸印温柔 2024-10-05 00:50:34

我遇到了类似的问题并使用了这个:

microphone.setSilenceLevel(0, 0);

我猜 Red5 需要噪音..

I ran into a similar problem and used this:

microphone.setSilenceLevel(0, 0);

I guess Red5 needs noise..

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