vlc-android-sdk icon indicating copy to clipboard operation
vlc-android-sdk copied to clipboard

During Add Subtitle from storage cause application crash

Open ashishvirani opened this issue 6 years ago • 0 comments

Caused by: java.lang.IllegalStateException: can't get VLCObject at org.videolan.libvlc.MediaPlayer.nativeAddSlave(Native Method) at org.videolan.libvlc.MediaPlayer.setSubtitleFile(MediaPlayer.java:48)

and in MediaPlayer class 48 number line script is given below nativeAddSlave(Media.Slave.Type.Subtitle, path, false);

ashishvirani avatar Sep 10 '18 10:09 ashishvirani