Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 30) sorted by relevance

12

/xiu/protocol/rtmp/src/handshake/
H A Dutils.rs1 use std::time::SystemTime;
H A Derrors.rs4 std::{fmt, io::Error, time::SystemTimeError},
/xiu/library/streamhub/src/statistics/
H A Davstatistics.rs5 std::{sync::Arc, time::Duration},
12 time,
88 let mut interval = time::interval(Duration::from_secs(1)); in start()
/xiu/library/bytesio/src/
H A Dbytesio.rs2 use std::time::Duration;
74 match tokio::time::timeout(duration, self.read()).await { in read_timeout()
119 match tokio::time::timeout(duration, self.read()).await { in read_timeout()
H A Dbytesio_errors.rs15 TimeoutError(tokio::time::error::Elapsed),
H A Dbytes_writer.rs10 std::{io::Write, sync::Arc, time::Duration},
11 tokio::{sync::Mutex, time::timeout},
/xiu/library/container/flv/src/
H A Ddemuxer_tag.rs176 let time = self.bytes_reader.read_u8()?; in parse_tag_header() localVariable
179 self.tag.composition_time = (self.tag.composition_time << 8) + time as i32; in parse_tag_header()
H A Dflv_tag_header.rs180 let time = reader.read_u8()?; in unmarshal() localVariable
183 tag_header.composition_time = (tag_header.composition_time << 8) + time as i32; in unmarshal()
/xiu/confs/online/
H A Dpprtmp.Cargo.toml20 #features = ["rt-core", "rt-threaded", "macros", "time","sync"]
H A Dxiu.Cargo.toml44 #features = ["rt-core", "rt-threaded", "macros", "time","sync"]
/xiu/application/pprtmp/
H A DCargo.toml20 #features = ["rt-core", "rt-threaded", "macros", "time","sync"]
/xiu/confs/local/
H A Dpprtmp.Cargo.toml19 #features = ["rt-core", "rt-threaded", "macros", "time","sync"]
H A Dxiu.Cargo.toml44 #features = ["rt-core", "rt-threaded", "macros", "time","sync"]
/xiu/application/http-server/
H A DCargo.toml23 #features = ["rt-core", "rt-threaded", "macros", "time","sync"]
/xiu/application/pprtmp/src/
H A Dmain.rs12 tokio::time::Duration,
78 tokio::time::sleep(Duration::from_secs(2)).await; in main()
/xiu/library/bytesio/
H A DCargo.toml26 #features = ["rt-core", "rt-threaded", "macros", "time","sync"]
/xiu/protocol/hls/src/
H A Dflv_data_receiver.rs9 std::time::Duration,
18 tokio::{sync::mpsc, time::sleep},
H A Dtest_flv2hls.rs12 use std::time::Instant;
/xiu/application/xiu/
H A DCargo.toml44 #features = ["rt-core", "rt-threaded", "macros", "time","sync"]
/xiu/protocol/webrtc/src/
H A Dwhip.rs7 use tokio::time::Duration;
93 let timeout = tokio::time::sleep(Duration::from_secs(3)); in handle_whip()
/xiu/application/xiu/src/config/
H A Dconfig.toml67 # write log to file or not(Writing logs to file or console cannot be satisfied at the same time).
/xiu/library/logger/src/
H A Dlogger.rs17 time::Duration,
191 use std::time::Duration;
/xiu/library/streamhub/src/
H A Dutils.rs3 use std::time::SystemTime;
/xiu/protocol/rtmp/src/amf0/
H A Damf0_reader.rs281 let time = bytes_reader.read_u8().unwrap(); in test_number() localVariable
284 t = (t << 8) + time as u32; in test_number()
/xiu/protocol/rtsp/src/rtp/
H A Dutils.rs12 use std::time::SystemTime;

12