robbestad / react-iframe

Simple solution for using iframes in React
ISC License
434 stars 79 forks source link

Get iframe current playing time #101

Closed potamir closed 1 year ago

potamir commented 3 years ago

Is it possible to track current playing time? also to play the video at specific duration?

Thank You!

robbestad commented 1 year ago

For tracking -- No, sorry. You'd have to put functionality inside the frame to access that. For playing at specific time, youtube and others have this option (append a timestart parameter, like ?t=120 for youtube).