Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/handshake/
H A Ddefine.rs21 pub const RTMP_VERSION: usize = 3; constant
H A Dhandshake_client.rs78 self.writer.write_u8(define::RTMP_VERSION as u8)?; in write_c0()
H A Dhandshake_server.rs162 self.writer.write_u8(define::RTMP_VERSION as u8)?; in write_s0()
214 self.writer.write_u8(define::RTMP_VERSION as u8)?; in write_s0()