From f7ac9308d453bbd62479e83a2fccf1afc1ba3f77 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Sun, 27 Sep 2020 15:42:13 +0200 Subject: [PATCH] update docs --- interleavedframe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interleavedframe.go b/interleavedframe.go index a55d7af1..9a149f6b 100644 --- a/interleavedframe.go +++ b/interleavedframe.go @@ -12,7 +12,7 @@ const ( ) // InterleavedFrame is a structure that allows to transfer binary frames -// through RTSP TCP connections. It is used to send RTP and RTCP packets via TCP. +// through RTSP/TCP connections. It is used to send RTP and RTCP packets with TCP. type InterleavedFrame struct { // track id TrackId int