mirror of
https://github.com/aler9/gortsplib
synced 2025-10-16 12:10:48 +08:00
server: use relative control attributes (#620)
This commit is contained in:
@@ -75,6 +75,8 @@ func (u *URL) CloneWithoutCredentials() *URL {
|
||||
}
|
||||
|
||||
// RTSPPathAndQuery returns the path and query of a RTSP URL.
|
||||
//
|
||||
// Deprecated: not useful anymore.
|
||||
func (u *URL) RTSPPathAndQuery() (string, bool) {
|
||||
var pathAndQuery string
|
||||
if u.RawPath != "" {
|
||||
|
Reference in New Issue
Block a user