subtitles ssiptv

SS IPTV App for LG Smart TV discussion
Post Reply
nikoss
Ensign
Ensign
Posts: 1
Joined: 09 May 2020, 23:10
TV Model: fu TV
Greece

subtitles ssiptv

Post 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?

Post Reply