langhuihui
|
934d3cf9d4
|
fix: fetch summary timeout
|
2023-09-06 13:36:19 +08:00 |
|
langhuihui
|
fb489001a9
|
fix: data track play
|
2023-07-10 16:53:39 +08:00 |
|
langhuihui
|
7605485e69
|
fix: data track push data panic
|
2023-07-07 14:51:28 +08:00 |
|
langhuihui
|
6a4610df1d
|
feat: Prevent concurrent read and write issues when publishers catch up with subscribers after blocking them
desc: 防止订阅者阻塞后,发布者追上订阅者产生并发读写问题
|
2023-06-30 10:22:13 +08:00 |
|
langhuihui
|
b87416b78e
|
feat: add insert sei
feat: add engine init done event
refactor: remove ring_lock
fix: retry connect to console
fix: h265 sps parse error
fix: concurrent publish
desc:
- 增加插入SEI帧的功能
- 增加engine初始化完成事件
- 删除ring_lock,DataTrack和MediaTrack共用一个ring
- 修复console无限重连导致远程服务器崩溃问题
- 修复h265 sps解析错误问题
- 修复并发发布导致的问题
|
2023-06-16 22:27:34 +08:00 |
|
langhuihui
|
f4fb7881f7
|
增加Stream NeverTimeout属性,用于纯数据轨道的流保持不关闭
消除一处魔法数字
将TCP监听增加TLS支持
|
2023-06-04 11:02:45 +08:00 |
|
langhuihui
|
528180b1dc
|
feat: change data track to custom track
|
2023-05-16 22:49:00 +08:00 |
|
langhuihui
|
4f0e0b4de7
|
feat: remove ps to ps plugin,add idletimeout
decs: 将ps处理逻辑移入ps插件重,增加idletimeout配置,用于首次发布空闲超时断开连接,增加对订阅者消费过慢的处理,增加dataTrack中元素的回收
|
2023-05-14 15:27:24 +08:00 |
|
langhuihui
|
9dd9fe6cea
|
修复日志打印序列化报错问题
|
2023-04-15 08:37:22 +08:00 |
|
dexter
|
25a8add7a7
|
事件上报
|
2023-03-28 13:26:54 +08:00 |
|
dexter
|
336b0ae759
|
提高时间戳精度,修复rtsp写入和rtp补完问题
|
2023-03-23 09:36:49 +08:00 |
|
dexter
|
d6797d34a7
|
修复WritePESPacket功能,AddTrack增加Promise
|
2023-02-14 20:53:09 +08:00 |
|
dexter
|
7e1f9b43bd
|
修复dataTrack释放后会读入无效数据问题,修复写入annexb的dts计算
|
2022-08-07 19:02:04 +08:00 |
|
dexter
|
374596f185
|
json序列化时显示每个track的前10个字节数据以及裸数据长度
|
2022-07-10 13:45:13 +08:00 |
|
charlestamz
|
524a68cfbe
|
1.修复了config文件解析错误无法提示的问题
2.改成了goland支持的语法
|
2022-05-31 17:27:48 +08:00 |
|
dexter
|
82cd62541d
|
fix: 订阅成功触发逻辑,DataTrack读写错误
|
2022-05-12 11:35:19 +08:00 |
|
dexter
|
bb88162f7d
|
加入dataTrack功能
|
2022-03-04 07:59:25 +08:00 |
|