Browse Source

fix typo

pull/2/head v0.1.3
aler9 6 years ago
parent
commit
366ff8e51e
  1. 4
      rtsp_client.go

4
rtsp_client.go

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

Loading…
Cancel
Save