flutter_vlc_player
flutter_vlc_player copied to clipboard
Recording function causes recording audio from microphone to temporary directory to fail
Excuse me, My mobile application has two functions:
- Play a network audio.
- 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?