将 avi 流式传输到 red5 服务器
我的 Red5 媒体服务器有问题。 我在 Windows 计算机上安装了它,并尝试使用 ffmeg 将 *avi 文件流式传输到服务器:
ffmpeg -i testfile.avi -re -acodec libfaac -ar 22050 -vcodec libx264 -f flv rtmp://localhost /oflaDemo/test
根据控制台,ffmpeg 正在流式传输到服务器。
所以我打开了 Publisher 应用程序来查看它是否正常工作。 http://localhost:5080/demos/publisher.html
我点击了连接,然后我得到了这个 NetConnection.Connect.Success
接下来我将流名称更改为测试并按下播放 NetStream.Play.Start
但它不起作用。
如果有人能帮助我,我将非常感激。
亲切的问候 巴别塔
I have a problem with Red5 Media Server.
I installed it on Windows machine and I'm trying to stream *avi file to the server using ffmeg:
ffmpeg -i testfile.avi -re -acodec libfaac -ar 22050 -vcodec libx264 -f flv rtmp://localhost/oflaDemo/test
According to the console ffmpeg is streaming to a server.
So I opened Publisher application to see if is it working or not. http://localhost:5080/demos/publisher.html
I clicked connect, and i got thisNetConnection.Connect.Success
next I chenged stream name to test and pressed playNetStream.Play.Start
but it didn't work.
I will be really greatful if someone can help me.
Kind Regards
Babel
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 ffmpeg 将视频流式传输到 red5 服务器时,只需检查 red5 日志是否有任何错误。我在流式传输 avi 文件时遇到 red5 错误,
因此视频尚未流式传输。这就是为什么你看不到。这或许是一个原因。我使用的是 red5-0.9 和 ffmpeg 版本 N-38632。
While streaming a video to red5 server using ffmpeg just check red5 log for any error. I am getting error in red5 while streaming avi file
So that the video not yet streamed. That's why you are not able to see. This may be a reason. I am using red5-0.9 and ffmpeg version N-38632.