feature: Remember Last Watched Timestamp in Videos
Is your feature request related to a problem? Please describe. Yes — it’s a bit frustrating when I leave a video midway and have to manually find where I left off when I return to it.
Describe the solution you'd like It would be great if the video could remember the last watched timestamp and start from there when I revisit it. steps for this:
-
Save the current video playback time user profile in DB every few seconds.
-
When the user reopens the video, check for a saved timestamp.
-
If a timestamp exists, start the video from that point automatically.
Describe alternatives you've considered Right now, I just note down the time manually, but it’s inconvenient.
Additional context Platforms like YouTube and Udemy do this, and it really improves the learning experience.
I have noticed that the video progress saving works correctly for videos using VideoPlayer2 but not for those using AppxVideoPlayer. I think this because there is no handleVideoProgress function Am I thinking about this correctly?