
sdp
zds05
这个作者很懒,什么都没留下…
展开
-
H.264 SDP中 profile-level-id字段的含义
profile-level-id正好是SPS中的第二至四个字节的base16编码。这三个字节的具体含义是 sps[1] AVCProfileIndication sps[2] profile_compatibility sps[3] AVCLevlIndication 如何设值,可以参考 x264/common/set.h,encoder/set.c转载 2017-03-31 10:16:59 · 8843 阅读 · 0 评论 -
SIP SDP Profile-level-id解析
转自:http://blog.youkuaiyun.com/wh8_2011/article/details/53558504 基于SIP协议的VOIP通信,该字段通常位于视频协商sdp报文中,如: video 23456 RTP/AVP 121 rtpmap:121 H264/90000 fmtp: 121 profile-level-id=42801E; packetizatio转载 2017-03-31 10:35:33 · 1004 阅读 · 0 评论