Commit Graph

705 Commits (52b6ab3f2f4cdc136f8a404b5d01f59fbe59c829)
 

Author SHA1 Message Date
winlin 52b6ab3f2f support build with jobs
winlin 128783ded3 add build summary colorful display for each feature.
winlin e6c270be06 update readme, add ingester module for rtsp/file/stream input
winlin c2dcf1d154 update readme, add ingester module for rtsp/file/stream input
winlin 7841b341af update readme, add ingester module for rtsp/file/stream input
winlin 967f489247 update readme, add ingester module for rtsp/file/stream input
winlin 47aee8dce0 add utest framework gtest
winlin 0784df1632 update readme, multiple process and cli architecture.
winlin 7da3420997 update readme, multiple process and cli architecture.
winlin 7daf890d87 update readme, change dev plan.
winlin 2b7d86ef7e update readme, update dev plan.
winlin d4c6be65b8 add xiangcheng.liu to AUTHORS.txt
winlin 722e79003b merge from xiangcheng.liu, memory leak in amf0
winlin d622da3b44 update readme, finish modularity and wiki, change to 0.9.10
winlin 880f4f5dc2 final the modularity, rename the app module.
winlin 72cb22fe36 update readme
winlin c1086f8a9d srs-librtmp: finish the simple publish and play sample.
winlin efa09102cf srs-librtmp: implements the read packet.
winlin c338eb3666 srs-librtmp: implements the publish and play.
winlin fce26d6690 srs-librtmp: implements play stream.
winlin 6b213b73eb refine code, rename SrsRtmp to SrsRtmpServer.
winlin 8aedc51a2f refine code, rename SrsRtmp to SrsRtmpServer.
winlin 4f91cae377 srs-librtmp: add complex handshake.
winlin 76f37baafe srs-librtmp: implements the simple socket stream.
winlin 86267f854c srs-librtmp: implements handshake.
winlin f24f27deb9 srs-librtmp: add make ssl/nossl support for sample
winlin b7a62ba131 use goto to free resource
winlin feaf0c5e89 librtmp: create socket
winlin f8335e2c1f extract simple socket to lib
winlin 5e4b7d3ae9 add colorful display for make.
winlin e14d3bb5df add colorful display for make.
winlin 40a5edb37f update readme.
winlin db22af07a0 change to 0.9.9
winlin fc9e3fd890 srs-librtmp define interfaces
winlin 44375b9e6b add srs publish/play demo use srs-librtmp
winlin 713b05541b add librtmp demo srs_publish
winlin aa5d28ed85 add library
winlin d5a02a55ee unify code style
winlin 7d570fb4f3 use fast log
winlin 382fd127e4 rename config and pithy-print to app module.
winlin b407021d45 move config to app, for its application level features
winlin 517d346a52 change macro for all rtmp protocol files.
winlin 4c498b67da rename pro to rtmp protocol.
winlin 8d5806154b add todo, to rename to the right name SrsRtmpServer
winlin 2074b50d87 move handshake and rtmp to protocol module
winlin 0296c8eff4 change to 0.9.6
winlin 4e3f7843fe rename protocol dir to pro. move rtmp stack to protocol module
winlin 4a8bc3b277 change version to 0.9.5
winlin 7dfc902b87 extract protocol io interface to prepare to extract the protocol from underlayer socket.
winlin a73dec4c41 refine code, rename ISrsReader to ISrsBufferReader