Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Dec 29, 2019
1 parent 9a6a813 commit 366ff8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rtsp_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}, ";"),
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 366ff8e

Please sign in to comment.