- Camera: MP4 (and legacy MKV chunk lists) via signed URL; the browser uses HTTP range requests as needed.
- Audio: MP3 via signed URL; plays back in sync with the timeline.
- Robot / actuation: Parquet via signed URL; the web app reads a time window of rows around the playhead (bounded memory).
- Point clouds: FlatBuffer chunk URLs plus coarse timestamp indexes from metadata.
GET /api/v1/environments/{uuid}/recordings/{recording_uuid}/data endpoint returns compact source descriptors (URLs + bounds + column hints), not dense per-frame JSON.
Save a simulation run
Start a backend simulation, then select Record in the top-right of the 3D view. Stop & save adds the run to Replay and provides a View recording link. The run groups recorded motion, available sensor media, linked workflow executions, and their evidence. Missing or unfinished streams are identified in the run details. Sound-emission indicators replay at their recorded timestamps. Scene labels are off by default. Hover an object or its scene-tree row to reveal its name, or enable labels from View or the labels toolbar button. Agent overview previews include labels by default. Sensor imagery excludes editor labels. In Replay, the left sidebar lists recent saved runs with a compact Play icon to open a run and a ⋯ menu for Execution & evidence. Use the Replays and Scene items icons to switch lists; select the active icon again to collapse the sidebar. Long names stay compact and reveal their full text on hover. Advanced: choose streams opens the date and stream picker for manual combinations. Use Play / Pause beside the speed controls. The chevron at the right of the timeline minimizes its rows while keeping playback controls available. Select it again to expand. Fullscreen hides the workbench bar. For a local environment without robot driver images, select Physics only under Simulation → Advanced settings → Robot runtime, and enable assigned controllers when needed. The default Auto runtime continues to use the robot’s drivers.Open a saved run
Select a run’s name to load it without playing. Its Play icon starts playback. Preparing Replay stays visible with a spinner while the run is saving and its motion and sensor streams are loading. A saved-run URL includes?mode=replay&run=<run-uuid> and reopens that run for
users who have access to the environment.