首页 > 编程知识 正文

wireshark怎么看UDP媒体包,海康h265摄像头码率表

时间:2023-05-05 06:30:06 阅读:136442 作者:2505

Wireshark如何导出h264和h265码流https://blog.csdn.net/hello _ next _ day/article/details/100030731 spm=1001.2014.3001.5501

请参见----------------------------------------- -

3359 github.com/volvet/h 264 extractor

rtp_h264_extractor.lua

rtp_opus_extractor.lua

请参见----------------------------------------- -

3359 gitee.com/taotie/wireshark plugin

rtp_H264_export.lua用于分析RTP包中的h264编码数据。 本插件参考作者黄强xong (强xong.Huang @ Gmail.com)编写的H264分析插件进行了修改。

rtp_H265_export.lua用于分析RTP包中的h265编码数据,并将原始数据提取到码流文件中。 为了使该插件能够识别H265协议,必须在较低版本的wireshark中部署rtp_h265.lua插件。 Wireshark3.0或更高版本支持H265分析,因此不需要导入rtp_h265.lua插件。

rtp_ps.lua和rtp_ps_export.lua插件分析PS媒体流并将其导出到文件,并基于PS中的视频流的类型来确定H264码流或H265码流

rtp_pcma_export.lua,

rtp_pcmu_export.lua,

rtp_silk_export.lua,

rtp_g729_export.lua,

插件(如rtp_amr_export.lua )用于分析RTP流中相应格式的音频流并将其导出到文件。

请参见----------------------------------------- -

init.lua

if not running _ superuserorrun _ user _ scripts _ when _ super user then

dofile(data_dir.'console.Lua ' )。

dofile (data _ dir . ' RTP _ h264 _ extractor.Lua ' )

dofile (data _ dir . ' RTP _ opus _ extractor.Lua ' )

dofile (data _ dir . ' RTP _ h264 _ export.Lua ' )

dofile (data _ dir . ' RTP _ h265 _ export.Lua ' )

dofile(data_dir.'RTP_PS.Lua ' )

dofile (data _ dir . ' RTP _ PS _ export.Lua ' )

dofile (data _ dir . ' RTP _ pcma _ export.Lua ' )

dofile (data _ dir . ' RTP _ pcmu _ export.Lua ' )

dofile (data _ dir . ' RTP _ silk _ export.Lua ' )

dofile (data _ dir . ' RTP _ g729 _ export.Lua ' )

dofile (data _ dir . ' RTP _ AMR _ export.Lua ' )

结束

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。