Commit Graph

573 Commits (f6126c5ad24ee56da02d3ec2d0f78c2053b636be)

Author SHA1 Message Date
winlin fe5811304b add utest script to generate the utest Makefile 11 years ago
winlin 02326cd844 support build with jobs 11 years ago
winlin 52b6ab3f2f support build with jobs 11 years ago
winlin 128783ded3 add build summary colorful display for each feature. 11 years ago
winlin 47aee8dce0 add utest framework gtest 11 years ago
winlin 722e79003b merge from xiangcheng.liu, memory leak in amf0 11 years ago
winlin d622da3b44 update readme, finish modularity and wiki, change to 0.9.10 11 years ago
winlin 880f4f5dc2 final the modularity, rename the app module. 11 years ago
winlin c1086f8a9d srs-librtmp: finish the simple publish and play sample. 11 years ago
winlin efa09102cf srs-librtmp: implements the read packet. 11 years ago
winlin c338eb3666 srs-librtmp: implements the publish and play. 11 years ago
winlin fce26d6690 srs-librtmp: implements play stream. 11 years ago
winlin 6b213b73eb refine code, rename SrsRtmp to SrsRtmpServer. 11 years ago
winlin 8aedc51a2f refine code, rename SrsRtmp to SrsRtmpServer. 11 years ago
winlin 4f91cae377 srs-librtmp: add complex handshake. 11 years ago
winlin 76f37baafe srs-librtmp: implements the simple socket stream. 11 years ago
winlin 86267f854c srs-librtmp: implements handshake. 11 years ago
winlin f24f27deb9 srs-librtmp: add make ssl/nossl support for sample 11 years ago
winlin b7a62ba131 use goto to free resource 11 years ago
winlin feaf0c5e89 librtmp: create socket 11 years ago
winlin f8335e2c1f extract simple socket to lib 11 years ago
winlin 5e4b7d3ae9 add colorful display for make. 11 years ago
winlin e14d3bb5df add colorful display for make. 11 years ago
winlin 40a5edb37f update readme. 11 years ago
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