Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 5 of 5) sorted by relevance

/xiu/protocol/rtmp/src/relay/
H A Dpush_client.rs50 let stream = TcpStream::connect(self.address.clone()).await?; in run() localVariable
H A Dpull_client.rs47 let stream = TcpStream::connect(self.address.clone()).await?; in run() localVariable
/xiu/protocol/hls/src/
H A Dserver.rs64 let stream = FramedRead::new(file, BytesCodec::new()); in simple_file_send() localVariable
/xiu/library/bytesio/src/
H A Dbytesio.rs93 stream: Framed<TcpStream, BytesCodec>, field
/xiu/library/streamhub/src/
H A Dlib.rs9 pub mod stream; module