As suggested by @j-b I opened a bug report:
https://trac.videolan.org/vlc/ticket/18638#ticket
it is happening after calling stop() on MediaPlayer object and then call release() on itYou're destroying a media player that's actively used by at least one thread. That's undefined behaviour.
Thank yuo for you interest!We could have a look. But noone cared much, until a final 3.0 release.Any chance to compile new version for MIPS?This is a regression from ffmpeg, I believe.
Any chance to compile new version for MIPS?This is a regression from ffmpeg, I believe.
I did but it seems not, strangeI don't think so. Read the libvlc init code in the android project...
I will make a test with debug log and post the resultsYou should compare the logs.I forgot one thing, by downloading 2.1.13 and simply compile to x86 APK teletext subs does not works on x86, otherwise compiling it for armabi-v7 subtitle works
I am surprised too , that's why I ask if there is some flags or check the "automatic" hardware acceleration does on vlc for android, maybe on the mediawrapper or something like thatThis is surprising, since VLC uses libVLC.
I will activate the log from vlc and send it.Logs?