pub fn load_runtime(mur_home: &Path) -> Option<VlcRuntime>Expand description
Load the persisted VLC runtime (vlc.json), or None if absent/unparseable.
Used by the runtime supervisor to allowlist VLC’s HTTP port in the kernel
sandbox, and anywhere else that needs the current VLC connection details.