Mohammad

Results 4 comments of 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?

![image](https://user-images.githubusercontent.com/16606340/148208974-94ef2a7d-0a39-4642-b7e9-cec452ec0e4d.png)

> 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...