Searched refs:start (Results 1 – 8 of 8) sorted by relevance
66 let start = Instant::now(); in test_flv2hls() localVariable88 let elapsed = start.elapsed(); in test_flv2hls()
42 let start = "Content-Length:"; in parse_content_length() localVariable45 let start_index = request_data.find(start)? + start.len(); in parse_content_length()
46 start: &f64, in write_play()54 self.amf0_writer.write_number(start)?; in write_play()
87 pub fn start(&mut self) { in start() method
59 cache.av_statistics.start(); in new()
544 let mut start: Option<f64> = None; in on_play() localVariable562 start = match other_values.remove(0) { in on_play()596 start.is_some(), in on_play()
415 start: &f64, in send_play()421 .write_play(transaction_id, stream_name, start, duration, reset) in send_play()
79 log::info!("start rtmp pull client from address: {}", address);