Home
last modified time | relevance | path

Searched refs:live_path (Results 1 – 1 of 1) sorted by relevance

/xiu/protocol/hls/src/
H A Dts.rs9 live_path: String, field
14 let live_path = format!("./{app_name}/{stream_name}"); in new() localVariable
15 fs::create_dir_all(live_path.clone()).unwrap(); in new()
19 live_path, in new()
24 let ts_file_path = format!("{}/{}", self.live_path, ts_file_name); in write()