Audio is not working in android
I've used same configuration as shown in example, everything is working fine except the audio in android. audio is working only on first streaming after installing app after that I found there is no audio anymore. Microphone and necessary permissions are already implemented.
I've used same configuration as shown in example, everything is working fine except the audio in android. audio is working only on first streaming after installing app after that I found there is no audio anymore. Microphone and necessary permissions are already implemented.
+1
您的可以直接掉摄像吗
+1
CC: @illuspas
I had the same issue, was getting a noise only.
Changed bitrate to 160, it worked for me audio={{ bitrate: 160, profile: 1, samplerate: 44100 }}
@illuspas I lose audio for my live stream using nodecameraview component whenever there is a phone call. Any solutions on how to regain microphone access even when we have granted microphone permissions already