Searched refs:t (Results 1 – 8 of 8) sorted by relevance
| /xiu/protocol/rtsp/src/rtp/ |
| H A D | rtp_h264.rs | 267 t: define::RtpNalType, in unpack_fu() 273 if t == define::FU_B { in unpack_fu() 347 t: define::RtpNalType, in unpack_stap() 353 if t == define::STAP_B { in unpack_stap() 431 t: define::RtpNalType, in unpack_mtap() 445 let (ts, ts_bytes) = if t == define::MTAP_16 { in unpack_mtap() 447 } else if t == define::MTAP_24 { in unpack_mtap()
|
| /xiu/protocol/webrtc/src/session/ |
| H A D | mod.rs | 133 let t = eles[1]; in run() localVariable 137 log::info!("1:{},2:{},3:{}", t, app_name, stream_name); in run() 158 match t.to_lowercase().as_str() { in run() 171 t.to_lowercase() in run() 206 match t.to_lowercase().as_str() { in run() 220 t.to_lowercase() in run()
|
| /xiu/protocol/rtmp/src/amf0/ |
| H A D | amf0_reader.rs | 278 let mut t: u32 = 0; in test_number() localVariable 284 t = (t << 8) + time as u32; in test_number()
|
| /xiu/protocol/rtsp/src/sdp/ |
| H A D | mod.rs | 22 if let Some(t) = parameters.first() { in unmarshal() 23 sdp_bandwidth.b_type = t.to_string(); in unmarshal()
|
| /xiu/protocol/webrtc/src/clients/ |
| H A D | whep.js | 310 const transceiver = transceivers.find(t => t.mid == mid);
|
| /xiu/ |
| H A D | README_CN.md | 82 -t, --rtsp <port> Specify the rtsp listening port.(e.g.:554). 127 xiu -r 1935 -t 5544 -f 8080 -s 8081 -l info
|
| H A D | README.md | 85 -t, --rtsp <port> Specify the rtsp listening port.(e.g.:554). 129 xiu -r 1935 -t 5544 -f 8080 -s 8081 -l info
|
| /xiu/application/xiu/ |
| H A D | README.md | 80 -t, --rtsp <port> Specify the rtsp listening port.(e.g.:554). 124 xiu -r 1935 -t 5544 -f 8080 -s 8081 -l info
|