mirror of
https://github.com/lkmio/lkm.git
synced 2025-09-27 03:26:01 +08:00
测试合并写
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
package rtmp
|
||||
|
||||
import (
|
||||
"net"
|
||||
|
||||
"github.com/yangjiechina/avformat/transport"
|
||||
"github.com/yangjiechina/avformat/utils"
|
||||
"net"
|
||||
)
|
||||
|
||||
type IServer interface {
|
||||
@@ -12,6 +13,10 @@ type IServer interface {
|
||||
Close()
|
||||
}
|
||||
|
||||
func NewServer() IServer {
|
||||
return &serverImpl{}
|
||||
}
|
||||
|
||||
type serverImpl struct {
|
||||
tcp *transport.TCPServer
|
||||
}
|
||||
|
Reference in New Issue
Block a user