I'm trying to bring an Android application to Glass, one which lets the user stream video from their camera. Whenever I try to actually start the streaming, however, I get an error back from the MediaRecorder saying, "start failed: -12". Unfortunately there's not a lot of information about that error on Android, and even less on Glass. Any help?
Asked
Active
Viewed 339 times
2
-
Any code? How are you streaming? Is this local or remotely? – Jared Burrows Nov 23 '13 at 08:42
-
Have you found a slotution to your problem? I am having the "start failed: -19" error code on Glass. – netcyrax Dec 19 '13 at 00:39
-
See http://www.meetup.com/gdgaustin/events/175957142/: people successfully run WebRTC on Glass. – Alex Cohn Nov 27 '14 at 22:39
1 Answers
1
I found nice example with libstreaming (https://github.com/fyhertz/libstreaming) there: Google Glass stream video to server
You could try it on your phone first. I tried simple RTSP server(example 1) as well as streaming through Wowza server, which adds some delay.

Community
- 1
- 1

Artem Bobritsky
- 152
- 1
- 9