-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Mute/Volume 0.0 not working while screen recording #4313
Comments
Previous bot comment (click to expand)Previous bot comment (click to expand)Previous bot comment (click to expand)Thank you for your issue report. Please note that the following information is missing or incomplete:
Please update your issue with this information to help us address it more effectively.
There is a newer version of the library available. You are using version 6.6.4, while the latest stable version is 6.8.2. Please update to the latest version and check if the issue still exists.
|
Previous bot comment (click to expand)Previous bot comment (click to expand)Thank you for your issue report. Please note that the following information is missing or incomplete:
Please update your issue with this information to help us address it more effectively.
|
Previous bot comment (click to expand)Thank you for your bug report. We will review it and get back to you if we need more information. |
Thank you for your issue report. Please note that the following information is missing or incomplete:
Please update your issue with this information to help us address it more effectively.
|
look strange, but I don't know how we can fix it... |
Tried doing it on adding a viewType prop and changing it to textured view, still I am facing the same issue and sometimes the video is not openable by the phone, it says corrupted file or screen recording cannot be played, even on showing it on meet or any other screen sharing calls, It is creating an issue |
Ok, another solution can be to unselect audio tracks I think |
Version
6.8.2
What platforms are you having the problem on?
Android
System Version
All
On what device are you experiencing the issue?
Real device
Architecture
Old architecture
What happened?
I encountered an issue, when I screen record my application using, react native video,
DO NOTE: the sound is not being played in the app itself, muting and unmuting is working in the app,
BUT on screen recording it, the sound of all those unpaused and muted video is there in the recorded video.
The code snippet is:
});
I even tried adding volume: 0, but it disnot work as well
Reproduction Link
Reproduction
Step to reproduce this bug are:
DO NOTE: the sound is not being played in the app itself, muting and unmuting is working in the app,
BUT on screen recording it, the sound of all those unpaused and muted video is there in the recorded video.
The text was updated successfully, but these errors were encountered: