winlin
7fcafef6c4
Refine README.md
4 years ago
winlin
5afa8edd01
Update README, eliminate unused wikis.
4 years ago
winlin
5df90a2a1c
Fix #2370 bug for Firefox play stream(published by Chrome). 4.0.121
4 years ago
winlin
37c9066636
RTC: Refine sdk, migrate from onaddstream to ontrack. 4.0.120
4 years ago
winlin
c5c0a3e1b0
Refine doc
4 years ago
winlin
0c1e60c8df
Tools: Refine configure options. 4.0.119
4 years ago
winlin
fc9363e7df
Fix build fail when disable RTC by --rtc=off. 4.0.118
4 years ago
root
d55af6be44
Fix #2362 : Allow WebRTC to play before publishing, for GB28181 as such. 4.0.117
4 years ago
winlin
36b769deee
Doc: Update README
4 years ago
xialixin
7d8bde3cdb
Fix #2355 : GB28181: Fix play by RTC bug. 4.0.116
4 years ago
hondaxiao
90f1b482ab
SRT: Build SRT from source by SRS. 4.0.115
4 years ago
winlin
3dce568b9c
Rename SrsConsumer* to SrsLiveConsumer*. 4.0.114
4 years ago
winlin
dae6dc5395
Rename SrsRtcStream* to SrsRtcSource*. 4.0.113
4 years ago
winlin
2dd58665fa
Rename SrsSource* to SrsLiveSource*. 4.0.112
4 years ago
winlin
ddd7a378b1
Rename SrsRtpPacket2 to SrsRtpPacket. 4.0.111
4 years ago
winlin
f7b32252b0
RTC: Remove Object Cache Pool, no effect. 4.0.110
4 years ago
winlin
d0951e2b43
Update RTSP issue link, deprecated
4 years ago
winlin
717e811002
Change virtual public to public. 4.0.109
4 years ago
winlin
06f7d7d11b
Refine id and vid for statistic. 4.0.108
4 years ago
winlin
996c7d5697
SquashSRS3: Fix bug
4 years ago
winlin
098e7b2716
Update benchmark data
4 years ago
winlin
76bf1a9c25
Update benchmark for RTMP
4 years ago
winlin
8cabaeeb38
RTC: Update benchmark data
4 years ago
winlin
6dc93fe0a8
RTC: Update benchmark data
4 years ago
winlin
3bf1b0cb7d
Refine tid for sdk and demos. 4.0.106
4 years ago
winlin
2ad24b2313
Refine shared fast timer. 4.0.105
4 years ago
winlin
e8f7c913b0
Refine global or thread-local variables initialize. 4.0.104
4 years ago
winlin
92fc0af8f4
RTC: Support circuit breaker. 4.0.103
4 years ago
winlin
4527a91545
RTC: Refine play stream find track. 4.0.102
4 years ago
winlin
b823dcdfd7
RTC: Refine FastTimer to fixed interval. 4.0.101
4 years ago
winlin
b41788ca4a
RTC: Fix config bug for nack and twcc. 4.0.99
4 years ago
winlin
81a87d07f6
Add video room demo. 4.0.98
4 years ago
winlin
9fb2b69212
Add RTC stream merging demo by FFmpeg. 4.0.97
4 years ago
winlin
5a611e0c4b
Add one to one demo. 4.0.96
4 years ago
winlin
3d225973ef
Bridger: Support RTC2RTMP bridger and shared FastTimer. 4.0.95
4 years ago
winlin
c10232b4e2
Bridger: Refine transcoder to support aac2opus and opus2aac. 4.0.94
4 years ago
winlin
00c192ede1
Timer: Apply shared FastTimer to RTC server. 4.0.93
4 years ago
winlin
659e173e15
RTC: Refine for writing doc. 4.0.92
4 years ago
winlin
f4f616d4e9
Update README
4 years ago
winlin
165f97e4a0
SquashSRS3: Link source flv in doc
4 years ago
Winlin
e8fe66e3ba
RTC: Support av1 for Chrome M90 enabled it. 4.0.91 ( #2324 )
...
* RTC: Support av1 for Chrome M90 enabled it. 4.0.91
* RTC: Show codec for WebRTC publisher
4 years ago
winlin
b302d766e1
SquashSRS3: Update gitee url
4 years ago
winlin
7cae97e4d3
SquashSRS3: Update players
4 years ago
winlin
dee4fd404b
Update README
4 years ago
winlin
b5358d1cca
SquashSRS3: Update README
4 years ago
winlin
d92fbafb20
SquashSRS3: Update readme
4 years ago
winlin
5516d3751f
Change push-RTSP as deprecated feature.
4 years ago
winlin
6f66cf0868
Player: Change the default from RTMP to HTTP-FLV.
4 years ago
winlin
5232f9e043
Disable CherryPy by --cherrypy=off. 4.0.90
4 years ago
winlin
de1c7522f0
SquashSRS3: Add console
4 years ago
winlin
9ed7565789
SquashSRS3: Package srs-console
4 years ago
winlin
23342363a7
SquashSRS3: Update description
4 years ago
winlin
650fa0af0c
SquashSRS3: Update description
4 years ago
winlin
aa5d872b8c
RTC: Refine TWCC and SDP exchange. 4.0.88
4 years ago
winlin
3d4d250eb9
RTC: Update performance data
4 years ago
winlin
d6c16a7e23
RTC: Support WebRTC re-publish stream. 4.0.87
4 years ago
winlin
4c39cc7c2f
RTC: Use fast parse TWCCID, ignore in packet parsing. 4.0.86
...
1. TWCC should not be passed from end to end.
2. Publisher TWCC information, should be ignore when pass to player
3. Player should regenerate its own TWCC.
4 years ago
winlin
42c5a935f9
Update README
4 years ago
winlin
c193331648
Update README
4 years ago
winlin
ad7576b05d
Update CI and CodeCov status in README.md
4 years ago
winlin
02aac0fea4
DTLS: Fix ARQ bug, use openssl timeout. 4.0.84
4 years ago
winlin
e4df2eb2ce
DTLS: Fix dead loop by duplicated Alert message. 4.0.83
4 years ago
winlin
43028c99c8
Fix bug when client DTLS is passive. 4.0.82
4 years ago
winlin
c143b6bfd0
Squash SRS3: Update README for docker
4 years ago
winlin
f80a52f265
Update README for docker
4 years ago
Pieere Pi
4ba485002c
Fix #2106 , #2011 , RTMP/AAC transcode to Opus bug. 4.0.81
4 years ago
winlin
eaeacab920
Update README
4 years ago
winlin
e2b7795664
Update README
4 years ago
winlin
8089fc004c
Upgrade libsrtp from 2.0.0 to 2.3.0, with source code. 4.0.79
4 years ago
winlin
96dbd7bced
Upgrade openssl from 1.1.0e to 1.1.1b, with source code. 4.0.78
4 years ago
winlin
d4b8a57cf7
Enable Object Cache and Zero Copy Nack by default. 4.0.77
4 years ago
winlin
eaf9ec6de8
Update README
4 years ago
winlin
781cd8e9de
Update README
4 years ago
winlin
58924d41b1
RTC: Support high performance NO-COPY-NACK. 4.0.76
4 years ago
winlin
73e357a93f
RTC: Support object cache pool. 4.0.75
4 years ago
winlin
c5d2027f9a
RTC: Support high performance timer about 25ms resolution. 4.0.72
4 years ago
winlin
e1edc101ca
Update readme
4 years ago
winlin
884c43791f
Merge branch '3.0release' into 4.0release
4 years ago
winlin
eeebcda87d
Update readme
4 years ago
winlin
b431ad738c
RTC: Refine performance about 700+ streams. 4.0.71
4 years ago
winlin
86d615f27e
RTC: Print stat for pli and timer every 5s. 4.0.70
4 years ago
winlin
79a6907a65
RTC: Parse PT fast and refine udp handler. 4.0.69
4 years ago
winlin
c3414a30dc
RTC: Refine UDP packet peer fast id. 4.0.68
4 years ago
winlin
b0208029bb
RTC: Reuse UDP socket to receive packet. 4.0.67
4 years ago
winlin
9ada516e98
At least wait 1ms when <1ms, to avoid epoll_wait spin loop. 4.0.66
4 years ago
winlin
6e3bd61599
Enable --nasm and --srtp-asm by default for performance. 4.0.64
4 years ago
winlin
5c41766b79
Support HTTP-FLV and HLS for srs-player by H5. 4.0.63
4 years ago
winlin
ed32965aa4
Revert "Fix #2142 , Async release bridger when unpublish. 4.0.60"
...
This reverts commit 06adb9dc42
.
4 years ago
winlin
06adb9dc42
Fix #2142 , Async release bridger when unpublish. 4.0.60
4 years ago
winlin
10ffb2da36
HTML5 video tag resolution adaptive. 4.0.59
4 years ago
winlin
26dec1b037
Release 4.0.58
...
Merge #2109 , Fix bugs for GB28181.
Merge #2109 , Refine srs_string_split.
Fix memory leak and bugs for RTC.
4 years ago
winlin
1c41f5d796
Merge SRS3, change id of stat to string
4 years ago
winlin
fb7c051833
Change id from int to string for the statistics. 3.0.157
4 years ago
winlin
010878889c
Release 3.0r3
4 years ago
winlin
2538b02a9b
Merge branch '3.0release' into 4.0release
4 years ago
winlin
6e43ef6866
For RTMP edge/forward, pass vhost in tcUrl, not in stream. 3.0.156
4 years ago
winlin
18d049accc
Support disable CherryPy. 4.0.57
4 years ago
winlin
c17474627b
Merge SRS3
4 years ago
winlin
25c76c1e8a
Fix #1694 , Support DVR 2GB+ MP4 file. 3.0.155
4 years ago
winlin
c97e943b07
Merge SRS3
4 years ago