package rtmp import ( "net" ) func NegotiateConnect(conn net.Conn) (bool) { return false }