stream-server/rtmp/connect.go
2023-08-09 16:00:21 +05:00

9 lines
76 B
Go

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