mirror of https://bitbucket.org/ausocean/av.git
02c11c234f
Added them back because i realised I can't use http Requests and Responses and the accompanying methods because then this wouldn't be the RTSP protocol, it would be the HTTP protocol, which is not what we're doing. |
||
---|---|---|
.. | ||
cmd/stream | ||
rtp | ||
LICENSE.BSD | ||
README.md | ||
rtsp.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.