Mohammad
Mohammad
`rtmpCamera1.setMicrophoneMode(MicrophoneMode.SYNC);` worked for me. In some devices, library works good, but in some no-name-brand devices the audio has tick noise. Changing microphone mode to SYNC fixed the problem. It wasn't...
What is a "replaceView" ? Do you mean the new openGLView?

> This is the method: https://github.com/pedroSG94/rtmp-rtsp-stream-client-java/blob/master/rtplibrary/src/main/java/com/pedro/rtplibrary/base/Camera2Base.java#L452 https://github.com/pedroSG94/rtmp-rtsp-stream-client-java/blob/master/rtplibrary/src/main/java/com/pedro/rtplibrary/base/Camera2Base.java#L457 > > This method allow you change preview on fly. Context if you want go to background and OpenGlView if you want change...