Skip to content
  • Kevin DuBois's avatar
    RTMP handshake compliance for clients · af0ba144
    Kevin DuBois authored and ivoire's avatar ivoire committed
    
    
    The spec says that the 2nd round of packets need to have the 1st 4 bytes be the
    timestamp (potentially zero) and the next 4 bytes be zero. The bytes after that
    should be random. (not necessarily cryptographically secure, just for
    establishing a unique echo response in the 3rd round of packets).
    
    Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
    af0ba144