Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/
H A Drtmp.rs8 pub struct RtmpServer { struct
14 impl RtmpServer { implementation
/xiu/protocol/rtmp/
H A DREADME.md16 rtmp::RtmpServer,
28 let mut rtmp_server = RtmpServer::new(address, sender, 1);
53 rtmp::RtmpServer,
97 let mut rtmp_server = RtmpServer::new(address, sender.clone(), 1);
/xiu/application/xiu/src/
H A Dservice.rs13 rtmp::RtmpServer,
149 let mut rtmp_server = RtmpServer::new(address, producer, gop_num); in start_rtmp()