VideoSub icon indicating copy to clipboard operation
VideoSub copied to clipboard

HTML5 Video with SRT Subtitles

Results 10 VideoSub issues
Sort by recently updated
recently updated
newest added

when i run program with VS 2013 it work fine in Mozilla and IE but it doesn't work with google chrome ,subtitle not shown in case of chrome.(videosub-0.9.9.js used) In...

If VideoSub can play Youtube then VideoSub is better video HTML5 Player

HTML: ``` Your browser does not support HTML5 video. ``` JS: ``` ``` JS console: > Uncaught TypeError: Cannot read property '0' of undefined videosub.js:155 > (anonymous function) videosub.js:155 >...

In order to manipulate subtitle text, an event should be dispatched to the DOM when subtitles change. Will submit a pull request with my changes for this.

I tried your script whith a file create on windows and it only display the first line, so i look into the code and realize you split the subtitles with...

I have following error with console log, when i put the library video not displaying, Can any one know the where's the problem,,,? ERROR: NS_ERROR_DOM_BAD_URI: Access to restricted URI denied...

I was looking for Ajax-driven SMI library to attach subtitle for every (including HTML5 video) online video, and yours are the best one. However, SRT is kinda non-standard format and...

This is a problem if you're building a library which may or may not have video on page load. For example in any modern javascript application. Simple fix - in...