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