将 avi 流式传输到 red5 服务器

发布于 2025-01-06 13:44:28 字数 505 浏览 1 评论 0原文

我的 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 this
NetConnection.Connect.Success

next I chenged stream name to test and pressed play
NetStream.Play.Start

but it didn't work.
I will be really greatful if someone can help me.

Kind Regards
Babel

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

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

发布评论

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

评论(1

任谁 2025-01-13 13:44:28

使用 ffmpeg 将视频流式传输到 red5 服务器时,只需检查 red5 日志是否有任何错误。我在流式传输 avi 文件时遇到 red5 错误,

 org.red5.server.net.rtmp.codec.RTMPProtocolDecoder - Error decoding buffer

因此视频尚未流式传输。这就是为什么你看不到。这或许是一个原因。我使用的是 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

 org.red5.server.net.rtmp.codec.RTMPProtocolDecoder - Error decoding buffer

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.

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