https://github.com/tim-raphael/h264_nal_unit_parser
https://github.com/tim-raphael/h264_nal_unit_parser
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tim-raphael/h264_nal_unit_parser
- Owner: Tim-Raphael
- Created: 2024-11-19T12:01:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T16:39:21.000Z (about 1 year ago)
- Last Synced: 2025-03-01T18:34:19.456Z (10 months ago)
- Language: Rust
- Size: 48.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# h264_nal_unit_parser
A (not so) quick exercise on parsing NAL-Units.
## Reference
- [RFC - RTP Payload Format for H.264 Video](https://www.rfc-editor.org/rfc/rfc6184#section-1.3)
- [ITU - Recommendation H.264 (08/24)](https://www.itu.int/rec/T-REC-H.264-202408-I/en)
- [TMS - Rust Warp WebSocket server: learn how to now](https://tms-dev-blog.com/build-basic-rust-websocket-server/)