Scribery / meta

Overall project information and issues
https://scribery.github.io/
1 stars 1 forks source link

Consider log synchronization to on-host playback #14

Closed spbnick closed 7 years ago

spbnick commented 7 years ago

An important UI target is to have a view of related logs synchronized with terminal playback position. That should be possible to do with native JavaScript playback.

However, with playback running on the host and displayed in a JavaScript terminal we will need an additional channel through which to communicate the playback location, so that we can query and display related logs.

Explore the possibility of implementing this with low effort, and only low-key design changes to tlog-play.

spbnick commented 7 years ago

Specifics are tracked in Scribery/tlog#107 and Scribery/cockpit#6.

spbnick commented 7 years ago

This is no longer relevant since we implemented browser-based playback.