When i use this function ( showing first found subtitles ):
streams = window.TvipPlayer.getStreamsCount();
for (i = 0; i < streams; i++) {
if (window.TvipPlayer.getStreamInfo(i)["type"] == "s")
{
window.TvipPlayer.setCurrentSubtitleStreamIndex(i);
break;
}
}
Subtitles are shown but not instantly. STB is waiting for next subtitle from current time.
It is possible to show current subtitle even if from time is in past?
Subtitles while playing MKV
Re: Subtitles while playing MKV
No. Engine works only with future items.