mirror of https://bitbucket.org/ausocean/av.git
protocol/rtsp: added package comment.
This commit is contained in:
parent
e823ebca48
commit
9e07984848
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue