flutter_vlc_player icon indicating copy to clipboard operation
flutter_vlc_player copied to clipboard

input is not valid Modified UTF-8

Open wriver007 opened this issue 2 years ago • 1 comments

I have a folder of mp4 files in one usb drive. The following error will happen when playing them one by one in a loop way: Abort message: 'JNI DETECTED ERROR IN APPLICATION: input is not valid Modified UTF-8: illegal continuation byte 0xc7 string: '�ǜ' input: '0xe0 <0xc7> 0x9c' in call to NewStringUTF from org.videolan.libvlc.interfaces.IMedia$Track[] org.videolan.libvlc.Media.nativeGetTracks()' But it can play several loops, so how could I fix this?

wriver007 avatar Mar 24 '22 05:03 wriver007

Do all file names have valid UTF-8 format?

alr2413 avatar Apr 26 '22 18:04 alr2413