Results 9 comments of Sergio Lopez

Hello, Can you tell me where did you have that error? from Android to PHP or the other way around?

Hello, Does it happen every time you try or with an specific string?

Thanks @Goufalite for the suggestion. Would you like to create a pull request to contribute with the code?

Thanks @kishanbarmawala I didn't have time to create one and the one you provided seems really good.

To import the library to Android Studio you can try this: - Open your project in Android Studio - Download the library (using Git, or a zip archive to unzip)...

:+1: That's great.. I'm glad it's working for you now.

@kikepp10 try the solutions in this post: http://stackoverflow.com/questions/22547364/configuration-with-name-default-not-found-android-studio

I got the same error in Pre-Marshmallow devices. I got the preview to display correctly. but when I try to start streaming, is when I get the error > 03-03...

@kmlx that didn't work for me. I can still hear the sound. AudioManager myAudioManager = (AudioManager) getSystemService(Context.AUDIO_SERVICE); myAudioManager.setMicrophoneMute(true);