stream-server/rtmp/connect.go

10 lines
76 B
Go
Raw Normal View History

2023-08-09 16:00:21 +05:00
package rtmp
import (
"net"
)
func NegotiateConnect(conn net.Conn) {
}