Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/handshake/
H A Ddefine.rs29 pub const RTMP_CLIENT_KEY_FIRST_HALF: &str = "Genuine Adobe Flash Player 001"; constant
H A Dhandshake_server.rs198 key.extend_from_slice(define::RTMP_CLIENT_KEY_FIRST_HALF.as_bytes()); in read_c1()