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).
Source:stackexchange.com