This topic is locked

Extracting video timestamp from playback

10/26/2022 4:00:59 PM
PHPRunner General questions
P
pmuckle authorDevClub member

Hi all,

I want to have a video player with a pause button, and the ability to add a time-stamped comment/record (ie the time on the video at pause) before continuing.

Does anyone know how to extract the time from a video and save it to a record? Or even how to sync up video playback wth the comments/records? For example, by highlighting the records as the time matches that shown on the video?

Thanks for any pointers!

Pete

P
pmuckle authorDevClub member 10/26/2022

Just to add, it could be a Youtube video or an mpeg, whichever is easiest.

I found this and wondered if phprunner uses this already? https://developers.google.com/youtube/iframe_api_reference

admin 10/26/2022

I'm afraid we do not have anything like this. Should be possible with the help of some custom coding.

The closest that we have is something for audio playback: Logging audio playback actions.