Skip to content

Commit 366ff8e

Browse files
committed
fix typo
1 parent 9a6a813 commit 366ff8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rtsp_client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ func (c *rtspClient) run() {
310310
"Transport": strings.Join([]string{
311311
"RTP/AVP/TCP",
312312
"unicast",
313-
"destionation=127.0.0.1",
313+
"destination=127.0.0.1",
314314
"source=127.0.0.1",
315315
"interleaved=0-1",
316316
}, ";"),
@@ -382,7 +382,7 @@ func (c *rtspClient) run() {
382382
"Transport": strings.Join([]string{
383383
"RTP/AVP/TCP",
384384
"unicast",
385-
"destionation=127.0.0.1",
385+
"destination=127.0.0.1",
386386
"source=127.0.0.1",
387387
}, ";"),
388388
"Session": "12345678",

0 commit comments

Comments
 (0)