protocol/rtsp: added package comment.

This commit is contained in:
Saxon 2019-05-09 12:17:11 +09:30
parent e823ebca48
commit 9e07984848
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ LICENSE
in gpl.txt. If not, see http://www.gnu.org/licenses.
*/
// Package rtsp provides an RTSP client implementation and methods for
// communication with an RTSP server to request video.
package rtsp
import (