Reputation: 1751
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?
Upvotes: 2
Views: 344
Reputation: 152
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.
Upvotes: 1