π― KLV Breakpoints
You can automatically pause stream or file playback when certain metadata conditions are met.
π οΈ Setting Breakpoints
Press KLV Breakpoints to open the KLV Conditions Window.

There are two available modes:
- ANY β Playback will pause if any condition is true.
- ALL β Playback will pause only if all conditions are true.

π§ Breakpoint Properties
- Enabled β Toggle the breakpoint on or off
- Tags β MISB 0601 tag
- Condition β Logical expression to evaluate
- Value β Value to compare
- Deviation β Acceptable margin of error (in % or seconds for time tags) for
eqorneqconditions
For example, to pause playback when altitude reaches approximately 1000 meters, set the condition to eq and enter 1000 as the value. Since exact matches are rare, define a deviation to allow for a small margin. For time-based conditions, deviation is defined in seconds.
π Expression Syntax
Depending on the metadata type, different logic operators are available:
π
date / number
Available operators:
presentabsenteq,neqgt,gtelt,lte
π€ string
Available operators:
presentabsenteq,neqstartsWithendsWithcontains
π§© Nested Local Set
Available operators:
presentabsent
βΈοΈ Triggering Breakpoints
When a condition is met, playback is paused automatically.
