DSS 不会传输使用 FFMPEG 编码的 3GP

发布于 2024-09-01 23:54:36 字数 335 浏览 5 评论 0原文

我已经设置了 Darwin Streaming Server,它可以很好地传输包含的示例 3GP 文件。然而,当我尝试使用 FFMPEG 编码我自己的 3GP 并对其进行流式传输时,它不起作用。 (我使用 VLC Player 测试流媒体)。

以下是我用于编码的命令:

ffmpeg -i test.flv -acodec aac -ar 22050 -ab 128kb -vcodec mpeg4 -b 256k -mbd 2 -flags +4mv+aic -trellis 1 -cmp 1 -y test.3gp

我需要一种特殊的方式来对 3gp 进行流式编码吗?

I have setup Darwin Streaming Server which streams the included sample 3GP files pretty well. However when I try to encode my own 3GPs using FFMPEG and stream them, it doesn't work. (I test the streaming using VLC Player).

Here is the command I use for encoding:

ffmpeg -i test.flv -acodec aac -ar 22050 -ab 128kb -vcodec mpeg4 -b 256k -mbd 2 -flags +4mv+aic -trellis 1 -cmp 1 -y test.3gp

Do I need a special way to encode the 3gp's for streaming?

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

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

发布评论

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

评论(1

他是夢罘是命 2024-09-08 23:54:36

DSS 不知道文件内容。因此,您必须“提示”(或向服务器提供如何流式传输文件的想法)媒体文件。您可以使用 M4Box 进行提示 - http://gpac.sourceforge.net/doc_mp4box.php

DSS has no idea about file content. So, you have to "hint" (or give an idea to the server how to stream your file) media file. You can use M4Box for hinting - http://gpac.sourceforge.net/doc_mp4box.php

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