device-automation-bus / dab-adapter-rs

Apache License 2.0
2 stars 8 forks source link

system/settings: RDK doesn't support low latency setting #41

Closed xhaakon closed 10 months ago

xhaakon commented 10 months ago

Arun confirmed RDK has no APIs to control low latency on STBs. There's RDKDEV-934 requesting the missing APIs be added; until that ticket is implemented, let's return false when lowLatencyMode is listed or read.

arun-madhavan-013 commented 10 months ago

Currently the feature (Low Latency Mode) is supported from the app using gstreamer pipeline property but not exposed as a settings API or property and its state isn't controllable.

LGTM