Commit Graph

599 Commits (618579e484f2a915f63c421b6d4e4187846a0412)

Author SHA1 Message Date
winlin db22af07a0 change to 0.9.9 11 years ago
winlin fc9e3fd890 srs-librtmp define interfaces 11 years ago
winlin 44375b9e6b add srs publish/play demo use srs-librtmp 11 years ago
winlin 713b05541b add librtmp demo srs_publish 11 years ago
winlin aa5d28ed85 add library 11 years ago
winlin d5a02a55ee unify code style 11 years ago
winlin 7d570fb4f3 use fast log 11 years ago
winlin 382fd127e4 rename config and pithy-print to app module. 11 years ago
winlin b407021d45 move config to app, for its application level features 11 years ago
winlin 517d346a52 change macro for all rtmp protocol files. 11 years ago
winlin 4c498b67da rename pro to rtmp protocol. 11 years ago
winlin 8d5806154b add todo, to rename to the right name SrsRtmpServer 11 years ago
winlin 2074b50d87 move handshake and rtmp to protocol module 11 years ago
winlin 0296c8eff4 change to 0.9.6 11 years ago
winlin 4e3f7843fe rename protocol dir to pro. move rtmp stack to protocol module 11 years ago
winlin 4a8bc3b277 change version to 0.9.5 11 years ago
winlin 7dfc902b87 extract protocol io interface to prepare to extract the protocol from underlayer socket. 11 years ago
winlin a73dec4c41 refine code, rename ISrsReader to ISrsBufferReader 11 years ago
winlin 85cd1e1a41 extract protocol module, move amf0 to protocol module 11 years ago
winlin 7e14e7fa57 move pithy print to kernel 11 years ago
winlin fddd60b962 change to 0.9.4, extract kernel module 11 years ago
winlin c0dbee0854 move buffer to kernel. extract ISrsReader for buffer 11 years ago
winlin 8fea433450 move stream to kernel module 11 years ago
winlin cb99de4462 move config to kernel module 11 years ago
winlin 5e14aa9c13 fix the macro bug 11 years ago
winlin b0d20f57e1 move reload to kernel module 11 years ago
winlin 39d3425691 extract log context, move log to kernel module. 11 years ago
winlin dea66a322d extract kernel module, depends on core and provides kernel service(no stream) 11 years ago
winlin bcbea86202 extract auto_free to core module 11 years ago
winlin 4e91a3d5aa extract core and app module. 11 years ago
winlin 62fbe9e760 refine modules, extract core module 11 years ago
winlin c2ccb83912 rename core to app 11 years ago
winlin 6616dfecfc refine configure. 11 years ago
winlin 91d57ae7f9 refine build script, add comments for app.sh. change version to 0.9.3 11 years ago
winlin ac3be10435 patch st and srs for arm build, allow user to specifies the gcc/g++ 11 years ago
winlin 7fa031e7fb fix bug of openssl, use objs/openssl/include 11 years ago
winlin a6f4815994 use local openssl and link libssl.a 11 years ago
winlin bcb719bf18 create log dir 11 years ago
winlin 985034860c add comments for depends 11 years ago
winlin 7e0cf2b9fc add comments for configure 11 years ago
winlin 979ee7d39c update config, remove the script to create logs dir. 11 years ago
winlin 72d477f466 support use other g++ when configure. 11 years ago
winlin cd7e6cc321 refine the configure, add comments 11 years ago
winlin b730fda176 add rtsp protocol 11 years ago
winlin 4aeed8df1d fix bug of SrsFMLEStartPacket command name, set_recv_timeout(SRS_PAUSED_RECV_TIMEOUT_US) 11 years ago
winlin 797d548766 fix bug of comment, change version to 0.9.2 11 years ago
winlin 980b53dfbe change version to 0.9.1 11 years ago
winlin 745797365e change version to 0.9.1 11 years ago
winlin 39f15ba3da refine the comments, fix bug of parse message 11 years ago
winlin 73b298cab5 fix bug of connect app response data 11 years ago
winlin 11c5b2cf14 refine code, use RTMP_FMT_TYPE0 instead 11 years ago
winlin 7a91826732 refine code, use RTMP_FMT_TYPE0 instead 11 years ago
winlin 8697adacd9 fix compile warning on 64bit centos 11 years ago
liuxc0116 490033f601 forget delete memset
at last modify,forget delete memset(payload, 0, size);
11 years ago
liuxc0116 81e085dd1b memory will leaks
the payload pointor assigned two memory,will lead to memory leaks
11 years ago
winlin 527abe2157 update readme 11 years ago
winlin 1d3621dc23 fix warning on 32bits centos6. 11 years ago
winlin 5a9a15f796 Update srs.conf 11 years ago
winlin 574536d9ed merge wenjie. fix jw/flower player pause bug, which send closeStream actually. 11 years ago
winlin 29a97152fa fix bug of compile ts_info on old gcc, add LL to large number. 11 years ago
winlin b54aefe897 update script 11 years ago
winlin 47dfdd3ae2 update readme 11 years ago
winlin 63388e8ac3 merge from wenjie, fix the flower player play bug, play(reset=amf0-number) 11 years ago
wenjiegit a91ffb1e11 update master 11 years ago
wenjiegit 6d2e1c95da update master 11 years ago
wenjiegit 8d808d8868 update master 11 years ago
wenjiegit 54bd613cf5 update master 11 years ago
wenjiegit d05f69b247 update master 11 years ago
wenjiegit f387b2b569 update master 11 years ago
wenjiegit a0fc4e5f25 update master 11 years ago
wenjiegit e981cde90c update master 11 years ago
wenjiegit f8a7db51f2 fixbug[play packet decode bug: srs only read bool type play reset value, actually this value can be bool or number] 11 years ago
wenjiegit 276b60200f fixbug[play packet decode bug: srs only read bool type play reset value, actually this value can be bool or number] 11 years ago
wenjiegit bfef0eebfe fixbug[play packet decode bug: srs only read bool type play reset value, actually this value can be bool or number] 11 years ago
wenjiegit e959bb6c5c fixbug[play packet decode bug: srs only read bool type play reset value, actually this value can be bool or number] 11 years ago
winlin 993c5daec7 chunk size default to 60000, high performance. set chunk size when forward 11 years ago
winlin 4d631d749f fix ts_info centos5 build bug 11 years ago
winlin 4955425be9 fix the listen backlog bug, change from 10 to 512 11 years ago
winlin 3dbb2132d3 change server timeout longer, recv timeout from 5s to 30s 11 years ago
winlin 99b9fa0c25 fix the forwarder dead when st_thread interrupt at st_usleep, check thread->can_loop(). 11 years ago
winlin fabdf9507e fix bug of play stream of nginx, remove the start slash of streamName. 11 years ago
winlin 273bdb2242 update flash client. 11 years ago
winlin dba7329682 refine readme. 11 years ago
winlin 0b7c7240e6 refine the authors and license 11 years ago
winlin bb3c88fef7 change copyright from 2013 to 2013-2014. 11 years ago
winlin 649419c1aa refine the utility of js. 11 years ago
winlin c221eb61c4 fix bug of bandwidth test, donot use vhost in query 11 years ago
winlin 5537f9b066 fix bug of bandwidth test, donot use vhost in query 11 years ago
winlin df349da7d9 fix bug of bandwidth test, donot use vhost in query 11 years ago
winlin 89ac091c35 fix bug of bandwidth test, donot use vhost in query 11 years ago
winlin 62f1f23991 fix bug of bandwidth test, donot use vhost in query 11 years ago
winlin 7901b481e4 change ui version to 1.19 11 years ago
winlin 19f9342034 refine bandwidth test 11 years ago
winlin 20d1732ced merge from wenjie, the bandwidth test feature. 11 years ago
winlin 6bba081485 update the stop/start script 11 years ago
winlin 51686b91d2 change ui version to 1.17 11 years ago
winlin 2e58de393a refine the ui of chat, to 5x3+1 11 years ago
winlin 5cec967931 refine the index. refine the parse_query_string, add user_query object to result 11 years ago
winlin c51842aa9a jump nginx index to api-server, for ie crossdomain. 11 years ago
winlin b6280f3804 jump nginx index to api-server, for ie crossdomain. 11 years ago
winlin c23b133fdc support query in index.html 11 years ago
winlin 702ad69817 support query in index.html 11 years ago
winlin 7094b6f437 set default to chat. 11 years ago
winlin 531fa6fb76 change ui version to 1.15, fix the publiser bug, support chrome/firefox/safari/ie browsers. 11 years ago
wenjiegit 3af83fb02a add linux version of band check app; add web version of band check app 11 years ago
wenjiegit 237fb13e1b add linux version of band check app; add web version of band check app 11 years ago
wenjiegit 7b5ac6367f add linux version of band check app; add web version of band check app 11 years ago
winlin 4b4f317e09 refine the ui, link the players to the api server static dir 11 years ago
winlin 7b2f9d59a2 fix bug of identify the truevision camera 11 years ago
winlin ec5e33f3bc refine the filter of camera and microphone 11 years ago
winlin b1fe298def change ui version to 1.13 11 years ago
winlin 962deefb92 refine the ui of chat. 11 years ago
winlin 70dc3dbb53 layout the chat in 2x8 table 11 years ago
winlin 3ab867d907 fix bug of player dar. 11 years ago
winlin 836bc413f9 fix the bug of publish, server close the connection when timeout. 11 years ago
winlin ffda615124 auto play, donot scale audio volume 11 years ago
winlin f308cc39ef change volume to 2.0 11 years ago
winlin 4b12724abc change ui version to 1.11 11 years ago
winlin b36d31b84c extract the components of js 11 years ago
winlin e64a11943b extract the components of js 11 years ago
winlin cb0c7dcf2e fix the bitrate bug(in Bps), use enhanced microphone. 11 years ago
wenjiegit c7cd726f1b merge upstream 11 years ago
wenjiegit 00fb37a831 merge upstream 11 years ago
wenjiegit 3753e8c5f1 merge upstream 11 years ago
winlin 5636fc7ca2 update ui, remove the collaps of local video. 11 years ago
winlin 47e173bf24 refine the build result. 11 years ago
winlin 2cefe1a9bb refine the script, add build/run/stop 11 years ago
winlin 1783e1f764 refine js, move the consts to the head of srs.js 11 years ago
winlin 46eb1ebd6b refine the srs js player and publisher, add private object 11 years ago
winlin 116129d1c6 refine the pages, use this(means the player object) in the callback 11 years ago
winlin 6b99a749ea refine the chat, use players_pub_rtmp without hls and gopcache, low latecy 11 years ago
winlin 0846f05e6a add scripts 11 years ago
winlin 8e95227ada update ui version 11 years ago
winlin 12586f793c update reame 11 years ago
winlin 6875b6f5f2 support chat room, meeting. 11 years ago
winlin e9a88e6b43 remove the wizard control, too complex 11 years ago
winlin 593d16446e add bandwidth workflow 11 years ago
winlin 908f0d87e9 add bandwidth workflow 11 years ago
winlin 084ad79534 refine the bandwidth test 11 years ago
winlin 9455181790 merge from wenjie, support banwidth test. 11 years ago
winlin bad6f0d3a8 revert the copyrigh, only when commit feature, add the copyright field 11 years ago
winlin dfb3e117f8 add contributor to core.hpp 11 years ago
winlin 725ff8e5a5 merge from wenjie: support set chunk size at vhost level 11 years ago
winlin 309322fd5c update the bootstrap wizard, use v2 11 years ago
winlin 2bc4bd8913 update the publisher, to auto prompt the dialog to get the publisher. 11 years ago
winlin b628b5e7a4 fix bug of dar and fs size. 11 years ago
winlin 4c325261f7 add low latecy player 11 years ago
winlin dd5aa36ba6 add low latecy player 11 years ago
winlin 01a02d2eff refine the tips of ui 11 years ago
winlin 4b74435e89 fix bug of resolve vhost, must strip then get from config. 11 years ago