mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-06 10:57:50 +08:00
getMediaList/getMediaInfo接口、on_media_changed hook新增支持字段如下:
{
"codec_id" : 0,
"codec_id_name" : "H264",
"codec_type" : 0,
"fps" : 0.0,
"frames" : 1119, #累计接收帧数,不包含sei/aud/sps/pps等不能解码的帧
"gop_interval_ms" : 1993, #gop间隔时间,单位毫秒
"gop_size" : 60, #gop大小,单位帧数
"height" : 556,
"key_frames" : 21, #累计接收关键帧数
"ready" : true,
"width" : 990
}
|
||
|---|---|---|
| .. | ||
| Codec | ||
| Common | ||
| Extension | ||
| FMP4 | ||
| Http | ||
| Player | ||
| Pusher | ||
| Record | ||
| Rtcp | ||
| Rtmp | ||
| Rtp | ||
| Rtsp | ||
| Shell | ||
| TS | ||
| CMakeLists.txt | ||