Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify historical stored board to be replayed in Replay Studio #51

Open
dmurfet opened this issue Jan 5, 2024 · 2 comments
Open

Specify historical stored board to be replayed in Replay Studio #51

dmurfet opened this issue Jan 5, 2024 · 2 comments
Labels
enhancement New feature or request replay Related to the replay system

Comments

@dmurfet
Copy link
Member

dmurfet commented Jan 5, 2024

In addition to audio assets, I would like to be able to specify a historical board in the DataStore (by ID) to be replayed over a specified period of time. Then we use the same trick I'm using to produce videos on metauniService, just taking the z-Index as a proxy for time and drawing lines spaced evenly so that it fills up the specified time.

This is poor compared to recording a full replay, but it would allow us to cheaply pre-populate our set of replays with audio from three years of talks paired with historical boards.

I'll set up a variant of metauniService that allows me to look through historical boards with a given prefix (i.e. historical boards for a fixed board, e.g. Board 1 of the Euclid set), and then I can look at the YouTube video to match it and a rough timespan of when we were writing on it. Then I can insert this information into the new field of the Replay Studio UI and with a bit of effort have a replay.

If I do a few of those per week, pretty soon we can be scheduling Schelling point replays for Euclid and other seminars such that there is always pretty much something on when you visit metauni.

@dmurfet dmurfet added enhancement New feature or request replay Related to the replay system labels Jan 5, 2024
@dmurfet
Copy link
Member Author

dmurfet commented Jan 5, 2024

We'd also need a way to specify a speaker and speaker location, though, which seems trickier. Not sure about that.

@dmurfet
Copy link
Member Author

dmurfet commented Jan 5, 2024

If we can construct a player's character from their UserId, then specifying the UserId of the speaker along with the other data should be OK, as we can just position the character in front of the current board.

@dmurfet dmurfet closed this as completed Jan 5, 2024
@dmurfet dmurfet reopened this Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request replay Related to the replay system
Projects
None yet
Development

No branches or pull requests

1 participant