9 lines
76 B
Go
9 lines
76 B
Go
package rtmp
|
|
|
|
import (
|
|
"net"
|
|
)
|
|
|
|
func NegotiateConnect(conn net.Conn) {
|
|
|
|
}
|