av/protocol/rtsp
Saxon 83122d0ac5 protocol/rtsp: adding beatgammit's rtsp pkg to our codebase
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.
2019-04-09 12:32:12 +09:30
..
rtcp protocol/rtsp: adding beatgammit's rtsp pkg to our codebase 2019-04-09 12:32:12 +09:30
rtp protocol/rtsp: adding beatgammit's rtsp pkg to our codebase 2019-04-09 12:32:12 +09:30
rtsp-util 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: adding beatgammit's rtsp pkg to our codebase 2019-04-09 12:32:12 +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.