How to get the currentTime for each videos in videojs using an array of videos from database in laravel
I have been trying to process an array of videos in blade template with video js but so far no look. What I want to do is, when a user pause one of the videos, save the time he played the videos to start from this time next time the user reloads the page. Right now I can get the currentTime but it only works for one video, also I managed to pause the actual playing videos when other video is being played, it does show the playing time on the console, but it only works for one videos. Any help would be really appreciated. Than you!