无法通过 RTSP 将 x264 视频正确流式传输到移动设备
我正在创建类似 YouTube 的网站的移动版本。我将使用 Darwin Streaming Server 来传输使用 x264 和 NeroAAC 压缩并使用 MP4Box 提示的低分辨率剪辑。
当我用 VLC 播放器播放它时,流媒体工作正常,正如预期的那样。当我尝试使用 HTC Hero 打开 URL 时,它会切换到播放器模式,然后开始“加载视频”动画,然后一段时间后显示“无法连接到服务器”。无论比特率如何,DSS 提供的示例电影都可以很好地流式传输。
我尝试了一些编码选项,但总是相同的结果。我怀疑 nocabac 和 level=11 但它没有改变任何东西。
对于这种类型是否有一些更具体的编码选项?
谢谢你!
I'm creating mobile version of YouTube-like website. And i'm going to use Darwin Streaming Server for streaming low-res clips compressed with x264 and NeroAAC and hinted with MP4Box.
When i'm playing it with VLC player streaming works fine, as expected. When i'm trying to open URL with my HTC Hero, it switches to player mode, then starts "loading video" animation, then after some time it shows "unable to connect to server". Sample movies provided with DSS streamed fine regardless bitrate.
I tried few encoding options, but always the same result. I suspect nocabac and level=11 but it didn't changed nothing.
Is there some more specific encoding options for such type?
Thank You!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
264 和 AAC 均受支持,但更好用:
Android Streaming 仅支持 3gp 格式文件
264 and AAC are supported, but is better to use:
Android Streaming is only supported with 3gp format files