winlin
|
b2d546156e
|
RTC: Refine RTP packet api, keep shared message to private
|
2021-03-02 19:32:25 +08:00 |
|
winlin
|
0cb125e53d
|
RTC: Refine publisher memory allocate, by packet itself
|
2021-03-02 19:32:16 +08:00 |
|
winlin
|
e7529ce9dc
|
RTC: Stat the RTP and payload objects
|
2021-03-02 19:31:01 +08:00 |
|
winlin
|
6dac180627
|
Kernel: Never depends on another globals for global variables
|
2021-03-02 19:30:56 +08:00 |
|
winlin
|
d8ba72fdc5
|
Kernel: Extract SrsPps to kernel
|
2021-03-02 19:30:52 +08:00 |
|
winlin
|
1f621a6db3
|
Remove dead code: memory watch
|
2021-02-19 18:53:40 +08:00 |
|
winlin
|
4a37fe30c7
|
RTC: Refine RTP header, never extends from any class
|
2021-02-10 16:16:49 +08:00 |
|
winlin
|
5919865e5d
|
RTC: Refine NACK check, interval, time
|
2021-02-10 16:14:54 +08:00 |
|
winlin
|
2989e6c9c3
|
Fix build fail
|
2021-02-10 15:57:49 +08:00 |
|
winlin
|
719df6fa41
|
RTC: Parse TWCC SN fastly.
|
2021-02-10 15:57:38 +08:00 |
|
winlin
|
79a6907a65
|
RTC: Parse PT fast and refine udp handler. 4.0.69
|
2021-02-10 15:57:37 +08:00 |
|
winlin
|
dffbebfe6f
|
RTC: Fast parse ssrc and find the publisher
|
2021-02-10 15:57:03 +08:00 |
|
winlin
|
1615c3df6c
|
RTC: Refine code
|
2021-01-31 17:59:59 +08:00 |
|
winlin
|
248085edfe
|
For #2109, Add more utest for srs_string_split
|
2021-01-07 12:30:51 +08:00 |
|
xbpeng121
|
47422b7819
|
GB28181: 无法对接平台问题及一些小bug (#2109)
* 1-新增srs_string_split2函数,该函数支持空串也能按照原有顺序进行切分并放入数组
2-SrsGb28181Device增加属性字段,并在收到catalog命令时能够更新该属性
3-修复sip包解包不严谨bug(body中有可能会有SRS_RTSP_CRLFCRLF那么导致header_body[1]就不一定是body了可能只是body的一部分)
* 1-修复停用rtp多路复用参数(invite_port_fixed)不起作用bug
* bugfix: 当srs发送invite时会指定一个ssrc作为流媒体序列号,但有些平台发流时并不使用这个作为ssrc,而是自己新生成一个。(修复该bug是在invite response时解析内容中的sdp,把对方生成的流媒体序列号ssrc读出来,并且更新srs的channel映射)
* Update push.gb28181.conf
恢复成原来的conf
* bugfix,在取得muxer时需要更新。之前写反了
* Merge branch 'develop' into 4.0release
* 解决冲突时,优先选择原有代码(还原选择develop的代码)
* 解决冲突时,优先选择原有代码(还原选择develop的代码)
* 解决冲突时,优先选择原有代码(还原选择develop的代码)
* 解决冲突时,优先选择原有代码(还原选择develop的代码)
* 修改sdp_map相同属性的连接符
* 解决冲突时,优先选择原有代码(还原选择develop的代码)
* 修改sdp_map相同属性的连接符
* 解决冲突时,优先选择原有代码(还原选择develop的代码)
* 解决冲突时,优先选择原有代码(还原选择develop的代码)
* 回退原来代码
* 删除parse_sdp存储至map相关代码
* 格式恢复
* 格式恢复
* 恢复格式
* srs_string_split() 函数的bugfix
Co-authored-by: xbpeng <xianbin.peng@sibat.cn>
|
2021-01-06 15:37:02 +08:00 |
|
winlin
|
155587d2c1
|
RTC: Fix parse error stap playload crash bug
|
2021-01-05 10:56:05 +08:00 |
|
winlin
|
90b61ad952
|
Merge SRS4
|
2020-12-18 10:14:26 +08:00 |
|
winlin
|
5ebf034aea
|
For #1694, Refine API for nb_bytes
|
2020-12-18 09:56:40 +08:00 |
|
winlin
|
c17474627b
|
Merge SRS3
|
2020-12-18 09:34:32 +08:00 |
|
winlin
|
25c76c1e8a
|
Fix #1694, Support DVR 2GB+ MP4 file. 3.0.155
|
2020-12-17 18:43:45 +08:00 |
|
winlin
|
576be75f00
|
Merge branch '4.0release' into develop
|
2020-12-17 12:28:04 +08:00 |
|
winlin
|
c97e943b07
|
Merge SRS3
|
2020-12-17 12:27:47 +08:00 |
|
winlin
|
ab5ddd24e2
|
Fix #1548, Add edts in MP4 for Windows10. 3.0.154
|
2020-12-17 12:07:34 +08:00 |
|
winlin
|
721173e6af
|
MP4: Fix warnings
|
2020-12-17 11:25:51 +08:00 |
|
莫战
|
b38f30c3ee
|
support query parsing and escape
|
2020-12-01 16:27:37 +08:00 |
|
莫战
|
dc7124cd05
|
support base64 encode
|
2020-12-01 16:04:55 +08:00 |
|
winlin
|
07c04a042a
|
URI: Refine uri parser
|
2020-11-10 18:51:21 +08:00 |
|
winlin
|
272ca9d0f6
|
For #1657, Support HTTPS API
|
2020-11-06 15:05:01 +08:00 |
|
winlin
|
d552a1a5fb
|
For #1657, support HTTPS client, for http-callback. 4.0.45
|
2020-11-03 15:45:52 +08:00 |
|
winlin
|
8c1eca98b0
|
Merge SRS3.0
|
2020-10-31 19:25:56 +08:00 |
|
winlin
|
86f8cbb5eb
|
Remove some global elements for debugging. 3.0.152
|
2020-10-31 18:01:16 +08:00 |
|
winlin
|
b602aef56f
|
Merge branch 'develop' into feature/rtc
|
2020-10-10 17:56:05 +08:00 |
|
winlin
|
20293e7e5d
|
Merge 3.0release
|
2020-10-10 17:54:34 +08:00 |
|
winlin
|
13af54171f
|
For #1780, build fail on ubuntu:focal. 3.0.144
|
2020-10-10 16:20:05 +08:00 |
|
winlin
|
fe66755bab
|
RTC: Init RTP extension types
|
2020-09-15 16:40:35 +08:00 |
|
winlin
|
4c459a004e
|
Log: Support tag for log
|
2020-09-10 11:07:21 +08:00 |
|
winlin
|
1c07aed2fc
|
Fix bugs
|
2020-08-21 21:23:32 +08:00 |
|
winlin
|
a826926073
|
SRS: Fix bug
|
2020-08-21 21:14:18 +08:00 |
|
winlin
|
2b725b8167
|
Fix bug
|
2020-08-20 18:46:11 +08:00 |
|
winlin
|
a2d9f0a9ad
|
Fix bug
|
2020-08-20 18:22:36 +08:00 |
|
winlin
|
7dcfd6b029
|
Refine code
|
2020-08-20 18:05:40 +08:00 |
|
winlin
|
7a9e89d7b3
|
Fix memory leak
|
2020-08-20 17:15:07 +08:00 |
|
winlin
|
b41ffed0a2
|
Refine code style
|
2020-08-20 16:16:35 +08:00 |
|
winlin
|
c33dfd2313
|
RTC: Add utest for DTLS
|
2020-08-18 19:20:07 +08:00 |
|
winlin
|
66a0143f14
|
RTC: Refine source state to created and delivering
|
2020-08-17 18:15:34 +08:00 |
|
winlin
|
9d38009b7f
|
RTC: Ignore twcc if no need to feedback
|
2020-08-17 11:43:29 +08:00 |
|
winlin
|
1800d9d71b
|
RTC: Support empty RR, ignore it
|
2020-08-17 11:30:28 +08:00 |
|
winlin
|
fd69635052
|
RTC: Fix typo
|
2020-08-17 11:17:58 +08:00 |
|
winlin
|
f54bf8d9be
|
RTC: Support more than one publishers or players.
|
2020-08-11 11:06:17 +08:00 |
|
winlin
|
a728e02b93
|
RTC: Refine RTCP packets parsing
|
2020-08-11 09:40:27 +08:00 |
|