mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
Merge branch 'main' into v4
This commit is contained in:
@@ -3,6 +3,7 @@ package gortsplib
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"log"
|
||||
"net"
|
||||
"strconv"
|
||||
"strings"
|
||||
@@ -280,6 +281,8 @@ func (ss *ServerSession) onPacketLost(err error) {
|
||||
Session: ss,
|
||||
Error: err,
|
||||
})
|
||||
} else {
|
||||
log.Println(err.Error())
|
||||
}
|
||||
}
|
||||
|
||||
@@ -289,6 +292,8 @@ func (ss *ServerSession) onDecodeError(err error) {
|
||||
Session: ss,
|
||||
Error: err,
|
||||
})
|
||||
} else {
|
||||
log.Println(err.Error())
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user