Skip to main content

start

Function start 

Source
pub fn start(root: PathBuf) -> Result<MediaServer, String>
Expand description

Bind to an ephemeral loopback port and start serving root in a background thread.

TRACES: UR-071 | DR-137