This commit is contained in:
aler9 2019-12-29 03:03:39 +01:00
parent 9a6a813640
commit 366ff8e51e

View file

@ -310,7 +310,7 @@ func (c *rtspClient) run() {
"Transport": strings.Join([]string{
"RTP/AVP/TCP",
"unicast",
"destionation=127.0.0.1",
"destination=127.0.0.1",
"source=127.0.0.1",
"interleaved=0-1",
}, ";"),
@ -382,7 +382,7 @@ func (c *rtspClient) run() {
"Transport": strings.Join([]string{
"RTP/AVP/TCP",
"unicast",
"destionation=127.0.0.1",
"destination=127.0.0.1",
"source=127.0.0.1",
}, ";"),
"Session": "12345678",