zoukankan      html  css  js  c++  java
  • rtp 和nalu header 分片

    rtp:

    nalu:

    F: 1 bit forbidden_zero_bit. The H.264 specification declares a value of 1 as a syntax violation.
    NRI: 2 bits nal_ref_idc. A value of 00 indicates that the content of the NAL unit is not used to reconstruct reference pictures for inter picture prediction. Such NAL units can be discarded without risking the integrity of the reference pictures. Values greater than 00 indicate that the decoding of the NAL unit is required to maintain the integrity of the reference pictures.
    Type: 5 bits nal_unit_type. This component specifies the NAL unit payload type as defined in table 7-1 of [1], and later within this memo. For a reference of all currently defined NAL unit types
    Type->封包模式
    1.单一NAL单元模式,一个RTP包由一个完整的NALU组成。这种情况下RTP  NAL头类型字段和原始的H.264的NALU头类型字段是一样的
    2.组合封包模式: 可能由多个NAL单元组成一个RTP包,分别有4中组合方式:STAP-A STAP-B MTAP-A MTAP-B
    3.分片封包模式:用于把一个NALU单元封装成多个RTP包,存在两种类型FU-A, FU-B 值分别为28,和29
     
     
    NALU分片:
    s = 1分片开始 ,e=1分片结束
     
  • 相关阅读:
    微信小程序 列表渲染 wx:for
    微信小程序获取数据、处理数据、绑定数据关键步骤记录
    jq获取页面距离
    jq中哪个方法有回调函数
    轮播图jq版
    计算器
    计算机基础
    安装LAMP
    ubuntu安装最新版本的node.js
    blade模版之页面的嵌套
  • 原文地址:https://www.cnblogs.com/xpylovely/p/14666201.html
Copyright © 2011-2022 走看看