Home
last modified time | relevance | path

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

/xiu/protocol/rtsp/src/
H A Drtsp.rs3 use super::session::RtspServerSession;
28 let mut session = RtspServerSession::new(tcp_stream, self.event_producer.clone()); in run()
/xiu/protocol/rtsp/src/session/
H A Dmod.rs62 pub struct RtspServerSession { struct
104 impl RtspServerSession { impl