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
|
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 |
|
xiaozhihong
|
ca7060c005
|
Add SrsRtpHeader.
|
2020-04-08 14:45:26 +08:00 |
|
winlin
|
602a478e1b
|
For #1659, #307, add switch to disable rtc
|
2020-03-22 18:17:05 +08:00 |
|
winlin
|
2757ec7973
|
Merge from bepartofyou
|
2020-03-21 23:09:57 +08:00 |
|
七曦
|
a0a4337214
|
make webrtc audio work
|
2020-03-21 21:50:06 +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
|
b5dd502103
|
For #1638, #307, fix build warnings
|
2020-03-17 09:16:52 +08:00 |
|
winlin
|
c2a667cc35
|
For #1638, #307, add comments for api and enum
|
2020-03-16 22:01:09 +08:00 |
|
winlin
|
e905fce847
|
For #1638, #307, add comments in RTMP/RTP message for RTC.
|
2020-03-16 17:39:06 +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 |
|
xiaozhihong
|
027d34bbd3
|
add rtp shared packet
|
2020-03-13 20:34:40 +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
|
3ae510b843
|
rtp dispatch done, but video can not play in chrome
|
2020-03-09 04:46:27 -07:00 |
|
HuyaJohn
|
2e68c375e3
|
start coding flv->rtp
|
2020-03-08 04:20:46 -07:00 |
|
winlin
|
a6f88805f3
|
Remove test code
|
2020-01-29 14:42:18 +08: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
|
74154cdfd9
|
Fix #703, drop video data util sps/pps. 3.0.107
|
2020-01-25 18:05:18 +08:00 |
|
winlin
|
9dbd049e79
|
For #1568, extract SrsSourceManager from SrsSource.
|
2020-01-16 17:56:55 +08:00 |
|
winlin
|
0e750ab3eb
|
For #1575, use RTMP redirect as tcUrl and redirect2 as RTMP URL. 3.0.100
|
2020-01-16 14:28:05 +08:00 |
|
winlin
|
7240fe3040
|
For #1509, decrease the fast vector init size from 64KB to 64B. 3.0.99
|
2020-01-15 21:26:02 +08:00 |
|
winlin
|
d783a12f89
|
Happy 2020
|
2019-12-30 10:10:35 +08:00 |
|
winlin
|
6dbe79ad02
|
Remove noisy informations.
|
2019-04-30 08:43:12 +08:00 |
|
winlin
|
ad3749a4d5
|
Remove noisy informations.
|
2019-04-30 08:38:57 +08:00 |
|
winlin
|
73e71d26ea
|
Refine SrsGopCache::start_time in time unit.
|
2019-04-19 08:04:09 +08:00 |
|
winlin
|
61afca7160
|
Refine SrsTcpClient timeout in time unit
|
2019-04-17 07:56:28 +08:00 |
|
winlin
|
c1b64ba24f
|
Refine get_queue_length and set_queue_size in time unit
|
2019-04-16 07:55:19 +08:00 |
|
winlin
|
41d1e91540
|
Fix start and end time bug
|
2019-04-12 10:00:39 +08:00 |
|
winlin
|
5b0e0d0838
|
Refine SRS_CONSTS_RTMP_PULSE_TMMS in time unit
|
2019-04-11 08:43:42 +08:00 |
|
winlin
|
695d430dcf
|
Refine SrsMessageQueue.duration in time unit.
|
2019-04-11 08:35:57 +08:00 |
|
winlin
|
6c12aa0eca
|
Refine srs_update_system_time in time unit
|
2019-04-10 09:07:03 +08:00 |
|
winlin
|
b2d1d84634
|
Change to 2019
|
2019-01-01 21:37:28 +08:00 |
|
winlin
|
330100769f
|
Always enable SRS_TRANSCODE
|
2018-12-22 19:48:55 +08:00 |
|
winlin
|
68a1656e07
|
Fix #1031, Always use vhost in stream query, the unify uri. 3.0.35
|
2018-08-02 09:17:49 +08:00 |
|
winlin
|
c70421e656
|
Fix #464, support origin cluster
|
2018-02-16 16:39:07 +08:00 |
|
winlin
|
ca1395a807
|
Change date from 2017 to 2018
|
2018-01-07 10:58:53 +08:00 |
|
winlin
|
6eae93258a
|
For #913, APP support complex error.
|
2018-01-01 19:39:57 +08:00 |
|
winlin
|
9802dc326e
|
For #913, source support complex error
|
2017-09-23 22:12:33 +08:00 |
|
winlin
|
abcaba33ee
|
For #913: TS/HLS/MPEGTS support complex error
|
2017-09-22 21:50:54 +08:00 |
|
winlin
|
fd91df9411
|
For #913, reload use complex error
|
2017-09-22 16:14:30 +08:00 |
|
winlin
|
7cac35a289
|
For #913, source cycle error
|
2017-06-11 09:40:07 +08:00 |
|
winlin
|
69374c8d6d
|
For #299, use format for v/a sequence header.
|
2017-06-04 19:35:52 +08:00 |
|