[Vuejs]-HTML5 video set currentTime not work on Samsung Smart TV

0πŸ‘

βœ…

I found out the problem was not the HTML5 video in tizen. The problem was the source where the video was loaded from. Before i setup a fastify webserver with fastify static and i cant figured out why but if the video was loaded from fastify static the player cant set the current time.
now i loaded the video directly from a nginx server and it work fine.

0πŸ‘

What is tizen version? (3.0, 4.0, 5.0….)

I believe that you played HTML5 video with URL (not MSE), was it?

Seeking may fail if player can’t recognize the duration of media(video).

Leave a comment