songz / cordova-plugin-opentok

Cordova Plugin for OpenTok - add webrtc video to your iOS or Android App
Other
162 stars 270 forks source link

Subscribed audio not working on Android. Both published and subscribed audio not working on Google Glass. #31

Open damacisaac opened 10 years ago

damacisaac commented 10 years ago

When subscribing to a session on android, the audio is not working (Using nexus 5). The audio being published from the android device is working. The only relevant warning I see in the logcat is:

05-12 12:45:05.112: W/AudioRecord(28542): AUDIO_INPUT_FLAG_FAST denied by client

When I connect using google glass, both subscribed audio and published audio are not working. In the logcat:

05-12 12:58:29.950: W/AudioTrack(26682): AUDIO_OUTPUT_FLAG_FAST denied by client 05-12 12:58:31.192: W/AudioRecord(26682): AUDIO_INPUT_FLAG_FAST denied by client

Any ideas?

damacisaac commented 10 years ago

Also getting the following error, although I don't think this has to do with the plugin:

05-12 13:26:23.702: D/audio_hw_primary(183): select_devices: out_snd_device(0: ) in_snd_device(16: handset-mic) 05-12 13:26:23.702: D/(183): Failed to fetch the lookup information of the device 00000004 05-12 13:26:23.702: E/ACDB-LOADER(183): Error: ACDB AudProc vol returned = -19

songz commented 10 years ago

Sorry for the late reply. I didn't reply because I don't know the answer to your question. I'll try with my google glass and I'll let you know what I find.