使用 Lighttpd 在 Android 中进行视频流传输
我正在 HTC Tattoo 上开发视频流 Android 应用程序。我的服务器端有 Lighttpd 服务器,我用它来将视频流式传输到网站。 在 Android 上,我需要在 Lighttpd 服务器中启用任何模块吗?
谢谢
I 'm developing a video streaming android application on HTC Tattoo. I 've Lighttpd server at my server side which i use to stream videos to a web site.
On Android , Do I need to enable any module in Lighttpd server?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
实际上,不......您唯一需要确保的是您正在提供的视频是使用以下格式之一进行编码的: http://developer.android.com/guide/appendix/media-formats.html
Actually, no... the only thing you have to make sure is that the video you are serving is encoded with one of this formats: http://developer.android.com/guide/appendix/media-formats.html
另请查看 Darwin Streaming Server。也许这将是移动流媒体的不错选择。
Take a look also at Darwin Streaming Server. Perhaps it will be good option for mobile streaming.