mirror of
https://github.com/elobuff/gortmp
synced 2025-12-24 13:08:13 +08:00
Amend
This commit is contained in:
@@ -41,7 +41,6 @@ type Client struct {
|
||||
func NewClient(url string) (c *Client) {
|
||||
c = &Client{
|
||||
url: url,
|
||||
rateLimit: DEFAULT_RATE_LIMIT,
|
||||
amfExternalHandlers: make(map[string]amf.ExternalHandler),
|
||||
}
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@ package rtmp
|
||||
|
||||
import (
|
||||
"io"
|
||||
"time"
|
||||
)
|
||||
|
||||
func (c *Client) sendLoop() {
|
||||
|
||||
Reference in New Issue
Block a user