mirror of
https://github.com/aler9/gortsplib
synced 2025-10-06 15:46:51 +08:00
move URL into dedicated folder
This commit is contained in:
@@ -5,10 +5,6 @@ import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
const (
|
||||
rtspMaxContentLength = 128 * 1024
|
||||
)
|
||||
|
||||
func readByteEqual(rb *bufio.Reader, cmp byte) error {
|
||||
byt, err := rb.ReadByte()
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user