mirror of
https://github.com/aler9/gortsplib
synced 2025-10-04 06:46:42 +08:00
replace content with payload
This commit is contained in:
@@ -54,7 +54,7 @@ var casesResponse = []struct {
|
||||
},
|
||||
},
|
||||
{
|
||||
"ok with content",
|
||||
"ok with payload",
|
||||
[]byte("RTSP/1.0 200 OK\r\n" +
|
||||
"CSeq: 2\r\n" +
|
||||
"Content-Base: rtsp://example.com/media.mp4\r\n" +
|
||||
|
Reference in New Issue
Block a user