Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sdroege/rtsp-types
- Owner: sdroege
- License: mit
- Created: 2020-11-12T18:01:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T08:37:03.000Z (9 months ago)
- Last Synced: 2024-03-15T10:12:22.379Z (8 months ago)
- Topics: multimedia, network, parsers, rtsp, rust, serializer, streaming
- Language: Rust
- Homepage:
- Size: 156 KB
- Stars: 24
- Watchers: 7
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.