honoru88 / google-glass-api

Automatically exported from code.google.com/p/google-glass-api
0 stars 0 forks source link

Add support for live streaming from camera #404

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Glass currently does not seem to have any Android API support for live 
streaming. Specifically, it would be very helpful if MediaRecorder could stream 
not only MP4 but also MPEG2-TS, which the client could further wrap into a 
RTSP/RTMP/etc segmenter and re-stream over HTTP. At the moment, the process is 
unnecessarily laborious (one could tap into the native library, but that 
approach would likely fail if the HW driver changed).

Original issue reported on code.google.com by eug...@wearableintelligence.com on 10 Feb 2014 at 6:43

GoogleCodeExporter commented 9 years ago
Issue 405 has been merged into this issue.

Original comment by ala...@google.com on 11 Feb 2014 at 9:29