# H264 Payloader code taken from [pion](https://github.com/pion/rtp) library. And changed to AVC packets support. ## Useful Links - [RTP Payload Format for H.264 Video](https://datatracker.ietf.org/doc/html/rfc6184) - [The H264 Sequence parameter set](https://www.cardinalpeak.com/blog/the-h-264-sequence-parameter-set) - [H.264 Video Types (Microsoft)](https://docs.microsoft.com/en-us/windows/win32/directshow/h-264-video-types) - [Automatic Generation of H.264 Parameter Sets to Recover Video File Fragments](https://arxiv.org/pdf/2104.14522.pdf) - [Chromium sources](https://chromium.googlesource.com/external/webrtc/+/HEAD/common_video/h264) - [AVC levels](https://en.wikipedia.org/wiki/Advanced_Video_Coding#Levels) - [AVC profiles table](https://developer.mozilla.org/ru/docs/Web/Media/Formats/codecs_parameter) - [Supported Media for Google Cast](https://developers.google.com/cast/docs/media) - [Two stream formats, Annex-B, AVCC (H.264) and HVCC (H.265)](https://www.programmersought.com/article/3901815022/) - https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/producer-reference-nal.html