Hi @Sam,
Just a small idea for an improvement which should be possible with minimal web development effort. This improvement applies to both the Live Q&A and Forum Q&A.
Someone, possibly you Sam, has helpfully written the timestamp of each question/topic in the Q&As. It’d be even more helpful if a user could simply click the timestamp to automatically skip to that exact point in the video.
Once it’s been set up in the right way*, then I can’t imagine it’d be much more effort than what you’re already doing in finding and writing the timestamp, to make the timestamp a hyperlink. Broadly, by appending #t=
to the video URL followed by the time in the video where you’d like it to play from. For example:
00:07:36 Japanese black pine / Design
is
393790060/#t=7m36s
*the hyperlink would probably need to pass the parameter to the video URL in the iframe embed code, including autoplay=1
before the timestamp code e.g. https://player.vimeo.com/video/393790060/autoplay=1#t=7m36s
But next time you talk to your web developer, this should be an easy one.