mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 12:32:01 -08:00
fix Content-Base header
This commit is contained in:
parent
8e3359c6c6
commit
70d5735fec
1 changed files with 1 additions and 1 deletions
|
|
@ -378,7 +378,7 @@ func (c *serverClient) handleRequest(req *gortsplib.Request) bool {
|
|||
StatusCode: gortsplib.StatusOK,
|
||||
Header: gortsplib.Header{
|
||||
"CSeq": cseq,
|
||||
"Content-Base": []string{req.Url.String()},
|
||||
"Content-Base": []string{req.Url.String() + "/"},
|
||||
"Content-Type": []string{"application/sdp"},
|
||||
},
|
||||
Content: sdp,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue