winlin
|
9c315c94fc
|
For #1641, Support RTMP publish and play regression test. v4.0.173
|
3 years ago |
winlin
|
0f9b9505a8
|
RTC: Change rtc.aac to discard by default. v4.0.172
|
3 years ago |
winlin
|
2fa5a0bee8
|
Fix #2304, Remove Push RTSP feature. v4.0.171
|
3 years ago |
winlin
|
9edf63bd30
|
3rdparty: Sync httpx-static
|
3 years ago |
winlin
|
df53c801b2
|
For #2653: Update config for HTTP RAW API removed.
|
3 years ago |
winlin
|
cf99ebf186
|
Fix #2653: Remove HTTP RAW API. v4.0.170
|
3 years ago |
winlin
|
19e857ada4
|
Remove dead link for issues
|
3 years ago |
winlin
|
2ac214fdc6
|
For #2654: Parse width and width from SPS/PPS. v4.0.169
|
3 years ago |
bepartofyou
|
286a605c63
|
Fix #2654: Parse width and width from SPS/PPS. Fix #471, #1335, #2539, #1316, #1421
|
3 years ago |
winlin
|
55d8cb4b7b
|
Default to log to console for docker. v4.0.168
|
3 years ago |
winlin
|
4c087b9376
|
Refine docker images for ossrs/srs:v4
|
3 years ago |
winlin
|
1acb80b9c8
|
Enable WebRTC for srs.conf
|
3 years ago |
winlin
|
4f77ddbc06
|
Fix bugs #2648, #2415. v4.0.167
|
3 years ago |
ChenGH
|
7a4de9ffe7
|
Fix #2415, refine dtls fragment and rtp payload size (#2652)
|
3 years ago |
ChenGH
|
0093a54b34
|
fix bandwidth kbps caculate bug (#2648)
|
3 years ago |
winlin
|
9d54bcd114
|
Actions: Show commit and messages.
|
3 years ago |
winlin
|
b6d02a51b8
|
OpenWRT: Fix build issues
|
3 years ago |
winlin
|
efbff98046
|
Actions: Create source tar lik srs-server-4.0.165.tar.gz
|
3 years ago |
winlin
|
f3c67c7a09
|
Actions: Refine source tar file
|
3 years ago |
winlin
|
38f0109b21
|
Actions: Support create release with source tar automatically. v4.0.164
|
3 years ago |
winlin
|
8aa9fff271
|
Remove removed CircleCI
|
3 years ago |
winlin
|
ad4b648ed2
|
For #2545, Refine code with space lines.
|
3 years ago |
johzzy
|
ee23e3abed
|
fix some crash in rtc. (#2545)
|
3 years ago |
winlin
|
81fa762b4f
|
Update the SRS logo
|
3 years ago |
winlin
|
10fe04ac18
|
LIVE: Add conf/live.conf for RTMP/FLV/HLS
|
3 years ago |
winlin
|
79d73bafcf
|
Refine code space
|
3 years ago |
winlin
|
c8d3542979
|
Fix build failed.
|
3 years ago |
winlin
|
31672806aa
|
For #2618, #2578, SRS 4.0.163
|
3 years ago |
Haibo Chen
|
36b813b971
|
Enhance HLS: support http callback on_play/stop, support statistic (#2578)
* Enhance HLS: support http callback on_play/stop, support statistic
* make code readable
* make code readable
* rename secret
|
3 years ago |
zozobreakzou
|
46adcfb6c9
|
[rtc] *Fix Fua package bug(payload size minus one). (#2618)
* This can cause webrtc video PacketBuffer assemble corrupt when (nal size - 1) % 1300 == 0
* issues about webrtc all caused by this bug
|
3 years ago |
winlin
|
6693c73a4c
|
Update README with docker
|
3 years ago |
winlin
|
4456a275b6
|
PushFLV: Fix bug, add stat
|
3 years ago |
winlin
|
5828d64a3d
|
For #2613, #2614, #2454, v4.0.162
|
3 years ago |
Winlin
|
560e7c3c2f
|
Fix #2613, Try libopus and opus for ARM (#2614)
* Fix #2613, Try libopus and opus for ARM
* Refine code
|
3 years ago |
winlin
|
501b3833a1
|
RTMP: Remove bandwidth test
|
3 years ago |
Justin Kromlinger
|
a583d7efb4
|
Set empty HTTP paths to '/' to avoid malformed requests (#2329)
This resolves #1610.
|
3 years ago |
Huachao Mao
|
ff9e2339c1
|
Fix stream api iterator not incremented (#2582)
|
3 years ago |
Huachao Mao
|
53cb333713
|
Support pagination for stream api (#2572)
|
3 years ago |
winlin
|
eff225a800
|
Refine dockerfile
|
3 years ago |
winlin
|
f316b8fbdf
|
Release 4.0 dev5, v4.0.161
|
3 years ago |
winlin
|
ec554e14d0
|
Merge #2581, Fix listen ipv6 and port. 4.0.161
|
3 years ago |
ChenGH
|
3f94d26ca4
|
For #1920, refine rtmp listen ip and port check (#2581)
|
3 years ago |
ChenGH
|
714e182096
|
fix srs_string_replace deap loop when new_str inclue old_str (#2580)
|
3 years ago |
winlin
|
6bb11a72d0
|
For #2282, #2181, Move DVR async worker from SrsDvrPlan to global.
|
3 years ago |
winlin
|
90b5ed2202
|
For #2282, #2181, Remove reload for dvr_apply. 4.0.160
|
3 years ago |
BoringWednesday
|
1db155fa2f
|
SRT: Add member of adaptation_field and fix pos not add after memcpy. (#2066)
|
3 years ago |
winlin
|
cf3129220d
|
Log: Refine the tail help log, show last 30 lines
|
3 years ago |
winlin
|
b6d0c73cda
|
For #1859, Enhancement: Add param and stream to on_connect. 4.0.159
|
3 years ago |
Matin Zadeh Dolatabad
|
7b14281367
|
Enhancement: Add param and stream to on_connect (#1859)
Add stream and param to hook call on_connect for better use
|
3 years ago |
Haibo Chen
|
c4a64ee470
|
Use SrsAsyncCallWorker in http hooks instead, to covert to async call. (#2542)
* Use SrsAsyncCallWorker in http hooks instead, to covert to async call.
* delete invalid function
|
3 years ago |