mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 11:51:57 +00:00
commit f4872e528cad07f8ea683cc8cb26e34111bad1b5 Author: winlin <winlin@vip.126.com> Date: Fri Feb 26 09:13:21 2021 +0800 ST: For #2188: Remove sendmmsg from ST. commit aaeb8919bd4a026268e0600398cb1e9ad477663f Author: winlin <winlin@vip.126.com> Date: Thu Mar 11 08:09:54 2021 +0800 ST: Refine utest script. commit d1ac9da53060b6bfa82b5d041da4c2ad9bd6b90a Author: winlin <winlin@vip.126.com> Date: Wed Mar 3 11:02:25 2021 +0800 ST: Support fast utest and coverage commit 8400115b83c022e33f59422dbf6d85ee46fb9edb Author: winlin <winlin@vip.126.com> Date: Fri Feb 26 07:02:19 2021 +0800 ST: Always use unserialized accept for linux or darwin commit c3686f2bca80d2c139239b08975575b1bb981ffa Author: winlin <winlin@vip.126.com> Date: Fri Feb 26 06:54:05 2021 +0800 ST: Refine ARFLAGS by disable the verbose log commit aaa5c4f863eba278c4ed2b29a46297fb01a4ed63 Author: winlin <winlin@vip.126.com> Date: Thu Feb 25 08:58:46 2021 +0800 ST: Stack always grows from top to down. commit dddd466e5c2e418c6f4896cd8bf701130052b3d9 Author: winlin <winlin@vip.126.com> Date: Thu Feb 25 08:51:31 2021 +0800 ST: Ignore process fork, for single process only commit 7906cb5f6e78c916cb8b8d9522275bfc086bb6a3 Author: winlin <winlin@vip.126.com> Date: Thu Feb 25 08:50:59 2021 +0800 ST: Fix build warnings commit d94921b84a3b6cf88ace2c766cc2bfedb9c0602e Author: winlin <winlin@vip.126.com> Date: Thu Feb 25 07:27:45 2021 +0800 ST: Remove select and poll support, only epoll and kqueue commit 76d202514615f78d1a8f2b15778f3dac5abf4abb Author: winlin <winlin@vip.126.com> Date: Thu Feb 25 07:10:47 2021 +0800 ST: Remove multiple OS support, except Linux and Darwin. commit 13c4ba345c61170e86dde486a174378ca235f442 Author: winlin <winlin@vip.126.com> Date: Thu Feb 25 06:59:35 2021 +0800 ST: Remove __ia64__ CPU support commit 46c06e4a11879cfeb828382e44f11287782ce4b5 Author: winlin <winlin@vip.126.com> Date: Wed Feb 24 11:37:27 2021 +0800 ST: Remove unused files for ST |
||
---|---|---|
.. | ||
ffmpeg-4-fit | ||
gprof | ||
httpx-static | ||
libsrtp-2-fit | ||
openssl-1.1-fit | ||
signaling | ||
srs-bench | ||
srt-1-fit | ||
st-srs | ||
bootstrap.2.3.2.zip | ||
CherryPy-3.2.4.zip | ||
copy_to_gits.sh | ||
gperftools-2.1.zip | ||
gtest-1.6.0.zip | ||
jquery-1.10.2.zip | ||
openssl-OpenSSL_1_0_2u.tar.gz | ||
opus-1.3.1.tar.gz | ||
README.md |
http-parser-2.1.zip
- for srs to support http callback.
nginx-1.5.7.zip
- for srs to support hls streaming.
srt-1-fit srt-1.4.1.tar.gz
openssl-1.1.1b.tar.gz
openssl-1.1.0e.zip
openssl-OpenSSL_1_0_2u.tar.gz
- openssl for SRS(with-ssl) RTMP complex handshake to delivery h264+aac stream.
- SRTP depends on openssl 1.0.*, so we use both ssl versions.
CherryPy-3.2.4.zip
- sample api server for srs.
libsrtp-2.3.0.tar.gz
- For WebRTC.
ffmpeg-3.2.4.tar.gz yasm-1.2.0.tar.gz lame-3.99.5.tar.gz speex-1.2rc1.zip x264-snapshot-20131129-2245-stable.tar.bz2 (core.138)
- for srs to support live stream transcoding.
- remark: we use *.zip for all linux plantform.
fdk-aac-0.1.3.zip
tools/ccache-3.1.9.zip
- to fast build.
gtest-1.6.0.zip
- google test framework.
gperftools-2.1.zip
- gperf tools for performance benchmark.
st-srs st-1.9.zip state-threads state-threads-1.9.1.tar.gz
- Patched ST from https://github.com/ossrs/state-threads
links:
- nginx: http://nginx.org/
- http-parser: https://github.com/joyent/http-parser
- state-threads: https://github.com/ossrs/state-threads
- ffmpeg: http://ffmpeg.org/ http://ffmpeg.org/releases/ffmpeg-3.2.4.tar.gz
- x264: http://www.videolan.org/ ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20131129-2245-stable.tar.bz2
- lame: http://sourceforge.net/projects/lame/ http://nchc.dl.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gz
- yasm: http://yasm.tortall.net/ http://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz
- cherrypy: http://www.cherrypy.org/ https://pypi.python.org/pypi/CherryPy/3.2.4
- openssl: http://www.openssl.org/ http://www.openssl.org/source/openssl-1.1.0e.tar.gz
- gtest: https://code.google.com/p/googletest https://code.google.com/p/googletest/downloads/list
- gperftools: https://code.google.com/p/gperftools/ https://code.google.com/p/gperftools/downloads/list
- speex: http://www.speex.org/downloads/ http://downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz
- srtp: https://github.com/cisco/libsrtp/releases/tag/v2.3.0