Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sdroege/rtsp-types

RTSP (RFC 7826) types and parsers/serializers
https://github.com/sdroege/rtsp-types

multimedia network parsers rtsp rust serializer streaming

Last synced: 14 days ago
JSON representation

RTSP (RFC 7826) types and parsers/serializers

Awesome Lists containing this project

README

        

# rtsp-types [![crates.io](https://img.shields.io/crates/v/rtsp-types.svg)](https://crates.io/crates/rtsp-types) [![Actions Status](https://github.com/sdroege/rtsp-types/workflows/rtsp-types/badge.svg)](https://github.com/sdroege/rtsp-types/actions) [![docs.rs](https://docs.rs/rtsp-types/badge.svg)](https://docs.rs/rtsp-types)

Crate for handling RTSP ([RFC 7826](https://tools.ietf.org/html/rfc7826))
messages, including a parser and serializer and support for parsing and
generating well-known headers.

See the [documentation](https://docs.rs/rtsp-types) for details.

## LICENSE

rtsp-types is licensed under the MIT license ([LICENSE](LICENSE) or
http://opensource.org/licenses/MIT).

## Contribution

Any kinds of contributions are welcome as a pull request.

Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in rtsp-types by you shall be licensed under the MIT
license as above, without any additional terms or conditions.