Direct frame / sequence jump URL parameters (and CLA parameters) #8318
Labels
🟦 blueprint
The data that defines our UI
CLI
Related to the Rerun CLI
enhancement
New feature or request
📺 re_viewer
affects re_viewer itself
🕸️ web
regarding running the viewer in a browser
Is your feature request related to a problem? Please describe.
We have several use-cases where we want to specifically show people a frame in the timeline.
Always sending them the URL (or RRD files) with an explanation to which timeline and timecode to jump is an annoyance on both sides.
It would be nice to allow the timeline frame to be passed to the URL (public or internal viewer) or CLA (as parameters) since, I assume, this is very similar.
However, we're particularly interested in the web-viewer use-case.
Describe the solution you'd like
E.g. an additional
&timeline={USER_TIMELINE}&tc={USER_TIMECODE}
in addition to the general
https://app.rerun.io/version/{RERUN_VERSION}/index.html?url={RRD_URL}
In addition, it might be beneficial to directly be able to specify start and end timecode as in

E.g. an additional
&tc_end={USER_TIMECODE}
&timeline={USER_TIMELINE}&tc={USER_TIMECODE}&tc_end={USER_TIMECODE}
Describe alternatives you've considered
Not aware of any alternatives.
Additional context
No additional context. Let me know if you need more specific information.
The text was updated successfully, but these errors were encountered: