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: 12 months 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T07:13:12.000Z (almost 2 years ago)
- Last Synced: 2025-06-29T11:53:15.750Z (12 months ago)
- Topics: multimedia, network, parsers, rtsp, rust, serializer, streaming
- Language: Rust
- Homepage:
- Size: 91.8 KB
- Stars: 27
- Watchers: 5
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# rtsp-types [](https://crates.io/crates/rtsp-types) [](https://github.com/sdroege/rtsp-types/actions) [](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.