Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

H264RtpDepacketizer: De-packetize access units rather than individual NALUs #1135

Commits on Apr 19, 2024

  1. H264RtpDepacketizer: De-packetize access units rather than individual…

    … NALUs
    
    This commit updates the `H264RtpDepacketizer` to accumulate the NALUs
    for a particular RTP timestamp into a single output message, rather
    than returning each NALU as an individual message. This helps decoders
    which may want to see the non-VCL SPS/PPS/etc. NALUs in the same access
    unit as a VCL NALU rather than as standalone messages.
    
    Each NALU in the access unit buffer is prepended with an configurable H.264
    start code
    edmonds authored and Sean-Der committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f5acd35 View commit details
    Browse the repository at this point in the history