https://github.com/gregoryv/rtsp
package rtsp provides protocol definitions and parsers
https://github.com/gregoryv/rtsp
Last synced: 9 months ago
JSON representation
package rtsp provides protocol definitions and parsers
- Host: GitHub
- URL: https://github.com/gregoryv/rtsp
- Owner: gregoryv
- License: mit
- Created: 2019-01-27T09:49:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T20:17:57.000Z (over 7 years ago)
- Last Synced: 2025-10-06T12:48:49.938Z (9 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/gregoryv/rtsp)
[](https://codecov.io/gh/gregoryv/rtsp)
[rtsp](https://godoc.org/github.com/gregoryv/rtsp) - package provides RTSP protocol parser
## Quick start
go get -u github.com/gregoryv/rtsp
WIP