From 366ff8e51ef8016f07287688114fc2008d63cf4d Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Sun, 29 Dec 2019 03:03:39 +0100 Subject: [PATCH] fix typo --- rtsp_client.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtsp_client.go b/rtsp_client.go index b6ce40c194f..e2f879858ed 100644 --- a/rtsp_client.go +++ b/rtsp_client.go @@ -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",