winlin
|
3cd22b6e6e
|
Use SPDX-License-Identifier: MIT. 4.0.124
|
2021-05-31 12:59:21 +08:00 |
|
winlin
|
3dce568b9c
|
Rename SrsConsumer* to SrsLiveConsumer*. 4.0.114
|
2021-05-15 12:36:53 +08:00 |
|
winlin
|
dae6dc5395
|
Rename SrsRtcStream* to SrsRtcSource*. 4.0.113
|
2021-05-15 12:33:02 +08:00 |
|
winlin
|
2dd58665fa
|
Rename SrsSource* to SrsLiveSource*. 4.0.112
|
2021-05-15 12:30:13 +08:00 |
|
winlin
|
717e811002
|
Change virtual public to public. 4.0.109
|
2021-05-14 09:13:15 +08:00 |
|
winlin
|
3d225973ef
|
Bridger: Support RTC2RTMP bridger and shared FastTimer. 4.0.95
|
2021-05-01 18:16:51 +08:00 |
|
winlin
|
c770e6d7bc
|
Bridger: Start RTMP2RTC bridger in RTMP publisher
|
2021-05-01 18:16:51 +08:00 |
|
winlin
|
659e173e15
|
RTC: Refine for writing doc. 4.0.92
|
2021-05-01 16:42:09 +08:00 |
|
winlin
|
d01e603b25
|
Happy 2021
|
2021-04-16 09:25:55 +08:00 |
|
winlin
|
7114682eec
|
Timer: Apply timer(HourGlass) to server and sources
|
2021-02-10 16:16:58 +08:00 |
|
winlin
|
ed32965aa4
|
Revert "Fix #2142, Async release bridger when unpublish. 4.0.60"
This reverts commit 06adb9dc42 .
|
2021-01-15 13:30:52 +08:00 |
|
winlin
|
06adb9dc42
|
Fix #2142, Async release bridger when unpublish. 4.0.60
|
2021-01-14 19:12:01 +08:00 |
|
winlin
|
8c1eca98b0
|
Merge SRS3.0
|
2020-10-31 19:25:56 +08:00 |
|
winlin
|
b348539687
|
Remove some global elements for debugging. 3.0.152
|
2020-10-31 17:53:00 +08:00 |
|
winlin
|
d8a158290f
|
Remove unused conn from consumer.
|
2020-09-11 17:03:48 +08:00 |
|
winlin
|
88826aae8f
|
Rename SrsConnection to SrsTcpConnection
|
2020-09-11 16:59:22 +08:00 |
|
winlin
|
4984bcbaef
|
Revert "supprot LAS(live adaptive stream)"
This reverts commit c1f98ddcc8 .
|
2020-08-06 12:02:32 +08:00 |
|
winlin
|
8ae3ab0ba7
|
Merge SRS 4.0
|
2020-07-19 10:09:28 +08:00 |
|
winlin
|
6624b8acca
|
Log: Use object as context id for complex context
|
2020-07-05 23:26:55 +08:00 |
|
liulichuan
|
c1f98ddcc8
|
supprot LAS(live adaptive stream)
Change-Id: I2f9fd889fc924a3b080667bd2114f4632be461a0
|
2020-07-03 11:18:10 +08:00 |
|
winlin
|
8a0c2e01f8
|
Log: Change cid from int to string
|
2020-06-18 11:45:43 +08:00 |
|
winlin
|
620ca902e2
|
RTC: Remove dead code
|
2020-05-15 08:24:26 +08:00 |
|
winlin
|
9e417d5416
|
Refine SrsSource, bridge to RTC.
|
2020-05-12 19:53:21 +08:00 |
|
winlin
|
d2e5cd7bb7
|
RTC: Refine code, remove pass_timestamp from SrsSource
|
2020-05-12 13:51:51 +08:00 |
|
winlin
|
d434dc951d
|
RTC: Cleanup code, remove RTC from SrsSource
|
2020-05-12 13:43:09 +08:00 |
|
winlin
|
25496b734b
|
RTC: Extract RTC Source and Consumer
|
2020-05-12 13:19:31 +08:00 |
|
winlin
|
1688d53f7d
|
Refine source, pass-by RTC publisher for player
|
2020-05-03 07:51:01 +08:00 |
|
winlin
|
20b4984af4
|
Refine consumer dumps, extract dumps API
|
2020-05-03 07:43:05 +08:00 |
|
winlin
|
5c43037190
|
Remove usused RTP shared packet.
|
2020-05-02 10:24:31 +08:00 |
|
winlin
|
b3a0284db5
|
Refactor code to split implementation to cpp
|
2020-05-02 09:48:04 +08:00 |
|
winlin
|
5ee5ef6ab2
|
For #307, support publish RTC with passing opus. 4.0.24
|
2020-04-30 10:57:03 +08:00 |
|
winlin
|
99f9f566ba
|
Refactor RTC function names
|
2020-04-30 10:00:07 +08:00 |
|
winlin
|
f37ffdf740
|
For RTC publisher, request keyframe when start playing
|
2020-04-30 08:24:15 +08:00 |
|
winlin
|
ed338f4c0a
|
Refactor macro SRS_AUTO_XXX to SRS_XXX.
|
2020-04-29 20:02:28 +08:00 |
|
winlin
|
c93cd86ce4
|
For #307, refine performance
|
2020-04-18 20:37:08 +08:00 |
|
winlin
|
a2fdf0d3c7
|
For #307, package video rtp packets when send message
|
2020-04-11 21:03:37 +08:00 |
|
winlin
|
602a478e1b
|
For #1659, #307, add switch to disable rtc
|
2020-03-22 18:17:05 +08:00 |
|
xiaozhihong
|
fa700dad64
|
1. Modify rtc.conf to support Bframe discard.
2. Rename srs_app_rtp.cpp to srs_app_rtc.cpp
|
2020-03-21 21:26:30 +08:00 |
|
winlin
|
c2a667cc35
|
For #1638, #307, add comments for api and enum
|
2020-03-16 22:01:09 +08:00 |
|
winlin
|
60c8b37f05
|
For #1638, #307, merge john, add NACK suport, remove debug code, verbose log
|
2020-03-14 22:51:35 +08:00 |
|
xiaozhihong
|
2b56f9ee59
|
add NACK suport, remove debug code, verbose log
|
2020-03-14 22:11:01 +08:00 |
|
winlin
|
d21ef106a0
|
Merge branch 'rtc' of https://github.com/xiaozhihong/srs into xiaozhihong-rtc
|
2020-03-13 21:18:09 +08:00 |
|
winlin
|
4b395f6e16
|
Fix #1630, disable cache for stream changing, and drop dup header. 3.0.128
|
2020-03-12 11:55:37 +08:00 |
|
HuyaJohn
|
2e68c375e3
|
start coding flv->rtp
|
2020-03-08 04:20:46 -07:00 |
|
winlin
|
adf7ef4511
|
Fix #1230, racing condition in source fetch or create. 3.0.110
|
2020-01-28 21:35:06 +08:00 |
|
winlin
|
5d365bade8
|
Fix #1303, do not dispatch previous meta when not publishing. 3.0.109
|
2020-01-27 19:46:08 +08:00 |
|
winlin
|
9dbd049e79
|
For #1568, extract SrsSourceManager from SrsSource.
|
2020-01-16 17:56:55 +08:00 |
|
winlin
|
d783a12f89
|
Happy 2020
|
2019-12-30 10:10:35 +08:00 |
|
winlin
|
0564cdedec
|
Refine typo in comments.
|
2019-04-30 08:31:36 +08:00 |
|
winlin
|
6b2c71d385
|
Refine typo in files. 3.0.51
|
2019-04-30 08:30:13 +08:00 |
|