Pedro Sánchez
Pedro Sánchez
Hello, Sorry for late response I was on holidays. I'm still not sure about which noise you refer, please specify the video and second when you detect the noise. Also,...
Hello, Ok, I understand. Maybe the problem is related with the mix audio method. Do you have this problem is you select audio only from the microphone and increase the...
Hello, Thank you for the report and the fix. I did a PR based on your fix here: https://github.com/pedroSG94/RootEncoder/pull/1895/files Let me know if it is fixed as you recommended. I...
You can create a PR if you prefer do the PR yourself if you want.
Hello, I did an optimization in the method. Please, test it and confirm me that all is working fine. In my case all seem fine. About the version, I will...
Hello, Thank you. I did a commit to fix it in the same PR: https://github.com/pedroSG94/RootEncoder/pull/1895/commits/27962be901115d0707e2d7cad2a9c69d59f241a7
Hello, The first image is maybe fixed now using the last commit of master branch. The second case is not an error at all. I think that this second error...
Hello, I did a fix for it. Try this gradle: ```gradle implementation "com.github.pedroSG94.RootEncoder:library:cbc1313d62" //Optional, allow use CameraXSource and CameraUvcSource implementation "com.github.pedroSG94.RootEncoder:extra-sources:cbc1313d62" ``` If the problem persist. Let me know if...
Hello, Are you using the listener to know the moment when the video record start? https://github.com/pedroSG94/RootEncoder/blob/master/app/src/main/java/com/pedro/streamer/rotation/CameraFragment.kt#L139
I don't understand you. Are you using the listener in startRecord method or not?