Expand description
Stream resolver: discovers streams on the network via UDP.
Sends LSL:shortinfo queries over IPv4 and IPv6 multicast/broadcast/unicast, collects responses, and returns discovered StreamInfo objects.
Structs§
- Continuous
Resolver - Continuous resolver that keeps discovering streams in the background.
Functions§
- resolve_
all - Resolve streams matching a query string.
- resolve_
by_ predicate - Resolve streams by predicate.
- resolve_
by_ property - Resolve streams by property name and value.
- resolve_
query - Core resolve function.