protocol/rtsp: removed README

This commit is contained in:
Saxon 2019-04-17 12:22:54 +09:30
parent 1bcf05830d
commit 85bb88c325
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
rtsp
====
`rtsp` implements RTSP in Go. The development focus is for video streaming from security cameras, but the library is developed such that it should be useful for any type of stream.
Currently, `rtp` and `rtcp` are implemented as sub-packages, but this will likely change once the library matures.
License
=======
`rtsp` is licensed under the BSD 3-clause license. See LICENSE.BSD for details.