Skip to content
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

Recording function causes recording audio from microphone to temporary directory to fail #513

Open
lsslu opened this issue Dec 25, 2024 · 0 comments

Comments

@lsslu
Copy link

lsslu commented Dec 25, 2024

Excuse me, My mobile application has two functions:

  1. Play a network audio.
  2. Record audio from the microphone and save it to temporary directory.

When using the vlc player, I found that after running the vlc player, the function of recording audio from mic will fail, and the content of the audio file written to the local is empty.

Then I found that the vlc player itself also has a recording function.

After reading the instructions in the PR, I understand that this is a function of recording video internally, right? I guess it is because of this function that the operation permission conflict of writing local audio file has been caused. I tried to find out whether I can turn off the function, but I didn't find the relevant setting item.

Can you provide a method to turn off the recording function?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant