1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 19:31:53 +00:00
srs/trunk/3rdparty
2014-03-12 16:01:50 +08:00
..
ccache add gprof files and dot files 2014-03-07 16:09:35 +08:00
gprof use zip format 2014-03-07 17:50:21 +08:00
bootstrap.2.3.2.zip update the bootstrap wizard, use v2 2013-12-22 11:58:30 +08:00
CherryPy-3.2.4.zip update version, add build date 2013-12-07 19:27:31 +08:00
ffmpeg-2.1.1.zip add ffmpeg build script 2013-11-30 12:43:55 +08:00
gperftools-2.1.zip add gperftools for mem leak detect, mem/cpu profile. 2014-03-06 12:50:23 +08:00
gtest-1.6.0.zip add utest framework gtest 2014-03-03 18:28:50 +08:00
http-parser-2.1.zip support config and reload the pithy print. 2013-11-10 11:52:19 +08:00
jquery-1.10.2.zip update the bootstrap wizard, use v2 2013-12-22 11:58:30 +08:00
lame-3.99.5.zip add ffmpeg build script 2013-11-30 12:43:55 +08:00
libaacplus-2.0.2.zip add ffmpeg build script 2013-11-30 12:43:55 +08:00
libaacplus-patch-26410-800.zip add ffmpeg build script 2013-11-30 12:43:55 +08:00
nginx-1.5.7.zip use nginx-1.5.7 for security hole fixed 2013-11-27 11:54:24 +08:00
openssl-1.0.1f.zip use local openssl and link libssl.a 2014-02-28 22:42:25 +08:00
readme.txt simplify usage 2014-03-10 19:44:04 +08:00
st-1.9.zip add build framework 2013-10-17 20:58:04 +08:00
x264-snapshot-20131129-2245-stable.zip add ffmpeg build script 2013-11-30 12:43:55 +08:00
yasm-1.2.0.zip add ffmpeg build script 2013-11-30 12:43:55 +08:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

http-parser-2.1.zip
    for srs to support http callback.

nginx-1.5.7.zip
    for srs to support hls streaming.

st-1.9.zip
    basic framework for srs.
    
openssl-1.0.1f.zip
    openssl for SRS(with-ssl) RTMP complex handshake to delivery h264+aac stream.

CherryPy-3.2.4.zip
    sample api server for srs.

ffmpeg-2.1.1.tar.gz
yasm-1.2.0.tar.gz
lame-3.99.5.tar.gz
libaacplus-2.0.2.tar.gz
libaacplus-patch-26410-800.zip (26410-800.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.

tools/ccache-3.1.9.zip
    to fast build.
    
1.st.arm.Makefile.patch
    st编译脚本补丁允许用户指定cc编译器。
    
gtest-1.6.0.zip
    google单元测试框架。
    
gperftools-2.1.zip
    google性能分析和测试工具。
    编译和使用参考压缩文件中的README和doc目录。

links:
    nginx:
        http://nginx.org/
    http-parser:
        https://github.com/joyent/http-parser
    state-threads:
        http://sourceforge.net/projects/state-threads
    ffmpeg: 
        http://ffmpeg.org/ 
        http://ffmpeg.org/releases/ffmpeg-2.1.1.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
    aacplus: 
        http://217.20.164.161/~tipok/aacplus/ 
        http://217.20.164.161/~tipok/aacplus/libaacplus-2.0.2.tar.gz
    aacplus-patch: 
        http://www.3gpp.org/DynaReport/26410.htm 
        http://www.3gpp.org/ftp/Specs/archive/26_series/26.410/26410-800.zip
    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.0.1f.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