- 29 Jul, 2023 2 commits
-
-
请查阅: https://github.com/veovera/enhanced-rtmp/issues/8
夏楚 committed -
__attribute__((packed)) 替换为 #pragma pack(push, 1)
夏楚 committed
-
- 22 Jul, 2023 5 commits
- 28 Jun, 2023 2 commits
-
-
如果rtp时间戳增量很小,在rtp时间戳在转换单位为毫秒时无变化, 从而被认为是上一帧数据,由于处于丢包状态,此rtp数据将被一直丢弃。
夏楚 committed -
xiongguangjie committed
-
- 26 Jun, 2023 1 commit
-
-
H264 rtp打包模式是否采用stap-a模式(为了在老版本浏览器上兼容webrtc)还是采用Single NAL unit packet per H.264 模式 有些老的rtsp设备不支持stap-a rtp,设置此配置为0可提高兼容性
夏楚 committed
-
- 10 Jun, 2023 1 commit
-
-
FindField改名为findSubString
xia-chu committed
-
- 03 Jun, 2023 1 commit
-
-
通过用户反馈发现,遇到较多直播源时间戳混乱问题,包括rtsp流之rtcp ntp时间戳混乱,国标流时间戳混乱问题。 之前默认采用源流绝对时间戳,但是由于时间戳混乱会导致hls切片异常或视频播放不了等问题。 故默认改成相对时间戳(modify_stamp=2),通过时间戳矫正器过滤了时间戳跳跃以及回退问题(强制加1ms), 同时保留了对之前时间戳覆盖(modify_stamp=1)的兼容。 该修改同时兼容点播流,在点播流开启时间戳覆盖时,不起实质作用(采用原始绝对时间戳)。
夏楚 committed
-
- 27 Apr, 2023 1 commit
-
-
h265 rtp pack avoid 1387 size nal fu-a only one end packet and first satrt end not exist try fix #2425
xiongguangjie committed
-
- 22 Apr, 2023 1 commit
-
-
空构造和析构函数替换为缺省 去除多余分号
xiongziliang committed
-
- 06 Apr, 2023 1 commit
-
-
xiongguangjie committed
-
- 24 Mar, 2023 1 commit
-
-
ljx0305 committed
-
- 06 Mar, 2023 1 commit
-
-
xiongguangjie committed
-
- 20 Feb, 2023 1 commit
-
-
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
-
- 06 Feb, 2023 1 commit
-
-
ziyue committed
-
- 05 Feb, 2023 2 commits
-
-
xiongziliang committed
-
xiongziliang committed
-
- 04 Feb, 2023 1 commit
-
-
xiongguangjie committed
-
- 30 Dec, 2022 1 commit
-
-
ziyue committed
-
- 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
-
- 02 Dec, 2022 1 commit
-
-
老衲不出家 committed
-
- 29 Nov, 2022 1 commit
-
-
* 优化MultiMediaSourceMuxer头文件包含 * 将MediaSinkDelegate和Demux移到MediaSink中 * MediaSource头文件重构, 独立出PacketCache.h 精简Frame和Track的头文件 * Rtmp头文件重构 * Rtsp头文件重构 * webrtc头文件重构 * 规范.h头文件包含,并将其移到.cpp中: - 尽量不包含Common\config.h - Util\File.h - Rtsp/RtspPlayer.h - Rtmp/RtmpPlayer.h * 删除多余的Stamp.h和Base64包含
mtdxc committed
-
- 18 Nov, 2022 1 commit
-
-
ziyue committed
-
- 15 Nov, 2022 1 commit
-
-
ziyue committed
-
- 01 Nov, 2022 3 commits
- 19 Oct, 2022 2 commits
-
-
xiongguangjie committed
-
xiongguangjie committed
-
- 16 Oct, 2022 1 commit
-
-
ziyue committed
-
- 10 Aug, 2022 1 commit
-
-
ziyue committed
-
- 08 Aug, 2022 2 commits
- 05 Aug, 2022 2 commits
- 02 Aug, 2022 1 commit
-
-
ziyue committed
-