Searched refs:RTMP_SERVER_KEY (Results 1 – 2 of 2) sorted by relevance
| /xiu/protocol/rtmp/src/handshake/ | ||
| H A D | define.rs | 31 pub const RTMP_SERVER_KEY: [u8; 68] = [ constant |
| H A D | handshake_server.rs | 248 key.extend_from_slice(&define::RTMP_SERVER_KEY); in write_s2() |