thomassturm / VideoSub

HTML5 Video with SRT Subtitles
Other
120 stars 56 forks source link

Not Working #5

Open shankar667 opened 11 years ago

shankar667 commented 11 years ago

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

MY CODE:

<video controls preload="metadata" id="video1"> <source src="videos/02_06_05.mp4" type="video/mp4" /> <source src="videos/02_06_05.webm" type="video/webm" /> <track src="jellies.srt" kind="subtitle" srclang="en-US" label="English" /> </video>

JS: videosub.JS