Skip to content

Recording Timestamp shown as <unknown> wehen providing a Recording ID #10122

Open
@KillerGoldFisch

Description

@KillerGoldFisch

When creating a recording stream with a recording ID and kind set, the viewer lists the recording with <unknown> instead of the timestamp. (See Screenshots)

We use the C++ 0.23.1 SDK and connection using grpc (rerun+http).

Previously, we used version 0.15.1, where the timestamp was displayed correctly.

Expected behavior

The timestamp should be displayed even if the recording ID was passed to the recording stream.

Screenshots

With recording ID

// m_options->appid = "mqtt_event_rerun"
// a_recordingName = "recordingid"
auto rr = std::make_shared<::rerun::RecordingStream>(
    m_options->appid, a_recordingName,
    ::rerun::StoreKind::Recording);

Image

Without recording ID

// m_options->appid = "mqtt_event_rerun"
auto rr = std::make_shared<::rerun::RecordingStream>(m_options->appid);

Image

Desktop:

  • OS: Ubuntu 24.04
  • Browser: Chrome 137.0.7151.56

Rerun version

rerun-cli 0.23.1 (default map_view nasm native_viewer release web_viewer) [rustc 1.84.0 (9fc6b4312 2025-01-07), LLVM 19.1.5] x86_64-unknown-linux-gnu release-0.23.1 87bdacb, built 2025-04-25T11:04:25Z
Video features: av1 default ffmpeg nasm serde

Rerun C++ SDK: https://github.com/rerun-io/rerun/releases/download/0.23.1/rerun_cpp_sdk.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    ❓ questionFurther information is requested📖 documentationImprovements or additions to documentation🪳 bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions