在 Adobe FMS 上保存来自麦克风的流式音频
我试图从 swf 捕获麦克风数据,将其流式传输到 adobe flash 媒体服务器,并将其另存为 wav 文件。 目前我只能将麦克风数据流式传输到服务器并以 FLV 格式保存。 有人知道如何将其转换为 WAV 或另存为 WAV 吗?
Im trying to capture mic data from a swf, stream it to adobe flash media server, and save it as a wav file. Currently I can only stream the mic data to the server and save it in FLV format. Anyone know how I can covert it to a WAV or save it as a WAV?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
FMS 只能创建 FLV,但我相当确定您可以使用 ffmpeg 将 FLV 转换为 WAV。 您可以让 FMS 调用服务器上的其他脚本来触发 ffmpeg 进行转换。
FMS can only create FLVs, however I'm fairly sure you can use ffmpeg to convert the FLV to WAV. You could have FMS call out to some other script on the server that would trigger ffmpeg to do the conversion.
在FMS的后续版本中,它具有写入MP4的能力,我相信F4V也是如此。 我建议您流式传输为 FLV 并使用 FFmpeg 将其转换为 WAV 作为后期处理。
In later versions of FMS, it has the ability to write MP4 and I believe F4V as well. I suggest that you stream to FLV and use FFmpeg to convert to WAV as a post process.