av/protocol/rtsp
Saxon 5bdea4a09f protocol: moved rtcp protocol stuff to under protocol rather than under rtsp. 2019-04-10 15:22:38 +09:30
..
cmd/stream protocol/rtsp: removed rtsp-util/main.go and create cmd/stream/main.go 2019-04-10 13:12:31 +09:30
rtp protocol/rtsp: adding beatgammit's rtsp pkg to our codebase 2019-04-09 12:32:12 +09:30
LICENSE.BSD protocol/rtsp: adding beatgammit's rtsp pkg to our codebase 2019-04-09 12:32:12 +09:30
README.md protocol/rtsp: adding beatgammit's rtsp pkg to our codebase 2019-04-09 12:32:12 +09:30
rtsp.go protocol/rtsp: fixing url usage 2019-04-10 14:01:13 +09:30
sdp.go protocol/rtsp: adding beatgammit's rtsp pkg to our codebase 2019-04-09 12:32:12 +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.