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

Audio is not working in android

Open mukesh-simform opened this issue 6 years ago • 5 comments

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.

mukesh-simform avatar Oct 21 '19 11:10 mukesh-simform

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

jaydeep1992 avatar Oct 22 '19 13:10 jaydeep1992

您的可以直接掉摄像吗

lw1997liuwei avatar Dec 21 '19 09:12 lw1997liuwei

+1

CC: @illuspas

ithustle avatar May 21 '20 19:05 ithustle

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

prince-dholiya99 avatar Sep 07 '20 06:09 prince-dholiya99

@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

Chit11 avatar Oct 06 '20 13:10 Chit11