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

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

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/)