mirror of https://bitbucket.org/ausocean/av.git
83122d0ac5
Much of the functionality we require for rtsp input is here, but some modification will be required to fix some bugs and get it functional; which will come in later PRs. |
||
---|---|---|
.. | ||
rtcp | ||
rtp | ||
rtsp-util | ||
LICENSE.BSD | ||
README.md | ||
rtsp.go | ||
sdp.go |
README.md
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.