DSS 不会传输使用 FFMPEG 编码的 3GP
我已经设置了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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