You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: