An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/gregoryv/rtsp.svg?branch=master)](https://travis-ci.org/gregoryv/rtsp)
[![codecov](https://codecov.io/gh/gregoryv/rtsp/branch/master/graph/badge.svg)](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