I am trying to find a way to save the progress of a video played using video control (HTML control) in asp.net MVC in an SQL database and later retrieve the state to check if the video was played fully or continue playing the video where it was stopped. I searched a lot but couldn't find any solution. Is there a way to achieve this? Kindly let me know.
Asked
Active
Viewed 578 times
0
-
https://stackoverflow.com/questions/35140142/video-player-in-asp-net-mvc hope this post help you – Vinutha N Aug 01 '18 at 06:21
-
@VinuthaN that post is just showing how to use the video control. What I want is to save the progress of video played at first time and then when the user exists from the page and returns back I want to use the saved progress to either continue playing it from where he stopped or check if the video was played fully. – Javed Ahmed Aug 01 '18 at 06:56
-
in web config and refer https://stackoverflow.com/questions/18251632/another-force-chrome-to-fully-buffer-mp4-video#18294706 – Vinutha N Aug 01 '18 at 09:06
1 Answers
1
Finally I have found a solution. For a simple need, I am using https://www.w3schools.com/Tags/av_event_ended.asp (For more media events refer, https://html.spec.whatwg.org/multipage/media.html#mediaevents)

Javed Ahmed
- 406
- 5
- 21