Embedding subtitle files to an HTML 5 video

dalooroorl

Newbie
Joined
Sep 15, 2013
Messages
15
Reaction score
0
Hi, i want to embed a video, for exemple, an episode from WD with subtitles, the thing is, locally the video runs, but not im my site, and subitles dont work either.

does anyone know a good player (embed code) that actually works? :D
 
Last edited:
here: jsfiddle link -> f7xcehrb

vtt or srt dsnt work
 
Last edited:
here: jsfiddle link -> f7xcehrb

vtt or srt dsnt work

Try uploading the video to a different server, and embedding it again. When I navigate directly to the supposed URL of your video, I get a "Wrong IP" error.
 

[TD="class: line-content"]Use VTT format, put that line inside the video tag.

<track label="English subtitles" kind="captions" srclang="en" src="your/caption.vtt" default>[/TD]

[TD="class: line-number"][/TD]
 
Its working now ;)

Here: jsfiddle.net/ f7xcehrb /5/
 
Last edited:
Back
Top