av/protocol/rtsp
Saxon cd7e2ce3f3 protocol/rtsp: removed response writer interface, which was just http.ResponseWriter 2019-04-17 07:51:34 +09:30
..
cmd/stream protocol/rtsp: added beatgammits pkg and also my stream/main.go program 2019-04-16 22:47:13 +09:30
rtp protocol/rtsp: added beatgammits pkg and also my stream/main.go program 2019-04-16 22:47:13 +09:30
LICENSE.BSD protocol/rtsp: added beatgammits pkg and also my stream/main.go program 2019-04-16 22:47:13 +09:30
README.md protocol/rtsp: added beatgammits pkg and also my stream/main.go program 2019-04-16 22:47:13 +09:30
rtsp.go protocol/rtsp: removed response writer interface, which was just http.ResponseWriter 2019-04-17 07:51:34 +09:30
sdp.go protocol/rtsp: added beatgammits pkg and also my stream/main.go program 2019-04-16 22:47:13 +09:30

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.