- 20 Feb, 2023 2 commits
-
-
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 }
ziyue committed -
* 部分hls中会出现类似[../]或者[./]的相对地址, 因此写了一个解析的方法 * 有时候上游http协议不规范会导致直接输出eof, 特别是在自动重试机制开启下, 容易造成定时器没办法初始化从而拉不到流但是session一直存在,所以需要做一个判断,如果没数据直接报错
alexliyu7352 committed
-
- 17 Feb, 2023 2 commits
-
-
xiongziliang committed
-
xiongziliang committed
-
- 15 Feb, 2023 1 commit
-
-
ziyue committed
-
- 12 Feb, 2023 1 commit
-
-
修改 macos 最后一步运行目录release/linux/Debug/ 改为release/darwin/Debug/ 参看build log https://github.com/ZLMediaKit/ZLMediaKit/actions/runs/4150150582/jobs/7179611556
zx committed
-
- 11 Feb, 2023 6 commits
- 06 Feb, 2023 1 commit
-
-
ziyue committed
-
- 05 Feb, 2023 3 commits
-
-
xiongziliang committed
-
xiongziliang committed
-
xiongziliang committed
-
- 04 Feb, 2023 1 commit
-
-
xiongguangjie committed
-
- 02 Feb, 2023 2 commits
- 08 Jan, 2023 2 commits
-
-
xiongziliang committed
-
xiongziliang committed
-
- 07 Jan, 2023 2 commits
-
-
xiongziliang committed
-
Dw9 committed
-
- 02 Jan, 2023 2 commits
- 30 Dec, 2022 6 commits
- 21 Dec, 2022 1 commit
-
-
* Trying to send mjpeg via MultiMediaSourceMuxer * Improved JPEGRtpEncoder::inputFrame code but still not working * 优化代码 * 完善jpeg相关逻辑 * Micro fix * FrameJPEG renamed to JPEGFrame according to ZLM style * Modified JPEGRtpEncoder::inputFrame and JPEGRtpEncoder::rtp_send_jpeg * getVideoHeight(), getVideoWidth() and getVideoFps() in JPEGTrack * mjpeg rtp打包避免内存拷贝/修复mjpeg rtp解包huffman_table size字段错误的bug * 支持mjpeg pix type * 优化性能 * add bom header
a-ucontrol committed
-
- 15 Dec, 2022 1 commit
-
-
xiongguangjie committed
-
- 14 Dec, 2022 2 commits
- 08 Dec, 2022 1 commit
-
-
Dw9 committed
-
- 04 Dec, 2022 1 commit
-
-
xiongziliang committed
-
- 02 Dec, 2022 1 commit
-
-
老衲不出家 committed
-
- 30 Nov, 2022 1 commit
-
-
monktan89 committed
-
- 29 Nov, 2022 1 commit
-
-
monktan89 committed
-