loopidio
loopidio

Reputation: 433

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...

Upvotes: 0

Views: 1867

Answers (1)

vbence
vbence

Reputation: 20343

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.

Upvotes: 1

Related Questions