|
|
|
@ -89,6 +89,7 @@ cd srs/trunk
|
|
|
|
|
* Usage: How to delivery HLS by embeded HTTP server?([CN][v3_CN_SampleHTTP], [EN][v3_EN_SampleHTTP])
|
|
|
|
|
* Usage: How to run the demostration of SRS? ([CN][v1_CN_SampleDemo], [EN][v1_EN_SampleDemo])
|
|
|
|
|
* Usage: How to publish h.264 raw stream as RTMP? ([CN][v3_CN_SrsLibrtmp2], [EN][v3_EN_SrsLibrtmp2])
|
|
|
|
|
* Usage: How to improve performance by multiple CPUs? ([CN][v3_CN_REUSEPORT], [EN][v3_EN_REUSEPORT])
|
|
|
|
|
* Usage: Who are using SRS?([CN][v1_CN_Sample])
|
|
|
|
|
* Usage: Why choose SRS? About the milestone and product plan? ([CN][v1_CN_Product], [EN][v1_EN_Product])
|
|
|
|
|
|
|
|
|
@ -148,6 +149,7 @@ Please select according to languages:
|
|
|
|
|
- [x] Enhanced RTMP url which supports vhost in stream, read [#1059][bug #1059].
|
|
|
|
|
- [x] Support origin cluster, please read [#464][bug #464], [RTMP 302][bug #92].
|
|
|
|
|
- [x] Support listen at IPv4 and IPv6, read [#460][bug #460].
|
|
|
|
|
- [x] Support SO_REUSEPORT, read [#775][bug #775].
|
|
|
|
|
- [ ] Utest cover almost all kernel code.
|
|
|
|
|
- [ ] Enhanced forwarding with vhost and variables.
|
|
|
|
|
- [ ] Support source cleanup for idle streams.
|
|
|
|
@ -164,6 +166,7 @@ Please select according to languages:
|
|
|
|
|
|
|
|
|
|
### V3 changes
|
|
|
|
|
|
|
|
|
|
* v3.0, 2019-10-03, Fix [#775][bug #775], Support SO_REUSEPORT. 3.0.54
|
|
|
|
|
* v3.0, 2019-10-03, Remove KAFKA. 3.0.53
|
|
|
|
|
* v3.0, 2019-05-14, Covert Kernel File reader/writer. 3.0.52
|
|
|
|
|
* v3.0, 2019-04-30, Refine typo in files. 3.0.51
|
|
|
|
@ -782,7 +785,7 @@ The performance benchmark data and corelative commits are listed here.
|
|
|
|
|
|
|
|
|
|
* See also: [Performance for x86/x64 Test Guide][v1_CN_Performance].
|
|
|
|
|
* See also: [Performance for RaspberryPi][v1_CN_RaspberryPi].
|
|
|
|
|
* For multiple processes performance, read [go-oryx][oryx].
|
|
|
|
|
* For multiple processes performance, read [#775: REUSEPORT][bug #775] or [go-oryx][oryx].
|
|
|
|
|
|
|
|
|
|
#### Play RTMP benchmark
|
|
|
|
|
|
|
|
|
@ -1474,6 +1477,7 @@ Winlin
|
|
|
|
|
[bug #821]: https://github.com/ossrs/srs/issues/821
|
|
|
|
|
[bug #913]: https://github.com/ossrs/srs/issues/913
|
|
|
|
|
[bug #460]: https://github.com/ossrs/srs/issues/460
|
|
|
|
|
[bug #775]: https://github.com/ossrs/srs/issues/775
|
|
|
|
|
[bug #1057]: https://github.com/ossrs/srs/issues/1057
|
|
|
|
|
[bug #105]: https://github.com/ossrs/srs/issues/105
|
|
|
|
|
[bug #727]: https://github.com/ossrs/srs/issues/727
|
|
|
|
|