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
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
They are not displayed when i switching player.subtitles.track = 1 and if i load external via player.subtitles.load('C:\\some\\absolute\path\\to\\subs.ass') i can see that player.subtitles.count now 2, but if i switching don't give much of an effect, player.subtitles.track becomes 2 and that's it. But if i open same video and do same (switch to embedded subs, load external and switch to'em) in VLC player it works fine.
Windows 10 64bit
WebChimera.js 0.1.48, 0.2
libvlc 2.2.2 64bit
electron 0.36.5 (with path env variable workaround)
The text was updated successfully, but these errors were encountered:
Tried using ia32 version, but got Uncaught Error: %1 is not a valid Win32 application.
Downloaded v0.2 release from here with embedded libvlc for electron 0.36.7
They are not displayed when i switching
player.subtitles.track = 1
and if i load external viaplayer.subtitles.load('C:\\some\\absolute\path\\to\\subs.ass')
i can see thatplayer.subtitles.count
now2
, but if i switching don't give much of an effect,player.subtitles.track
becomes2
and that's it. But if i open same video and do same (switch to embedded subs, load external and switch to'em) in VLC player it works fine.Windows 10 64bit
WebChimera.js 0.1.48, 0.2
libvlc 2.2.2 64bit
electron 0.36.5 (with path env variable workaround)
The text was updated successfully, but these errors were encountered: