android_camera libx264 rtmps : Audio not capturing #236
Unanswered
hemantkathuria
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi, I don't know if there is a limitation or issue about it. You can ask this to |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello All,
I am using the below command to broadcast from android phone. I am able to view the Video but it is not capturing the audio from phone. Could you please let me know what is missing to all capturing the audio from phone?
FFmpegKit.executeAsync("-f android_camera -r 15 -i 0:0 -vf scale=-1:240 -c:v libx264 -vprofile baseline -preset ultrafast -tune zerolatency -g 30 -pix_fmt yuv420p -c:a aac -ar:a 48k -b:a 88k -f flv rtmps://xxxxx.channel.media.azure.net:2935/live/xxxx/stream",
Beta Was this translation helpful? Give feedback.
All reactions