Files
ZLMediaKit/src/Extension
ziyue 1f2ef82b46 新增支持获取gop大小与间隔信息: #1570
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
}
2023-02-20 16:11:10 +08:00
..
2022-02-02 20:34:50 +08:00
2022-02-02 20:34:50 +08:00
2022-12-02 14:43:06 +08:00
2022-12-02 14:43:06 +08:00
2022-12-02 14:43:06 +08:00
2022-12-02 14:43:06 +08:00
2022-11-29 11:07:13 +08:00
2022-02-02 20:34:50 +08:00
2021-04-01 22:20:29 +08:00
2022-01-24 14:25:37 +08:00
2022-01-24 14:25:37 +08:00
2023-02-05 22:00:36 +08:00
2022-12-02 14:43:06 +08:00
2022-11-29 11:07:13 +08:00
2022-12-02 14:43:06 +08:00
2022-11-29 11:07:13 +08:00
2022-11-29 11:07:13 +08:00
2022-12-02 14:43:06 +08:00
2022-08-08 17:13:39 +08:00
2022-12-02 14:43:06 +08:00
2022-12-30 18:03:21 +08:00
2022-02-02 20:34:50 +08:00
2021-02-06 20:10:33 +08:00
2022-02-02 20:34:50 +08:00
2022-12-02 14:43:06 +08:00
2022-01-09 14:50:54 +08:00
2023-02-05 22:00:36 +08:00