RootEncoder
RootEncoder copied to clipboard
disable video while streaming
Hi @pedroSG94, How to disable video while streaming (version 2.2.2)
Hello, You can use 2 ways:
- Use black filter and remove it after: https://github.com/pedroSG94/rtmp-rtsp-stream-client-java/blob/master/app/src/main/java/com/pedro/rtpstreamer/openglexample/OpenGlRtmpActivity.java#L175
- Use muteVideo/unmeteVideo methods:
rtmpCamera1.getGlInterface().muteVideo();