react-native-nodemediaclient icon indicating copy to clipboard operation
react-native-nodemediaclient copied to clipboard

how disable black bars on ios ?

Open s4ngu3 opened this issue 5 years ago • 0 comments

<NodeCameraView style={{

                flex: 1

            }}
            ref={setCameraRef}
            outputUrl={`${global.EVIPLIVE}/live/${global.userid}`}
            camera={{ cameraId: 1, cameraFrontMirror: true }}
            /* audio={global.audioConfig} 
             video={global.videoConfig}*/

            audio={{ bitrate: 32000, profile: 0, samplerate: 44100 }}
            video={{ preset: 13, bitrate: 2000000, profile: 1, fps: 30, videoFrontMirror: false }}
            keyFrameInterval={2}
            smoothSkinLevel={global.smoothSkinLevel}
            denoise={global.denoise}
            autopreview={true}
            onStatus={(code, msg) => {
                console.log("onStatus=" + code + " msg=" + msg);
            }}


        >

s4ngu3 avatar Jul 19 '20 01:07 s4ngu3