flutter_vlc_player icon indicating copy to clipboard operation
flutter_vlc_player copied to clipboard

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

Open lsslu opened this issue 1 year ago • 0 comments

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?

lsslu avatar Dec 25 '24 08:12 lsslu