1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 11:51:57 +00:00
srs/trunk/3rdparty/README.md

81 lines
2.2 KiB
Markdown
Raw Normal View History

2013-11-30 03:48:00 +00:00
http-parser-2.1.zip
2021-03-02 05:30:41 +00:00
* for srs to support http callback.
2013-11-30 03:48:00 +00:00
nginx-1.5.7.zip
2021-03-02 05:30:41 +00:00
* for srs to support hls streaming.
2021-03-02 05:27:52 +00:00
openssl-1.1.1b.tar.gz
openssl-1.1.0e.zip
openssl-OpenSSL_1_0_2u.tar.gz
2021-03-02 05:30:41 +00:00
* 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.
2013-11-30 03:48:00 +00:00
2013-12-07 11:27:31 +00:00
CherryPy-3.2.4.zip
2021-03-02 05:30:41 +00:00
* sample api server for srs.
2013-12-07 11:27:31 +00:00
libsrtp-2.3.0.tar.gz
* For WebRTC.
ffmpeg-3.2.4.tar.gz
2013-11-30 04:43:55 +00:00
yasm-1.2.0.tar.gz
2013-11-30 03:48:00 +00:00
lame-3.99.5.tar.gz
speex-1.2rc1.zip
x264-snapshot-20131129-2245-stable.tar.bz2 (core.138)
2021-03-02 05:30:41 +00:00
* for srs to support live stream transcoding.
* remark: we use *.zip for all linux plantform.
2013-11-30 03:48:00 +00:00
2015-01-29 02:45:19 +00:00
fdk-aac-0.1.3.zip
2021-03-02 05:30:41 +00:00
* https://github.com/mstorsjo/fdk-aac/releases
2015-01-29 02:45:19 +00:00
2013-11-30 03:48:00 +00:00
tools/ccache-3.1.9.zip
2021-03-02 05:30:41 +00:00
* to fast build.
2014-03-03 10:28:50 +00:00
gtest-1.6.0.zip
2021-03-02 05:30:41 +00:00
* google test framework.
gperftools-2.1.zip
2021-03-02 05:30:41 +00:00
* gperf tools for performance benchmark.
2017-01-05 02:45:41 +00:00
2020-04-26 08:16:34 +00:00
st-srs
st-1.9.zip
state-threads
state-threads-1.9.1.tar.gz
2021-03-02 05:30:41 +00:00
* Patched ST from https://github.com/ossrs/state-threads
2013-11-30 03:48:00 +00:00
links:
2021-03-02 05:30:41 +00:00
* nginx:
2014-03-10 11:44:04 +00:00
http://nginx.org/
2021-03-02 05:30:41 +00:00
* http-parser:
2014-03-10 11:44:04 +00:00
https://github.com/joyent/http-parser
2021-03-02 05:30:41 +00:00
* state-threads:
2020-04-26 08:16:34 +00:00
https://github.com/ossrs/state-threads
2021-03-02 05:30:41 +00:00
* ffmpeg:
2013-11-30 04:52:15 +00:00
http://ffmpeg.org/
http://ffmpeg.org/releases/ffmpeg-3.2.4.tar.gz
2021-03-02 05:30:41 +00:00
* x264:
2013-11-30 04:52:15 +00:00
http://www.videolan.org/
ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20131129-2245-stable.tar.bz2
2021-03-02 05:30:41 +00:00
* lame:
2013-11-30 04:52:15 +00:00
http://sourceforge.net/projects/lame/
http://nchc.dl.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gz
2021-03-02 05:30:41 +00:00
* yasm:
2013-11-30 04:52:15 +00:00
http://yasm.tortall.net/
http://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz
2021-03-02 05:30:41 +00:00
* cherrypy:
2013-12-07 11:27:31 +00:00
http://www.cherrypy.org/
https://pypi.python.org/pypi/CherryPy/3.2.4
2021-03-02 05:30:41 +00:00
* openssl:
2014-02-28 14:42:25 +00:00
http://www.openssl.org/
http://www.openssl.org/source/openssl-1.1.0e.tar.gz
2021-03-02 05:30:41 +00:00
* gtest:
2014-03-03 10:28:50 +00:00
https://code.google.com/p/googletest
https://code.google.com/p/googletest/downloads/list
2021-03-02 05:30:41 +00:00
* gperftools:
https://code.google.com/p/gperftools/
https://code.google.com/p/gperftools/downloads/list
2021-03-02 05:30:41 +00:00
* 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