opentok / opentok-android-sdk-samples

Sample applications illustrating best practices using OpenTok Android SDK.
https://tokbox.com/developer/sdks/android/
MIT License
210 stars 169 forks source link

Audio not coming in screen recorder Android #452

Closed dev-android1 closed 1 year ago

dev-android1 commented 1 year ago

Describe the bug I am using screen recorder functionality to record live streaming screens on Android App, but I am not getting audio of the person who is publishing the stream.

To Reproduce Start streaming and use a screen recorder.

Expected behavior when we see the saved recording file then there was no audio.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context We are using custom audio driver for opentok.

v-kpheng commented 1 year ago

Thanks, @dev-android1, for letting us know about this issue. Android SDK 2.24.2 was recently released. Are you able to reproduce using that version of the SDK as well?

dev-android1 commented 1 year ago

Yes, I am facing same issue in this release too. My requirement is to record activity in which i am publishing & subscribing stream. So please help me how to resolve this issue.

jintgeorge commented 1 year ago

@dev-android1 Can you please check any settings with screen recorder. As per my knowledge we explicitly do not disable audio for any screen recording. Also you can look at the custom audio driver logs to see if anything is wrong.