Iām playing h.264 frames from file, now I want add custom controls to it, added the slider and slider moving as per video but when I seek (backward/forward) the slider position I want to play from updated timestamp
Asked
Active
Viewed 128 times
0
-
Welcome to SO - Please take the [tour](https://stackoverflow.com/tour) and read [How to Ask](https://stackoverflow.com/help/how-to-ask) to improve, edit and format your questions. Without a [Minimal Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) it is impossible to help you troubleshoot. ā lorem ipsum Oct 17 '22 at 11:51
-
Could you please provide the code you are using to display your video? ā Bulat Yakupov Oct 17 '22 at 17:09
-
Find out how to detect the event for seek ending (is when you stop the seek at your required position), then use the slider position to set a play time just like how you _"added the slider and slider moving as per video"_. ā VC.One Oct 18 '22 at 17:00