Page 1 of 1

subtitles ssiptv

Posted: 09 May 2020, 23:23
by nikoss
Hi I try to add subtitles to a vod im streaming from xampp to my smart tv(linux based)
my code is the following :
<!DOCTYPE html>
<html>
<body>

<video width="1280" controls>
<source src="http://localip/movie.mp4" type="video/mp4">
<track src="http://localip/sub.vtt" kind="subtitles" srclang="gr" label="Greek">
Your browser does not support HTML5 video.
</video>
</body>
</html>

I can see subs on phone and pc but not on tv
how can I add subs?