Red5切割流
我有一个使用 wowza 作为媒体服务器开发的 Flex 应用程序。该应用程序的目的是记录客户端的麦克风。我现在必须切换到red5,所以我用red5设置了一个VM。我成功创建了流,但只有一小部分音频正确保存在stream/文件夹下的flv文件中。为什么会发生这种情况?有人可以给我指出一些建议吗,因为我只知道重写扩展 RTMPClient 而不是使用 NetStream 和 NetConnection 的可能性。
I have a flex app that was developed using wowza as media server. The purpose of the app is to record the microphone of the client. I have to switch over to red5 now, and so I set up a VM with red5. I had success in creating streams, but only a small part of the audio is saved correctly on the flv files under the stream/ folders. Why is that happening? Could anybody point me out some suggestions, as I am aware only of the possibility to rewrite extending RTMPClient instead of using NetStream and NetConnection.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该检查 Red5 的版本。
您正在使用 Red5 1.0 版吗?有一个错误会在最终的 .flv 中从两端截断很多内容。
您可以降级到较低版本或使用 1.0.2。在这些方面效果很好。
You should check the version of Red5.
Are/were you using Red5 version 1.0 ? There is a bug in that which truncates a lot from both ends in the final .flv.
You could downgrade to a lower version or use 1.0.2. It works fine in these.