English 中文(简体)
Live Video Streaming in Android
原标题:

I would like to stream live from the video camera of my mobile phone to my pc. Is there an API available? Applications like qik or livecast are not very useful to me, because I want something open source in order to change it...

最佳回答

The Android API has encoding functionality, but the current version seems file-centric, so I think you cannot stream live, unless you map a remote filesystem. If Android has WebDAV FS support, there is a good chance you can write a server-side retrieving script in something like PHP.

问题回答

暂无回答




相关问题
Multi-bitrate/dynamic rate for progressive FLV playback

Is there a way to get multi-bitrate playback working with progessive playback without having to download all versions of the file? People all coming up with all kinds of cool ways to make progressive ...

How to stream large Files using JAXB Marshaller?

The Problem I m facing is how to marshall a large list of objects into a single XML File, so large I can not marshall the complete list in one step. I have a method that returns these objects in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

热门标签