Media/video timestamp doubt #181
Replies: 2 comments
|
Hello @FerroEduardo, In the newest version of the NCL language, from the ABNT NBR 15606-2:2023 Standard, there is a currentTime property of continuous media (audio and/or video) that you could use to do what you suggested. However, our current reference implementation does not yet include this functionality. With the current version of Ginga implemented, a simple solution for your application to keep multiple videos synchronized is to start them together, but controlling which video is selected with the properties visible and/or soundLevel. |
Ok, thanks for the help! :) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to build an application for my university discipline which simulates a multi-cam environment, like a spectator. The script will have access to some videos and I would like to change between them and keeping it synchronized (same timestamp).
Is it possible to do this with NCLua? I was trying to get a current video timestamp to set to another, but couldn't find any information about it.
All reactions